/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA PL VATEU: PL9730945634
 * @copyright 2010-2025 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */

#send_AAP_form {
    max-width: 800px;
}

#send_AAP_form .product {
    text-align: center;
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
}

#send_AAP_form .pull-right {
    float: right;
}

#send_AAP_form #gdpr_checkbox {
    height: auto !important;
    width: auto !important;
}

#send_AAP_form .gdpr_disabled {
    opacity: .5;
    background: silver !important;
    cursor: not-allowed !important;
}

#send_AAP_form textarea {
    height: 260px;
}

.send_AAP_form_content_button {
    border-top: 1px solid #cecece;
    padding-top:20px;
    margin-top:20px;
    display:block;
    clear:both;
}

#send_AAP_form .g-recaptcha {
    max-width:384px;
    min-height: 78px;
    margin:auto;
    display:block;
    margin-bottom:20px;
}

.fancybox-wrap {
    .btn {
        &.btn-primary {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
            border-radius: 4px;
        }
    }
}

@media (min-width: 768px) {
    #send_AAP_form {
        margin: 0;

        .card-flex {
            display: flex;
            gap: 1rem;
            padding: 1rem;

            .product {
                border-bottom: none;
                border-right: 1px solid var(--gray);
            }

            .send_AAP_form_content_button {
                border-top: none;
                padding-top: 0;
                margin-top: 0;
            }
        }
    }
}