/**
 * Custom Rebellion Shop CSS
 * This file contains custom styles for the Rebellion Shop
 */

/* Custom styles for checkout and overall theme */
.checkout-container {
    opacity: 1;
}

/* Ensure proper styling on checkout pages */
.opc-wrapper {
    margin-bottom: 20px;
}

.checkout-payment-method .payment-method-content {
    padding: 15px;
}

/* Responsive fixes */
@media (max-width: 768px) {
    .checkout-container {
        padding: 10px;
    }
}
