/**
 * 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 .modal-body {
    padding: 0;
}

#send_AAP_form .send_AAP_form--wrapper {
    padding: 16px;
    display: flex;
    flex-flow: column nowrap;
    overflow-y: auto;
    max-width: 100%!important;
    max-height: 100%;
    border-bottom: 0;
}

#send_AAP_form .send_AAP_form--wrapper .product {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

#send_AAP_form .send_AAP_form--wrapper .product img {
    max-width: 128px;
}

.send_AAP_form_content_button button {
    width: 100%;
    margin-top: 16px;
}

.send_AAP_form_content_button {
    margin-top: 16px;
}