#send_AAP_form {
    max-width: 920px;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    border: none;
    box-shadow: 0 15px 50px rgba(0,0,0,.18);
}

#send_AAP_form .card-block {
    padding: 35px;
    background: #fff;
}

#send_AAP_form img {
    border-radius: 14px;
    margin-bottom: 20px;
}

#send_AAP_form .product_name {
    font-size: 24px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
}

#send_AAP_form .form-control {
    border-radius: 10px;
    min-height: 46px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
}

#send_AAP_form textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

#send_AAP_form label {
    font-weight: 600;
    margin-bottom: 8px;
}

#sendAAPEmail {
    background: #8dc63f !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 14px 28px !important;
    font-weight: 700 !important;
    transition: .2s ease;
}

#sendAAPEmail:hover {
    transform: translateY(-1px);
    opacity: .95;
}

.aap-success-popup {
    padding: 40px;
    text-align: center;
    max-width: 420px;
}

.aap-success-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #8dc63f;
    color: #fff;
    border-radius: 50%;
    font-size: 38px;
    line-height: 70px;
    font-weight: bold;
}

.aap-success-popup h2 {
    font-size: 30px;
    margin-bottom: 12px;
    color: #222;
}

.aap-success-popup p {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.aap-close-popup {
    background: #8dc63f;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
}