.btn-language {
    background-color: #eb4947 !important;
    border-color: #eb4947 !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.btn-language:hover {
    background-color: #d13e3c !important;
    border-color: #d13e3c !important;
}

.cart-container {
    margin-bottom: 20px;
}

.cart-container iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.cart-container iframe:last-child {
    margin-bottom: 0;
}

/* Only apply these styles when there are multiple buttons */
.btn-group .btn-language:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group .btn-language:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Single button styles */
.btn-language:not(.btn-group .btn-language) {
    border-radius: 0.375rem !important;
}

.countdown-container {
    padding: 2rem;
    color: #ffffff;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-item span:first-child {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
}

.countdown-label {
    font-size: 1rem;
    color: #cccccc;
    text-transform: uppercase;
} 