/**
 * 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: 600px;
}

#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;
}

/* === AAP BUTTONS === */
.aap-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 10px 0;
}
.aap-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 18px;
  height: 44px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
}
.aap-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.aap-btn-ask {
  background: #00A9E0;
  color: #fff;
}
.aap-btn-ask:hover {
  background: #0090c0;
  color: #fff;
  text-decoration: none;
}
.aap-btn-phone {
  background: #f0faf6;
  color: #1a2e3b;
  border: 1px solid #d0ede3;
  flex-direction: row;
  align-items: center;
}
.aap-btn-phone:hover {
  background: #e0f5ed;
  color: #1a2e3b;
  text-decoration: none;
}
.aap-btn-phone span {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aap-phone-label {
  font-size: 10px;
  font-weight: 500;
  text-transform: lowercase;
  opacity: 0.6;
  line-height: 1.2;
}
.aap-btn-phone small {
  display: block;
  font-size: 13px;
  font-weight: 700;
  opacity: 1;
  line-height: 1.2;
}

/* === AAP HOTLINE BOX === */
.aap-hotline-box {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f0faf6;
  border: 1px solid #c8ead9;
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 20px;
}
.aap-hotline-icon {
  width: 42px;
  height: 42px;
  background: #00b87a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.aap-hotline-icon svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.aap-hotline-label {
  font-size: 11px;
  color: #6b8394;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
a.aap-hotline-number {
  font-size: 20px;
  font-weight: 800;
  color: #1a2e3b;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: block;
}
a.aap-hotline-number:hover {
  color: #00b87a;
  text-decoration: none;
}
.aap-hotline-hours {
  font-size: 11px;
  color: #6b8394;
  margin-top: 2px;
}