/* ============================================
   STYLY TĚLA STRÁNKY – BODY
   Soubor: telo-styly.css
   Obsah:
     1. Newsletter patička
     2. Klaviyo formulář
     3. Newsletter responzivita
     4. Ellity link skrytí (bonus produkt)
     5. Odkaz ověřování recenzí
     6. Nadpisy, hvězdy, tooltip, header
============================================ */


/* ------------------------------------------
   1. NEWSLETTER PATIČKA
------------------------------------------ */
.theikos-newsletter-footer {
    background-color: #e9f6e8;
    padding: 60px 0 0 0;
  }

  .newsletter-container {
    max-width: 100%;
    margin: 0 auto;
  }

  .newsletter-content {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    gap: 0px;
  }

  .newsletter-text h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #036400;
    margin-top: 0px;
  }

  .newsletter-text p {
    font-size: 15px;
    color: #161616;
    margin: 0;
    font-family: sans-serif !important;
  }


/* ------------------------------------------
   2. KLAVIYO FORMULÁŘ
------------------------------------------ */
.klaviyo-form-Vq5dEF form {
    background: transparent !important;
    padding: 0 !important;
    flex-direction: row !important;
    gap: 10px;
    justify-content: flex-start !important;
    font-family: sans-serif !important;
  }

  .klaviyo-form-Vq5dEF input[type="text"] {
    font-size: 15px;
    letter-spacing: 0 !important;
    font-family: sans-serif !important;
  }
.klaviyo-form-Vq5dEF button {

  height: 28px !important;
  padding: 10px 20px !important;
  text-align: center;
  text-transform: none;
  transition: all 0.3s ease-out;
  white-space: normal;
  background-color: #036400;
  color: white;
  border-color: #036400;
  font-family: sans-serif !important;
}

.klaviyo-form-Vq5dEF button:hover {
  background-color: #024d00;
  border-color: #024d00;
}


/* ------------------------------------------
   3. NEWSLETTER RESPONZIVITA
------------------------------------------ */
@media (min-width: 768px){
.newsletter-form {
    display: flex;
    justify-content: center;
    min-width: 50%;
    flex-basis: 50%;
    padding-left: 16px !important;
  }
  .newsletter-text {
    min-width: 50%;
    flex-basis: 50%;
    padding-right: 16px !important;
  }
}  
  @media (min-width: 1200px){
.newsletter-form {
    display: flex;
    justify-content: center;
    min-width: 25%;
    flex-basis: 25%;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .newsletter-text {
    min-width: 25%;
    flex-basis: 25%;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .newsletter-container {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
  @media (max-width: 768px) {
    .newsletter-content {
      flex-direction: column;
      align-items: start !important;
      gap: 30px;
    }
    .newsletter-text,
    .newsletter-form {
      flex: 1 1 100%;
    }
    .klaviyo-form .kl-private-reset-css-Xuajs1[data-testid="form-row"] {
      align-items: flex-start !important;
      display: block !important;
    }
    .klaviyo-form-Vq5dEF .kl-private-reset-css-Xuajs1[data-testid="form-row"] > div:last-of-type[data-testid="form-component"] {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    .newsletter-form {
      justify-content: start;
      align-items: start !important;
    }

    .klaviyo-form-Vq5dEF form {
      flex-direction: column !important;
    }

    .klaviyo-form-Vq5dEF input[type="text"] {
      width: 100% !important;
      margin-bottom: 10px;
    }

    .klaviyo-form-Vq5dEF button {
      width: 100% !important;
    }
  }


/* ------------------------------------------
   4. ELLITY LINK SKRYTÍ (BONUS PRODUKT)
------------------------------------------ */
.mehub-bonus-product-detail-container .ellity-link {
display: none !important;
}


/* ------------------------------------------
   5. ODKAZ OVĚŘOVÁNÍ RECENZÍ
------------------------------------------ */
.centered-link {
      display: inline-block;
      text-align: center;
      margin-top: 15px;
}


/* ------------------------------------------
   6. NADPISY, HVĚZDY, TOOLTIP, HEADER
------------------------------------------ */
header {
  text-align: center;
}
.question-tooltip {
    background-color: #036400;
}
.stars .star.star-on::before, .stars .star.star-half::before {
    color: #FFD700;
}
.text-center {
    text-align: left;
}
.welcome {
text-align: center;
}
