/* ============================================================
   Reeds Africa Consult — custom enhancements (child theme)
   Loaded after parent + child style.css. Section markers used
   so each website-change item stays isolated and reversible.
   ============================================================ */

/* ---------- ITEM 1: Pre-header contact bar (dual office) ---------- */
.cspt-pre-header-left .cspt-contact-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cspt-pre-header-left .cspt-contact-info li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  line-height: 1.4;
  white-space: nowrap;
}
.cspt-pre-header-left .cspt-contact-info li i {
  margin-right: 7px;
  opacity: 0.9;
}
.cspt-pre-header-left .cspt-contact-info .reeds-office-label {
  font-weight: 600;
  margin-right: 5px;
}
.cspt-pre-header-left .cspt-contact-info a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.cspt-pre-header-left .cspt-contact-info a:hover {
  opacity: 0.78;
  text-decoration: underline;
}
/* The theme draws the separators as li::after (1px wide, 49px tall, anchored
   at top:0). Each office item is now only text-height, so that line hung well
   below the bar. Center it vertically, size it cleanly, and remove the
   orphan separator trailing the last item. */
.cspt-pre-header-left .cspt-contact-info > li::after {
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  height: 48px !important;   /* match the full-height divider by the social icons */
}
/* The theme anchors each divider to the LEFT of its item, so the first item
   gets an orphan divider before it. Hide that; keep the one between offices. */
.cspt-pre-header-left .cspt-contact-info > li:first-child::after {
  display: none !important;
}
@media (max-width: 991px) {
  /* Keep the dual-office emails readable on tablet/mobile */
  .cspt-pre-header-left .cspt-contact-info { gap: 2px 16px; font-size: 12px; }
  .cspt-pre-header-left .cspt-contact-info .reeds-office-label { margin-right: 4px; }
}

/* ---------- ITEM 1: WhatsApp "Chat with an HR Expert" hub ---------- */
#reeds-wa-hub {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99998;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px 12px 14px;
  background: #25d366;
  color: #fff;
  border-radius: 999px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(7, 94, 84, 0.34), 0 2px 6px rgba(0,0,0,0.16);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}
#reeds-wa-hub:hover,
#reeds-wa-hub:focus {
  background: #20bd5a;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(7, 94, 84, 0.42), 0 3px 8px rgba(0,0,0,0.2);
  color: #fff;
}
#reeds-wa-hub .reeds-wa-ico {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.18);
  border-radius: 50%;
}
#reeds-wa-hub .reeds-wa-ico svg { width: 19px; height: 19px; display: block; }
#reeds-wa-hub .reeds-wa-label { white-space: nowrap; letter-spacing: 0.01em; }
/* Gentle attention pulse on the icon ring */
#reeds-wa-hub .reeds-wa-ico::after {
  content: "";
  position: absolute;
  width: 30px; height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
  animation: reeds-wa-pulse 2.4s infinite;
}
@keyframes reeds-wa-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
  70%  { box-shadow: 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
@media (max-width: 600px) {
  /* Collapse to a clean circular icon button on phones — avoids the long
     pill overflowing on narrow / horizontally-scrolling layouts. */
  #reeds-wa-hub {
    right: 16px;
    bottom: 16px;
    padding: 0;
    width: 56px;
    height: 56px;
    justify-content: center;
    border-radius: 50%;
  }
  #reeds-wa-hub .reeds-wa-label { display: none; }
  #reeds-wa-hub .reeds-wa-ico {
    width: 56px;
    height: 56px;
    background: transparent;
  }
  #reeds-wa-hub .reeds-wa-ico svg { width: 28px; height: 28px; }
  #reeds-wa-hub .reeds-wa-ico::after { width: 56px; height: 56px; }
}
@media (prefers-reduced-motion: reduce) {
  #reeds-wa-hub .reeds-wa-ico::after { animation: none; }
}

/* ---------- ITEM 1: Replace existing Chaty floating widget ---------- */
/* User chose to consolidate to a single professional chat hub. */
#chaty-widget-0,
div[id^="chaty-widget"],
.chaty-widget,
#chaty-widget-wrapper,
.wattchaty,
#whatsapp-chaty {
  display: none !important;
}

/* ============================================================
   ITEMS 2 & 5 — Homepage sections (positioning, metrics,
   why-partner, CTA bar). Brand red #e42427 / navy #0f2540.
   ============================================================ */
.reeds-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.reeds-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e42427;
  margin-bottom: 14px;
}
.reeds-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  cursor: pointer;
  border: 2px solid transparent;
}
.reeds-btn:hover { transform: translateY(-2px); }
.reeds-btn-primary { background: #e42427; color: #fff; box-shadow: 0 8px 20px rgba(228,36,39,.28); }
.reeds-btn-primary:hover { background: #c81d20; color: #fff; }
.reeds-btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.reeds-btn-ghost:hover { background: #fff; color: #0f2540; }
.reeds-btn-light { background: #fff; color: #0f2540; }
.reeds-btn-light:hover { background: #f0f3f8; color: #0f2540; }

/* Positioning band */
.reeds-positioning {
  background: linear-gradient(135deg, #0f2540 0%, #1b3a63 100%);
  color: #fff;
  padding: 64px 0;
  text-align: center;
}
.reeds-positioning-title {
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.25;
  font-weight: 700;
  margin: 0 auto 18px;
  max-width: 1000px;
  letter-spacing: -0.01em;
}
.reeds-positioning-sub {
  color: rgba(255,255,255,.86);
  font-size: 17px;
  line-height: 1.6;
  max-width: 820px;
  margin: 0 auto 28px;
}
.reeds-btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Metrics strip */
.reeds-metrics { background: #f5f7fb; padding: 48px 0; }
.reeds-metrics-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  align-items: stretch;
}
.reeds-metric {
  background: #fff;
  border: 1px solid #e7ebf2;
  border-radius: 12px;
  padding: 26px 18px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(15,37,64,.05);
}
.reeds-metric-num {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  color: #e42427;
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.reeds-metric-badge-top {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 800;
  color: #0f2540;
  line-height: 1.15;
  margin-bottom: 6px;
}
.reeds-metric-label { margin-top: 10px; font-size: 13.5px; line-height: 1.45; color: #4a5568; }
.reeds-metric-badge { background: #0f2540; }
.reeds-metric-badge .reeds-metric-badge-top { color: #fff; }
.reeds-metric-badge .reeds-metric-label { color: rgba(255,255,255,.82); }

/* Why Partner */
.reeds-why { background: #fff; padding: 64px 0; }
.reeds-sec-head { text-align: center; margin-bottom: 38px; }
.reeds-sec-head h2 { font-size: clamp(24px, 3vw, 34px); font-weight: 700; color: #0f2540; margin: 0; }
.reeds-why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.reeds-why-card {
  position: relative;
  background: #f8fafc;
  border: 1px solid #e7ebf2;
  border-radius: 12px;
  padding: 28px 20px 24px;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.reeds-why-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(15,37,64,.10); border-color: #e42427; }
.reeds-why-num {
  position: absolute; top: 8px; right: 14px;
  font-size: 42px; font-weight: 800; color: rgba(228,36,39,.10); line-height: 1;
}
.reeds-why-card h3 { font-size: 16px; font-weight: 700; color: #0f2540; margin: 0 0 8px; }
.reeds-why-card p { font-size: 13.5px; line-height: 1.55; color: #4a5568; margin: 0; }

/* CTA bar */
.reeds-cta-bar { background: linear-gradient(135deg, #e42427 0%, #b3171a 100%); padding: 46px 0; }
.reeds-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.reeds-cta-copy h2 { color: #fff; font-size: clamp(20px, 2.4vw, 27px); font-weight: 700; margin: 0 0 6px; }
.reeds-cta-copy p { color: rgba(255,255,255,.9); font-size: 16px; margin: 0; }
.reeds-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.reeds-cta-actions .reeds-btn-primary { background: #0f2540; box-shadow: none; }
.reeds-cta-actions .reeds-btn-primary:hover { background: #0a1a2e; }

/* Responsive */
@media (max-width: 991px) {
  .reeds-metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .reeds-why-grid { grid-template-columns: repeat(2, 1fr); }
  .reeds-cta-inner { flex-direction: column; text-align: center; }
  .reeds-cta-actions { justify-content: center; }
}
@media (max-width: 520px) {
  .reeds-metrics-grid { grid-template-columns: 1fr; }
  .reeds-why-grid { grid-template-columns: 1fr; }
  .reeds-positioning { padding: 44px 0; }
  .reeds-btn { width: 100%; }
  .reeds-btn-row { flex-direction: column; }
}

/* ============================================================
   ITEM 3 — Service / pillar page components
   ============================================================ */
.reeds-page { padding: 10px 0 0; }
.reeds-page .reeds-wrap { max-width: 1120px; }
.reeds-lead { font-size: 18px; line-height: 1.65; color: #3a4658; max-width: 900px; margin: 0 0 8px; }
.reeds-section { padding: 40px 0; }
.reeds-section.alt { background: #f5f7fb; }
.reeds-h2 { font-size: clamp(22px, 2.6vw, 30px); font-weight: 700; color: #0f2540; margin: 0 0 8px; letter-spacing: -0.01em; }
.reeds-sub { color: #5a6678; font-size: 15.5px; margin: 0 0 24px; max-width: 820px; line-height: 1.6; }

.reeds-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.reeds-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.reeds-card {
  background: #fff; border: 1px solid #e7ebf2; border-radius: 12px; padding: 24px 22px;
  box-shadow: 0 6px 18px rgba(15,37,64,.05); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.reeds-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(15,37,64,.10); border-color: #e42427; }
.reeds-card h3 { font-size: 17px; font-weight: 700; color: #0f2540; margin: 0 0 8px; }
.reeds-card p { font-size: 14px; line-height: 1.55; color: #4a5568; margin: 0; }

/* Checklist with red check bullets */
.reeds-check { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px 26px; }
.reeds-check li { position: relative; padding-left: 30px; font-size: 15px; line-height: 1.5; color: #2f3a4a; }
.reeds-check li::before {
  content: ""; position: absolute; left: 0; top: 2px; width: 18px; height: 18px; border-radius: 50%;
  background: #e42427; box-shadow: inset 0 0 0 2px #e42427;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>") center/14px no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>") center/14px no-repeat;
}
.reeds-check.cols-1 { grid-template-columns: 1fr; }

/* EAP pillars (5) */
.reeds-pillars { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.reeds-pillar { background:#fff; border:1px solid #e7ebf2; border-top:4px solid #e42427; border-radius:10px; padding:20px 16px; text-align:center; }
.reeds-pillar h4 { font-size:15px; color:#0f2540; margin:0 0 6px; font-weight:700; }
.reeds-pillar p { font-size:13px; color:#5a6678; margin:0; line-height:1.5; }

/* Delivery model row */
.reeds-delivery { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.reeds-delivery .d { background:#0f2540; color:#fff; border-radius:10px; padding:20px 16px; text-align:center; }
.reeds-delivery .d strong { display:block; font-size:20px; margin-bottom:4px; }
.reeds-delivery .d span { font-size:13px; color:rgba(255,255,255,.82); line-height:1.45; }

/* ROI stat row */
.reeds-stat-row { display:grid; grid-template-columns:repeat(5,1fr); gap:14px; }
.reeds-stat { text-align:center; background:#fff; border:1px solid #e7ebf2; border-radius:12px; padding:24px 12px; }
.reeds-stat b { display:block; font-size:clamp(26px,3vw,38px); font-weight:800; color:#e42427; line-height:1; font-variant-numeric:tabular-nums; }
.reeds-stat span { display:block; margin-top:8px; font-size:13px; color:#4a5568; line-height:1.45; }

@media (max-width: 991px) {
  .reeds-grid-3 { grid-template-columns: repeat(2,1fr); }
  .reeds-pillars { grid-template-columns: repeat(2,1fr); }
  .reeds-delivery { grid-template-columns: repeat(2,1fr); }
  .reeds-stat-row { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 560px) {
  .reeds-grid-2, .reeds-grid-3, .reeds-pillars, .reeds-delivery, .reeds-stat-row { grid-template-columns: 1fr; }
  .reeds-check { grid-template-columns: 1fr; }
}

/* ============================================================
   ITEM 4 — Primary nav: make room for 7 top-level items.
   The header's "Have any Questions?" phone CTA is redundant
   (contact lives in the top bar + WhatsApp hub), so hide it
   and tighten menu spacing slightly so nothing wraps.
   ============================================================ */
.cspt-header-style-4 .cspt-header-button { display: none !important; }
#masthead .cspt-main-menu > li > a,
#masthead .menu > li > a { padding-left: 13px !important; padding-right: 13px !important; }
@media (min-width: 1025px) {
  #masthead .menu > li > a { font-size: 15px !important; }
}

/* ============================================================
   FIX — ensure injected homepage bands sit above the theme's
   parallax row backgrounds (they were bleeding over the top of
   the positioning band and clipping its eyebrow/heading).
   ============================================================ */
.reeds-positioning,
.reeds-metrics,
.reeds-why,
.reeds-cta-bar { position: relative; z-index: 2; }
.reeds-positioning { padding-top: 72px; }

/* ============================================================
   FIX — vertically center the pre-header (top) bar contents.
   Converting the contact list to flex dropped the theme's
   line-height centering, leaving the emails top-aligned.
   ============================================================ */
.cspt-pre-header-wrapper .d-flex { align-items: center; }
.cspt-pre-header-left,
.cspt-pre-header-right { display: flex; align-items: center; }
.cspt-pre-header-left .cspt-contact-info,
.cspt-pre-header-right .cspt-social-links { margin-top: 0; margin-bottom: 0; }

/* ============================================================
   Restore JOBS + Reeds Learning Hub as nav buttons (they were
   dropped when the new menu structure from the brief was built;
   re-added on request).
   ============================================================ */
/* DESKTOP: JOBS + Reeds Learning Hub appear as buttons in the header's
   right area (injected by JS into .cspt-right-box). The matching inline
   menu items are hidden on desktop and shown only in the mobile hamburger
   (where they render as plain red links). */
.reeds-header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 12px;
  vertical-align: middle;
}
.reeds-hcta {
  display: inline-flex;
  align-items: center;
  height: 32px;
  line-height: 1;
  padding: 0 11px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-decoration: none;
  transition: background .15s ease, transform .15s ease;
}
.reeds-hcta:hover { transform: translateY(-1px); }
.reeds-hcta-jobs { background: #e42427; color: #fff !important; }
.reeds-hcta-jobs:hover { background: #c81d20; color: #fff !important; }
.reeds-hcta-hub { background: #0f2540; color: #fff !important; }
.reeds-hcta-hub:hover { background: #0a1a2e; color: #fff !important; }

/* Hamburger (<=1200px) inline versions of JOBS + Reeds Learning Hub */
#masthead .menu > li.reeds-menu-btn > a {
  font-weight: 700 !important;
  text-transform: uppercase;
  visibility: visible !important;
  opacity: 1 !important;
}
#masthead .menu > li.reeds-menu-btn-jobs > a { color: #e42427 !important; }
#masthead .menu > li.reeds-menu-btn-hub  > a { color: #0f2540 !important; }

/* The theme's primary nav is horizontal at >=1200px (header-style-4). */
@media (min-width: 1201px) {
  /* hide the inline menu buttons on desktop — shown as header CTAs instead */
  #masthead .menu > li.reeds-menu-btn { display: none !important; }
  /* trim per-item spacing + a touch of font (theme default is 15px / 12px margin)
     so the 6 items + 2 CTAs always sit on a single row in the VISIBLE over-hero
     header — whose menu container is ~40px narrower than the sticky clone —
     across the whole 1201-1440 range incl. the 1200-1390 tween. */
  #masthead .menu > li > a {
    font-size: 14px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
@media (max-width: 1200px) {
  /* hide the header CTAs in hamburger mode — shown as menu items instead */
  .reeds-header-cta { display: none !important; }
}

/* ============================================================
   HOMEPAGE — clean up the red "HR solutions for businesses" band
   The theme row carries a moving parallax desk photo (bg-n-01) that
   bleeds through the red and looks messy. Remove the image and give
   the band a clean, on-brand red gradient.
   ============================================================ */
.vc_custom_1646212434774 .vc_parallax-inner { display: none !important; }
/* higher specificity than WPBakery's generated `.vc_custom_…{...!important}` rule */
body .vc_custom_1646212434774,
.cspt-page-content-wrapper .vc_custom_1646212434774 {
  background-image: linear-gradient(135deg, #e42427 0%, #b3171a 100%) !important;
  background-color: #c81d20 !important;
}
/* Tighten the red band height — the quote/text inner row carried 80px top +
   80px bottom padding, leaving a large empty red expanse below the content. */
body .vc_custom_1582715420193,
.cspt-page-content-wrapper .vc_custom_1582715420193 {
  padding-top: 42px !important;
  padding-bottom: 34px !important;
}

/* Quote that fills the (previously empty) left half of the red band */
.reeds-home-quote { color: #fff; }
.reeds-home-quote::before {
  content: "\201C";
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 70px;
  line-height: 0.7;
  font-weight: 700;
  opacity: 0.55;
  margin-bottom: 8px;
}
.reeds-home-quote .reeds-hq-text {
  font-size: clamp(20px, 1.9vw, 26px);
  line-height: 1.45;
  font-weight: 600;
  margin: 0 0 18px;
}
.reeds-home-quote .reeds-hq-by {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.9;
  margin: 0;
  position: relative;
  padding-left: 44px;
}
.reeds-home-quote .reeds-hq-by::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 30px; height: 2px;
  background: #fff;
  transform: translateY(-50%);
}

/* ============================================================
   CONTACT PAGE (page-id-99) — dual-office maps (Kenya & Uganda)
   ============================================================ */
/* The maps live in a full-bleed row; constrain them to the site's 1200px
   content width and centre them so they line up with the form/footer. */
.reeds-offices-maps {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 15px 66px;
  box-sizing: border-box;
}
.reeds-offices-maps::before {
  content: "Visit Our Offices";
  flex: 1 1 100%;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #0f2540;
  margin: 0 0 2px;
}
.reeds-offices-maps .reeds-office-map { flex: 1 1 320px; min-width: 280px; }
.reeds-offices-maps .reeds-office-map h4 {
  font-size: 15px;
  font-weight: 700;
  color: #e42427;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.reeds-offices-maps .reeds-office-map iframe {
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(15,37,64,.12);
  display: block;
}

/* ============================================================
   JOBS PAGE (page-id-88) — careers intro + framed job board
   ============================================================ */
.reeds-careers-intro {
  background: linear-gradient(135deg, #0f2540 0%, #1b3a63 100%);
  color: #fff;
  padding: 44px 0 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.reeds-careers-intro .reeds-eyebrow { color: #ff6b6e; }
.reeds-careers-title {
  color: #fff; font-size: clamp(26px, 3vw, 38px); font-weight: 800;
  letter-spacing: -0.01em; margin: 0 0 12px;
}
.reeds-careers-sub {
  color: rgba(255,255,255,.85); font-size: 16.5px; line-height: 1.6;
  max-width: 760px; margin: 0 auto 22px;
}
.reeds-careers-chips {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
}
.reeds-careers-chips li {
  background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.22);
  color: #fff; padding: 7px 16px; border-radius: 999px;
  font-size: 13.5px; font-weight: 600;
}
.reeds-careers-chips li::before { content: "\2713"; color: #5bd87e; font-weight: 800; margin-right: 7px; }

/* ---- Full-width job board: drop the corporate sidebar on the jobs page,
   it isn't useful to job seekers, and give the listings the whole width. ---- */
.page-id-88 .widget-area.creativesplanet-sidebar { display: none !important; }
.page-id-88 .content-area {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
/* The theme pulls the job-board column up by -200px (an old design offset);
   that hid the first row of jobs behind the intro band. Neutralise it. */
.page-id-88 .vc_custom_1722841954173 { margin-top: 0 !important; }

/* Frame & enlarge the embedded (xorahr) job board iframe */
.page-id-88 iframe[data-src*="xorahr"],
.page-id-88 iframe[src*="xorahr"] {
  height: 1600px !important;
  min-height: 1600px;
  width: 100% !important;
  border: 1px solid #e7ebf2 !important;
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(15,37,64,.12);
  background: #fff;
  display: block;
}

@media (max-width: 600px) {
  .reeds-careers-intro { padding: 34px 0 30px; }
  .page-id-88 iframe[data-src*="xorahr"],
  .page-id-88 iframe[src*="xorahr"] { height: 1700px !important; min-height: 1700px; border-radius: 10px; }
}
