/**
 * PrestaShop module created by NR Szoftver, a guy from official PrestaShop community ;-)
 *
 * @author    NR Szoftver https://www.nrszoftver.hu
 * @copyright 2026 NR Szoftver
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://wwww.nrszoftver.hu
 * webshop@nrszoftver.hu
 */

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

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

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

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

#qpf_form {
    width: 100%;
    max-width: 820px;
    box-sizing: border-box;
}


#qpf_form textarea {
    height: 260px;
}

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

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


/* ha a felugró konténered #qpf_form alatt van, de a wrapper szűk */
.qpf-card, .qpf-modal, .modal-dialog {
  max-width: 820px;
  width: 95%;
}

#qpf_fallback_wrap > div { max-width: 90vw !important; }
#qpf_fallback_inner { width: 100% !important; display:flex !important; justify-content:center !important; }
#qpf_fallback_inner .qpf-card { width: min(820px, 95vw) !important; max-width: 820px !important; }


#qpf_form img[data-qpf="product_image_small"]{
  max-width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  display:block;
  margin: 0 auto 10px auto;
}


.qpf-btn { border-radius: 8px; }
.qpf-btn-quote { background:#d9534f; border-color:#d9534f; }
.qpf-btn-interest { background:#0d6efd; border-color:#0d6efd; }
.qpf-btn-friend { background:#198754; border-color:#198754; }

.qpf-btn-quote:hover,
.qpf-btn-interest:hover,
.qpf-btn-friend:hover { filter: brightness(0.95); }


.qpf-btn {
  color: #fff !important;
  border-radius: 8px;
  font-weight: 600;
}

/* Árajánlat */
.qpf-btn-quote {
  background: #d9534f !important;
  border-color: #d9534f !important;
}

/* Kérdés */
.qpf-btn-interest {
  background: #0d6efd !important;
  border-color: #0d6efd !important;
}

/* Termékajánló */
.qpf-btn-friend {
  background: #198754 !important;
  border-color: #198754 !important;
}

.qpf-btn:hover {
  filter: brightness(0.95);
}

.qpf-btn.active {
  box-shadow: 0 0 0 3px rgba(0,0,0,0.15);
  transform: translateY(-1px);
}



/* Responsive tweaks */
@media (max-width: 768px) {
  #qpf_form {
    max-width: 95vw;
  }
  #qpf_form .product {
    margin-bottom: 12px;
  }
  #qpf_form textarea {
    height: 180px;
  }
  #qpf_form .send_AAP_form_content_button,
  #qpf_form .qpf_form_content_button {
    padding-top: 12px;
    margin-top: 12px;
  }
  .qpf-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  #qpf_form textarea {
    height: 150px;
  }
  #qpf_form img {
    max-height: 180px;
  }
}



/* Buttons responsive */
.quoteproductfree-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .quoteproductfree-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .quoteproductfree-buttons .btn {
    width: 100%;
    justify-content: center;
  }
}

