/**
 * Theme Name: Hello Insurance
 * Theme URI: https://sparklewpthemes.com/wordpress-themes/hello-fse/
 * Author: sparklewpthemes
 * Author URI: https://sparklewpthemes.com/
 * Description: Hello Insurance is an ultra-sleek, customizable WordPress block theme engineered for diverse industries, offering a fully responsive design, top-tier performance, and seamless user experience to your digital presence to new heights.
 * Template: hello-fse
 * Requires at least: 5.9
 * Tested up to: 6.2
 * Requires PHP: 7.4
 * Version: 1.0.2
 * License: GPL-2.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: hello-insurance
 * Tags: full-site-editing, block-patterns, block-styles, custom-colors, custom-font-sizes, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
 */

.wp-site-blocks .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
    color: #000 !important;
}

.wp-site-blocks .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
    padding: 5px 0 5px 25px;
    background: transparent;
}

.wp-site-blocks .wp-block-search.wp-block-search__icon-button .wp-block-search__button {
    padding: 3px 6px;
}

.wp-block-group.sp-team-overlap {
    margin-top: -50px !important;
    background: #fff;
    padding: 20px;
    width: 90%;
}

/* ============================
   RME Green Discount Banner
   ============================ */

.green-discount-banner {
  width: 100%;
  background: #69B955;               /* cta green */
  color: #ffffff;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  padding: 12px 16px;
  box-sizing: border-box;
  position: relative;
  z-index: 300000;                    /* below nav, above page */
}

/* Inner blocks share the same look */
.green-discount-banner .rme-banner-voucher,
.green-discount-banner .rme-banner-offer {
  max-width: 1200px;
  margin: 0 auto;
}

/* Offer placeholders */
.green-discount-banner [data-rme-offer-code],
.green-discount-banner [data-rme-offer-percent] {
  font-weight: 800;
  white-space: nowrap;
}

/* Optional emphasis */
.green-discount-banner strong {
  font-weight: 800;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .green-discount-banner {
    font-size: 14px;
    padding: 10px 14px;
  }
}

/* Very small screens */
@media (max-width: 480px) {
  .green-discount-banner {
    font-size: 13px;
  }
}
