/* ============================================================
   EDGEucation — Webflow-style override
   Loaded AFTER styles.css.
   Light primary + bold display type + gradient accents +
   soft-elevated cards + alternating section pattern.
   ============================================================ */

:root {
  /* Backgrounds — Webflow light primary */
  --bg:              #FFFFFF;
  --bg-elev:         #FFFFFF;
  --bg-soft:         #F5F7FA;
  --bg-tint:         #F0F4FB;
  --bg-deep:         #0B1226;

  /* Ink */
  --ink:             #0B1226;
  --ink-soft:        #4A5568;
  --ink-mute:        #8A95A8;

  /* Brand anchor — EDGE cobalt */
  --edge-blue:       #1F5BC9;
  --edge-blue-dk:    #163F8A;
  --edge-blue-lt:    #4D8BF5;
  --edge-violet:     #4353FF;

  /* Accent */
  --gold:            #D4A547;
  --gold-dk:         #B0892F;

  /* Rules */
  --rule:            #E5EAF2;
  --rule-soft:       #EEF2F8;

  /* Webflow signature shadows */
  --shadow-sm:       0 1px 2px rgba(11, 18, 38, 0.06);
  --shadow-md:       0 4px 12px rgba(11, 18, 38, 0.08), 0 2px 4px rgba(11, 18, 38, 0.04);
  --shadow-lg:       0 16px 40px -8px rgba(11, 18, 38, 0.12), 0 6px 16px -6px rgba(11, 18, 38, 0.08);
  --shadow-xl:       0 32px 64px -12px rgba(11, 18, 38, 0.18);
}

html, body {
  background: var(--bg) !important;
  color: var(--ink-soft);
}

::selection { background: rgba(31, 91, 201, 0.18); color: var(--ink); }

/* ====== Typography — Webflow bold display ====== */
h1, h2, h3, h4 {
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.025em;
}
h1 {
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
}
h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.035em;
}
h3 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--ink);
}

p {
  color: var(--ink-soft);
  font-size: 1.0625rem;
  line-height: 1.7;
}
.lede {
  font-size: clamp(1.18rem, 2vw, 1.4rem);
  color: var(--ink-soft);
  line-height: 1.55;
  font-weight: 400;
}

strong { color: var(--ink); font-weight: 600; }
em { font-style: italic; }

a { color: var(--edge-blue); border-bottom: none; font-weight: 500; }
a:hover { color: var(--edge-blue-dk); border-bottom: 1px solid currentColor; }

ul, ol { padding-left: 1.4em; }
li { color: var(--ink-soft); margin-bottom: 0.55em; }
li::marker { color: var(--edge-blue); }

hr { background: var(--rule); margin: 4em 0; }

blockquote {
  color: var(--ink);
  border-left: 3px solid var(--edge-blue);
  background: var(--bg-soft);
  padding: 1.2em 1.6em;
  border-radius: 0 8px 8px 0;
  font-family: var(--serif);
  font-style: italic;
}

.eyebrow {
  color: var(--edge-blue);
  font-weight: 600;
  letter-spacing: 0.16em;
}
.eyebrow::before { background: currentColor; }

/* ====== Gradient text accent (Webflow signature) ====== */
.gradient-text {
  background: linear-gradient(135deg, var(--edge-blue) 0%, var(--edge-blue-lt) 50%, var(--edge-violet) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}

/* ====== Nav ====== */
.nav {
  background: rgba(255, 255, 255, 0.85) !important;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid transparent;
}
.nav.scrolled { border-bottom-color: var(--rule); box-shadow: var(--shadow-sm); }

.brand, .brand:hover { color: var(--ink); }
.brand img.peak,
.brand svg.peak { height: 52px; width: auto; display: block; }
.brand-lg img.peak,
.brand-lg svg.peak { height: 72px; width: auto; }
.brand .b-edge { color: var(--ink); font-weight: 800; }
.brand .b-tail { color: var(--ink-mute); font-weight: 500; }

/* Hide the text wordmark when an img logo is present */
.brand:has(img.peak) > span { display: none; }

.nav-links a { color: var(--ink-soft); font-weight: 500; }
.nav-links a:hover { color: var(--ink); background: var(--bg-soft); }
.nav-links a.active { color: var(--ink); }

.nav-cta {
  background: var(--edge-blue) !important;
  color: #fff !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 12px -2px rgba(31, 91, 201, 0.35);
}
.nav-cta:hover {
  background: var(--edge-blue-dk) !important;
  color: #fff !important;
  box-shadow: 0 6px 20px -4px rgba(31, 91, 201, 0.5);
  transform: translateY(-1px);
}

.nav-dropdown-menu {
  background: #fff;
  border: 1px solid var(--rule);
  box-shadow: var(--shadow-lg);
}
.nav-dropdown-menu a {
  color: var(--ink) !important;
  background: transparent !important;
}
.nav-dropdown-menu a:hover {
  color: var(--edge-blue) !important;
  background: var(--bg-soft) !important;
}
.nav-dropdown-menu .dd-eyebrow { color: var(--edge-blue); }
.nav-dropdown-menu .dd-desc { color: var(--ink-mute); }

/* ====== Nav utility buttons (language + music) ====== */
.nav-util { position: relative; }
.util-btn {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--ink-soft);
  transition: var(--t-fast);
  padding: 0;
}
.util-btn:hover {
  background: var(--bg-soft);
  color: var(--ink);
  border-color: var(--rule);
}
.util-btn svg { width: 18px; height: 18px; display: block; }
.util-btn.active { color: var(--edge-blue); background: var(--bg-soft); }

.util-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 180px;
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 6px;
  margin: 0;
  list-style: none;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
  z-index: 100;
}
.nav-util.open .util-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}
.util-dropdown li { margin: 0; list-style: none; }
.util-dropdown a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  border: none;
}
.util-dropdown a:hover {
  background: var(--bg-soft);
  color: var(--edge-blue);
  border: none;
}
.util-dropdown a.selected {
  background: var(--bg-soft);
  color: var(--edge-blue);
  font-weight: 600;
}
.util-dropdown a .lang-native {
  font-family: var(--mono);
  font-size: 0.74rem;
  color: var(--ink-mute);
  letter-spacing: 0.04em;
}
.util-dropdown a.selected .lang-native { color: var(--edge-blue); }

/* Music button states */
.music-btn .icon-pause { display: none; }
.music-btn.playing .icon-play { display: none; }
.music-btn.playing .icon-pause { display: block; }
.music-btn.playing { color: var(--edge-blue); }

/* ====== Live status pill ====== */
.live-pill {
  background: #fff;
  border: 1px solid var(--rule);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.live-pill:hover {
  border-color: var(--edge-blue);
  color: var(--edge-blue);
  box-shadow: 0 8px 24px -8px rgba(31, 91, 201, 0.25);
}
.live-pill .arrow { color: var(--ink-mute); }
.live-pill:hover .arrow { color: var(--edge-blue); }

/* ====== Hero ====== */
.hero {
  background:
    radial-gradient(ellipse 90% 60% at 50% 10%, rgba(31, 91, 201, 0.06), transparent 60%),
    radial-gradient(ellipse 60% 40% at 80% 0%, rgba(67, 83, 255, 0.05), transparent),
    var(--bg);
}
.hero::before {
  background-image: radial-gradient(circle, rgba(31, 91, 201, 0.07) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(ellipse 70% 50% at center 30%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 50% at center 30%, #000 30%, transparent 80%);
}

.hero-mark { margin-bottom: 2.2em; }
.hero-mark img {
  width: auto;
  max-width: 480px;
  height: auto;
  max-height: 240px;
}
.hero-mark svg { height: 110px; width: auto; max-width: 220px; }

.hero h1 { margin-bottom: 0.45em; }

.hero-video {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 16px;
  box-shadow: var(--shadow-xl);
  overflow: hidden;
}
.hero-video::before { background: none; }
.hero-video::after { color: var(--ink-mute); }

/* ====== Page hero (inner pages) ====== */
.page-hero {
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(31, 91, 201, 0.06), transparent),
    linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--rule);
}

/* ====== Role hero ====== */
.role-hero {
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(31, 91, 201, 0.06), transparent),
    linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--rule);
}
.role-hero-video {
  background: #fff;
  border-color: var(--rule);
  box-shadow: var(--shadow-lg);
  border-radius: 16px;
}
.role-hero-video::before { background: none; }
.role-hero-video::after { color: var(--ink-mute); }

/* ====== Buttons — Webflow bold + gradient ====== */
.btn {
  padding: 14px 26px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.005em;
}
.btn-primary {
  background: var(--edge-blue);
  color: #fff;
  border-color: var(--edge-blue);
  box-shadow: 0 4px 14px -2px rgba(31, 91, 201, 0.4);
}
.btn-primary:hover {
  background: var(--edge-blue-dk);
  border-color: var(--edge-blue-dk);
  color: #fff;
  box-shadow: 0 8px 24px -4px rgba(31, 91, 201, 0.55);
  transform: translateY(-2px);
}
.btn-secondary {
  background: #fff;
  color: var(--ink);
  border-color: var(--rule);
  box-shadow: var(--shadow-sm);
}
.btn-secondary:hover {
  border-color: var(--edge-blue);
  color: var(--edge-blue);
  background: #fff;
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

/* ====== Path cards — Webflow soft elevated ====== */
.path-card,
.apply-card {
  background: #fff;
  border: 1px solid var(--rule);
  border-top: 1px solid var(--rule) !important;
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  color: var(--ink);
  padding: 36px 32px 32px;
}
.path-card::before,
.apply-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--edge-blue) 0%, var(--edge-blue-lt) 50%, var(--edge-violet) 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.path-card:hover::before,
.apply-card:hover::before { opacity: 1; }
.path-card:hover,
.apply-card:hover {
  border-color: var(--edge-blue-lt);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  color: var(--ink);
}
.path-card .card-num,
.apply-card .card-num {
  color: var(--edge-blue);
  font-weight: 600;
}
.path-card h3,
.apply-card h3 { color: var(--ink); }
.path-card p,
.apply-card p { color: var(--ink-soft); }
.apply-card .card-meta { color: var(--ink-mute); }
.path-card .card-arrow,
.apply-card .card-arrow { color: var(--ink); font-weight: 600; }
.path-card:hover .card-arrow,
.apply-card:hover .card-arrow { color: var(--edge-blue); }

/* ====== Section alternation (Webflow pattern: white / light-gray) ====== */
.section { background: var(--bg); }
.section.alt { background: var(--bg-soft); }
section[style*="bg-soft"] { background: var(--bg-soft) !important; }

/* ====== Stats ====== */
.stats {
  background: var(--bg-soft);
  border: 1px solid var(--rule);
  border-radius: 20px;
  padding: 56px 40px;
  margin: 4em 0;
}
.stat-value {
  background: linear-gradient(135deg, var(--edge-blue) 0%, var(--edge-blue-lt) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.stat-label { color: var(--ink-mute); }

/* ====== Tables ====== */
thead th {
  background: var(--bg-soft);
  color: var(--ink);
  border-bottom-color: var(--edge-blue);
}
tbody td {
  color: var(--ink-soft);
  border-bottom-color: var(--rule);
}

/* ====== Callout ====== */
.callout {
  background: var(--bg-soft);
  border: 1px solid var(--rule);
  border-left: 4px solid var(--edge-blue);
  border-radius: 0 12px 12px 0;
  box-shadow: var(--shadow-sm);
}
.callout .callout-label { color: var(--edge-blue); font-weight: 700; }
.callout strong { color: var(--ink); }

/* ====== Steps ====== */
.step {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  transition: all 0.2s ease;
}
.step:hover {
  border-color: var(--edge-blue-lt);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.step::before { color: var(--edge-blue); }
.step h3 { color: var(--ink); }
.step p { color: var(--ink-soft); }

/* ====== FAQ ====== */
.faq-item { border-bottom-color: var(--rule); }
.faq-item h3 { color: var(--ink); }
.faq-item p { color: var(--ink-soft); }

/* ====== Timeline ====== */
.timeline::before { background: var(--rule); }
.timeline-item::before { background: var(--bg); border-color: var(--edge-blue); box-shadow: 0 0 0 4px rgba(31, 91, 201, 0.12); }
.timeline-when { color: var(--edge-blue); font-weight: 600; }
.timeline-what h4 { color: var(--ink); }
.timeline-what p { color: var(--ink-soft); }

/* ====== Final CTA — Webflow gradient ====== */
.final-cta {
  background: linear-gradient(135deg, var(--edge-blue) 0%, var(--edge-blue-dk) 40%, var(--bg-deep) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 80% 0%, rgba(67, 83, 255, 0.35), transparent),
    radial-gradient(ellipse 60% 50% at 20% 100%, rgba(77, 139, 245, 0.25), transparent);
  pointer-events: none;
}
.final-cta > * { position: relative; z-index: 1; }
.final-cta .eyebrow { color: rgba(255, 255, 255, 0.75); }
.final-cta .eyebrow::before { background: rgba(255, 255, 255, 0.6); }
.final-cta h2 { color: #fff; }
.final-cta p { color: rgba(255, 255, 255, 0.85); }
.final-cta .btn-primary {
  background: #fff;
  color: var(--edge-blue);
  border-color: #fff;
  box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.25);
}
.final-cta .btn-primary:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px -6px rgba(0, 0, 0, 0.3);
}
.final-cta .btn-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.final-cta .btn-secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

/* ====== Footer ====== */
.site-footer {
  background: var(--bg-soft);
  color: var(--ink-soft);
  border-top: 1px solid var(--rule);
}
.footer-brand p { color: var(--ink-mute); }
.footer-col h4 { color: var(--ink); }
.footer-col a { color: var(--ink-soft); }
.footer-col a:hover { color: var(--edge-blue); }
.footer-bottom { border-top-color: var(--rule); color: var(--ink-mute); }
.footer-bottom a { color: var(--ink-mute); }
.footer-bottom a:hover { color: var(--edge-blue); }
.footer-areaa-mark { color: var(--ink-mute); }

/* === Mentor grid === */
.mentor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  margin: 3em 0;
}
.mentor-card {
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex;
  flex-direction: column;
}
.mentor-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.mentor-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  background: var(--bg-soft);
  display: block;
}
.mentor-body {
  padding: 22px 22px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.mentor-name {
  margin: 0 0 6px;
  font-family: var(--serif, "Lora", serif);
  font-size: 1.35em;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.mentor-tag {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72em;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--edge-blue);
  margin-bottom: 14px;
}
.mentor-bio {
  color: var(--ink-soft);
  font-size: 0.96em;
  line-height: 1.55;
  margin: 0;
}
.mentor-teaser {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 14px;
  margin: 2.5em 0 1.5em;
}
.mentor-thumb {
  aspect-ratio: 3 / 4;
  border-radius: 12px;
  object-fit: contain;
  background: var(--bg-soft);
  width: 100%;
  border: 1px solid var(--rule);
  transition: transform .25s ease;
}
.mentor-thumb:hover { transform: scale(1.04); }

.mentor-thumb-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}
.mentor-thumb-name {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7em;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  text-align: center;
  line-height: 1.25;
  transition: color .2s ease;
}
.mentor-thumb-link:hover .mentor-thumb-name { color: var(--edge-blue); }

/* "Soon" badge on non-English language switcher options */
.lang-soon {
  display: inline-block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-dk, #8a6d2a);
  background: rgba(212, 165, 71, 0.16);
  padding: 2px 7px;
  border-radius: 100px;
  margin-left: 8px;
  vertical-align: middle;
  font-weight: 600;
}

/* === Notify-me email capture (homepage final CTA) === */
.notify-form {
  display: flex;
  gap: 10px;
  max-width: 480px;
  margin: 1.8em auto 0;
}
.notify-form input[type="email"] {
  flex: 1;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-family: inherit;
  font-size: 1em;
  transition: border-color .15s ease, background .15s ease;
}
.notify-form input[type="email"]::placeholder { color: rgba(255,255,255,0.55); }
.notify-form input[type="email"]:focus {
  outline: none;
  border-color: #fff;
  background: rgba(255,255,255,0.14);
}
.notify-form button { white-space: nowrap; }
@media (max-width: 540px) {
  .notify-form { flex-direction: column; }
  .notify-form button { width: 100%; }
}

/* === Calendar .ics download buttons === */
.ics-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.74em;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--edge-blue);
  text-decoration: none;
  padding: 6px 12px;
  margin-top: 8px;
  border: 1px solid var(--rule);
  border-radius: 100px;
  background: var(--bg);
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.ics-btn:hover {
  background: var(--edge-blue);
  border-color: var(--edge-blue);
  color: #fff;
}

/* === Leadership spotlight card === */
.leadership-card {
  display: grid;
  grid-template-columns: minmax(180px, 240px) 1fr;
  gap: 28px;
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: 18px;
  padding: 28px;
  box-shadow: var(--shadow-sm);
  margin: 2.5em 0;
  align-items: start;
}
@media (max-width: 640px) {
  .leadership-card {
    grid-template-columns: 1fr;
  }
}
.leadership-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
  background: var(--bg-soft);
  border-radius: 14px;
  display: block;
}
.leadership-name {
  margin: 0 0 12px;
  font-family: var(--serif, "Lora", serif);
  font-size: 1.6em;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.leadership-body p {
  color: var(--ink-soft);
  line-height: 1.55;
}

/* === Forms (alumni verify, etc.) === */
.alumni-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 560px;
  margin: 1.5em 0;
}
.alumni-form .field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.alumni-form .field-row {
  display: flex;
  gap: 14px;
}
@media (max-width: 560px) {
  .alumni-form .field-row { flex-direction: column; gap: 18px; }
}
.alumni-form label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72em;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
}
.alumni-form input,
.alumni-form select {
  padding: 12px 14px;
  border: 1px solid var(--rule);
  border-radius: 10px;
  background: var(--bg);
  color: var(--ink);
  font-family: inherit;
  font-size: 1em;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.alumni-form input:focus,
.alumni-form select:focus {
  outline: none;
  border-color: var(--edge-blue);
  box-shadow: 0 0 0 3px rgba(31, 91, 201, 0.15);
}
.alumni-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 38px;
}
