/* Move reCAPTCHA v3 badge to the left */

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.help-text {
    color: #272833;
    font-family: "Raleway Medium";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
}


.payment-instructions-container li {
    font-family: "Raleway Medium";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
}

.payment-instructions-container ul {
    list-style-image: url("/o/aigues-principal-theme/images/flecha-li.png");
}

.payment-instructions-container p picture {
    margin-left: 40px;
}

/*Ferran ha querido quitar el padding aquí*/
.dropdown-section {
    padding: 0 0 !important;
}

@media screen and (max-width: 667px) {
    #help-section img {
        max-width: calc(100% - 70px);
    }
}

@media (max-width: 768px) {
    .OznXM {
        width: 136px !important;
        height: 60px;
        right: 5vw;
    }
}

.liferay-toast {
    min-width: 300px;
    max-width: 500px;
    margin-bottom: 10px;
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
    border-radius: 0.25rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #f0ad4e; /* Amarillo para warning */
}

.alert-warning.liferay-toast {
    background-color: #fff3cd;
    color: #856404;
    border-color: #ffeeba;
}

.alert-info.liferay-toast {
    background-color: #d1ecf1;
    color: #0c5460;
    border-color: #bee5eb;
}

.alert-success.liferay-toast {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}

.alert-danger.liferay-toast {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}