/* =====================================================================
   static-fixes.css — QIC RE static site patch styles
   ===================================================================== */

/* ── Carousel navigation ─────────────────────────────────────────── */
.sf-carousel-wrap {
  position: relative;
}

.sf-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0,0,0,0.55);
  color: #fff;
  border: none;
  width: 44px;
  height: 44px;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.2s;
  user-select: none;
}
.sf-carousel-btn:hover { background: rgba(0,0,0,0.8); }
.sf-carousel-prev { left: 10px; }
.sf-carousel-next { right: 10px; }

.sf-carousel-dots {
  text-align: center;
  padding: 10px 0 6px;
}
.sf-carousel-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  margin: 0 4px;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}
.sf-carousel-dot.active { background: #000; }

/* ── Properties / News filter bar ───────────────────────────────── */
.sf-news-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 18px 0 14px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 24px;
}
.sf-filter-btn {
  background: transparent;
  border: 1px solid #999;
  color: #333;
  padding: 6px 16px;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.2s;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.sf-filter-btn:hover { border-color: #000; color: #000; }
.sf-filter-btn.active {
  background: #000;
  border-color: #000;
  color: #fff;
}

/* ── Contact form ────────────────────────────────────────────────── */
.sf-form-notice {
  background: #f7f4f0;
  border-left: 3px solid #000;
  padding: 14px 18px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.6;
}
.sf-form-notice a { color: #000; font-weight: 600; }

.sf-contact-confirmation {
  background: #f7f4f0;
  border-left: 3px solid #000;
  padding: 24px 28px;
  margin: 24px 0;
  font-size: 15px;
  line-height: 1.8;
}
.sf-contact-confirmation h3 { margin: 0 0 12px; font-size: 18px; }

.sf-form-msg {
  padding: 12px 16px;
  margin-bottom: 16px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.5;
}
.sf-form-msg--error {
  background: #fff0f0;
  border-left: 3px solid #c0392b;
  color: #c0392b;
}
.sf-form-msg--error a { color: #c0392b; }
.sf-form-msg--success {
  background: #f0fff4;
  border-left: 3px solid #27ae60;
  color: #27ae60;
}

/* ── Subscribe section messages (homepage sign-up banner) ───────── */
.sf-subscribe-msg {
  padding: 12px 16px;
  margin-top: 12px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.5;
}
.sf-subscribe-msg--error {
  background: #fff0f0;
  border-left: 3px solid #c0392b;
  color: #c0392b;
}
.sf-subscribe-msg--info {
  background: #e8f4fd;
  border-left: 3px solid #2980b9;
  color: #1a5276;
}

.sf-optin-group {
  margin: 16px 0;
}
.sf-optin-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}
.sf-optin-label input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/* ── Search notice ───────────────────────────────────────────────── */
.sf-search-notice {
  padding: 40px 0 20px;
  max-width: 640px;
}
.sf-search-notice h2 { font-size: 22px; margin-bottom: 12px; }
.sf-search-notice p { font-size: 15px; line-height: 1.7; color: #444; }
.sf-search-notice .sf-browse-links { margin-top: 20px; display: flex; gap: 14px; flex-wrap: wrap; }
.sf-search-notice .sf-browse-links a {
  display: inline-block;
  padding: 10px 22px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.2s;
}
.sf-search-notice .sf-browse-links a:hover { background: #000; color: #fff; }

.pageheader-navbar-wrapper .navbar-nav li:last-child .icon-outlined-search { display: none !important; }
.pageheader-navbar-wrapper .mobile-nav .nav-link.search {
  display: none;
}
.homepageheader-navbar-wrapper .navbar-nav li:last-child .icon-outlined-search { display: none !important; }
.homepageheader-navbar-wrapper .mobile-nav .nav-link.search {
  display: none !important;
}
.home-details { display: none !important; }

/* ── Update Preference form ──────────────────────────────────────── */
.sf-update-pref-form { max-width: 560px; padding: 8px 0 24px; }
.sf-pref-section { margin-bottom: 32px; }
.sf-pref-heading { font-size: 16px; font-weight: 600; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.04em; }
.sf-pref-desc { font-size: 14px; color: #555; margin-bottom: 10px; }
.sf-pref-interest,
.sf-pref-gender { margin-bottom: 8px; font-size: 15px; }
.sf-pref-interest label,
.sf-pref-gender label { cursor: pointer; display: flex; align-items: flex-start; gap: 8px; }
.sf-pref-interest input,
.sf-pref-gender input[type="radio"] { margin-top: 3px; flex-shrink: 0; }
.sf-gender-text {
  display: block;
  margin-top: 6px;
  margin-left: 24px;
  width: calc(100% - 24px);
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.sf-pref-actions { margin-top: 8px; }
.sf-pref-submit { min-width: 180px; }
.sf-pref-msg {
  padding: 10px 14px;
  margin-bottom: 16px;
  border-radius: 2px;
  font-size: 14px;
}
.sf-pref-msg--error { background: #fdecea; color: #b71c1c; border: 1px solid #f5c6c2; }
.sf-pref-msg--info  { background: #e8f4fd; color: #0c4a7a; border: 1px solid #bee3f8; }
.sf-pref-success { padding: 24px 0; }
.sf-pref-success h3 { font-size: 18px; margin-bottom: 8px; }
.sf-pref-success p  { font-size: 15px; color: #444; }

/* ── Unsubscribe form ────────────────────────────────────────────── */
.sf-unsub-email-group { margin-bottom: 20px; }
.sf-unsub-email-group label,
.sf-unsub-textarea-group label { display: block; margin-bottom: 6px; font-size: 14px; font-weight: 600; }
.sf-unsub-textarea-group { margin-bottom: 20px; }
.sf-unsub-msg {
  padding: 10px 14px;
  margin-bottom: 16px;
  border-radius: 2px;
  font-size: 14px;
}
.sf-unsub-msg--error { background: #fdecea; color: #b71c1c; border: 1px solid #f5c6c2; }
.sf-unsub-success { padding: 24px 0; }
.sf-unsub-success h3 { font-size: 18px; margin-bottom: 8px; }
.sf-unsub-success p  { font-size: 15px; color: #444; }

.lifestyle-listing .lifestyle-listing__category {
  border-bottom: 0;
}

/* whatsonsearch row visible - search and filter supported */

/* ── WhatsOn List Fallback Styles ───────────────────────────────── */
.whatsonsearch-card {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0;
}
.whatsonsearch-card .row { display: flex; flex-wrap: wrap; }
.whatsonsearch-card__image-wrapper {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.whatsonsearch-card__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.whatsonsearch-card__content { padding: 10px 0 10px 15px; }
.whatsonsearch-card__type a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #698137;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.whatsonsearch-card__title a {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  line-height: 1.3;
}
.whatsonsearch-card__title a:hover { text-decoration: underline; }
.whatsonsearch-card__description {
  font-size: 14px;
  color: #666;
  margin-top: 6px;
  line-height: 1.5;
}
.whatsonsearch-card__retailer { margin-top: 8px; }
.whatsonsearch-card__retailer a {
  font-size: 13px;
  color: #698137;
  text-decoration: none;
}
.whatsonsearch-card__date {
  font-size: 13px;
  color: #999;
  margin-top: 4px;
}
