/**
 * LiveLines UK Jobs Custom Stylesheet
 * Contains general theme, layout modifiers, semantic classes 
 * and responsive utilities for the application form templates.
 */
:root {
  --brand-blue: #2e4c94;
  --brand-blue-2: #2d4b96;
  --text-dark: #3f3f3f;
  --surface: #ffffff;
  --soft-bg: #f8f8f8;
  --page-bg: #f2f4f8;
  --border-soft: rgba(0, 0, 0, 0.12);
  --shadow-soft: 0px 4px 24px 0px #2E4C941F;
  --radius-xl: 24px;
  --radius-md: 12px;
  --font-primary: "Open Sans", sans-serif;
  --font-secondary: "Source Sans 3", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text-dark);
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.page-shell {
  min-height: 100vh;
}

.site-frame {
  width: min(100%, 1233px);
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-32 {
  margin-bottom: 32px;
}

.text-brand-blue {
  color: var(--brand-blue-2) !important;
}

input:focus,
select:focus,
textarea:focus {
  box-shadow: none !important;
}

.text--md {
  font-size: 16px;
}

.text--sm {
  font-size: 14px;
}

.mw-50 {
  max-width: 50ch;
}

.site-header {
  min-height: 106px;
  padding: 20px 16px;
}

.header-logo {
  width: 100%;
  max-width: 267px;
  height: auto;
  display: block;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: var(--brand-blue);
  line-height: 1;
  position: relative;
}

.brand-emblem {
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50%;
  margin-bottom: 4px;
  position: relative;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.95) 0 18%, transparent 19% 100%),
    radial-gradient(circle at 50% 50%, rgba(46, 76, 148, 0.12) 0 56%, transparent 57% 100%),
    conic-gradient(from 0deg, #2e4c94 0 22%, #4e86d1 22% 44%, #2e4c94 44% 66%, #4e86d1 66% 88%, #2e4c94 88% 100%);
  box-shadow: inset 0 0 0 4px #ffffff, 0 10px 22px rgba(46, 76, 148, 0.16);
}

.brand-emblem::before,
.brand-emblem::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
}

.brand-emblem::before {
  border: 3px solid rgba(46, 76, 148, 0.2);
}

.brand-emblem::after {
  inset: 26px;
  background: var(--brand-blue);
}

.brand-mark,
.brand-subtitle {
  display: block;
  font-family: var(--font-secondary);
  font-weight: 800;
}

.brand-mark {
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.brand-subtitle {
  font-size: clamp(13px, 1.4vw, 16px);
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.section-gap {
  padding: 0 24px;
  margin-bottom: 24px;
}

.hero-card,
.soft-card,
.feature-card,
.article-card {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.hero-card {
  overflow: hidden;
  background: var(--soft-bg);
}

.hero-media {
  min-height: 300px;
  position: relative;
  background: var(--page-bg);
}

.hero-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 32px;
}

.hero-media-label {
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 700;
  line-height: 1.05;
}

.hero-content {
  padding: 32px 32px 32px 48px;
  background: var(--soft-bg);
}

.hero-content.hero-content--sm {
  padding: 32px;
}

.hero-title,
.section-heading,
.feature-title,
.content-title,
.mini-card-title,
.faq-question {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  color: var(--brand-blue);
}

.hero-title {
  color: var(--text-dark);
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
  max-width: 32ch;
}

.apply-heading {
  font-size: clamp(24px, 2.8vw, 32px);
}

.apply-sub-heading {
  font-size: clamp(18px, 2.8vw, 24px);
}

.check-list {
  display: grid;
  gap: 6px;
}

.compact-check-list {
  gap: 10px;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  color: var(--brand-blue-2);
  font-size: 14px;
  line-height: 1.4;
}

.check-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 12C6.78793 12 7.56815 11.8448 8.2961 11.5433C9.02405 11.2417 9.68549 10.7998 10.2426 10.2426C10.7998 9.68549 11.2417 9.02405 11.5433 8.2961C11.8448 7.56815 12 6.78793 12 6C12 5.21207 11.8448 4.43185 11.5433 3.7039C11.2417 2.97595 10.7998 2.31451 10.2426 1.75736C9.68549 1.20021 9.02405 0.758251 8.2961 0.456723C7.56815 0.155195 6.78793 -1.17411e-08 6 0C4.4087 2.37122e-08 2.88258 0.632141 1.75736 1.75736C0.632141 2.88258 0 4.4087 0 6C0 7.5913 0.632141 9.11742 1.75736 10.2426C2.88258 11.3679 4.4087 12 6 12ZM5.84533 8.42667L9.17867 4.42667L8.15467 3.57333L5.288 7.01267L3.80467 5.52867L2.862 6.47133L4.862 8.47133L5.378 8.98733L5.84533 8.42667Z' fill='%232E4C94'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2px;
}

.check-icon-white {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 12C6.78793 12 7.56815 11.8448 8.2961 11.5433C9.02405 11.2417 9.68549 10.7998 10.2426 10.2426C10.7998 9.68549 11.2417 9.02405 11.5433 8.2961C11.8448 7.56815 12 6.78793 12 6C12 5.21207 11.8448 4.43185 11.5433 3.7039C11.2417 2.97595 10.7998 2.31451 10.2426 1.75736C9.68549 1.20021 9.02405 0.758251 8.2961 0.456723C7.56815 0.155195 6.78793 -1.17411e-08 6 0C4.4087 2.37122e-08 2.88258 0.632141 1.75736 1.75736C0.632141 2.88258 0 4.4087 0 6C0 7.5913 0.632141 9.11742 1.75736 10.2426C2.88258 11.3679 4.4087 12 6 12ZM5.84533 8.42667L9.17867 4.42667L8.15467 3.57333L5.288 7.01267L3.80467 5.52867L2.862 6.47133L4.862 8.47133L5.378 8.98733L5.84533 8.42667Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.section-tab {
  display: block;
  width: 100%;
  padding: 12px 48px;
  border-radius: 12px 12px 0 0;
  background: var(--brand-blue);
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.soft-card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 36px 48px;
}

.handbook-card {
  display: flex;
  align-items: center;
  gap: 0;
  height: 100%;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.handbook-thumb {
  width: 150px;
  min-height: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.handbook-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 12px 12px 0;
}

.handbook-text {
  flex: 1;
  padding: 24px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--brand-blue);
  text-decoration: underline;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 61px;
  padding: 18px 24px;
  border-radius: var(--radius-md);
  background: var(--brand-blue);
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 800;
  border: 0;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
}

.cta-btn:hover,
.cta-btn:focus {
  background: var(--brand-blue-2);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(46, 76, 148, 0.25);
  outline: none;
}

.cta-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(46, 76, 148, 0.25);
  background: #243e7b !important;
  color: #fff !important;
}

.feature-card {
  padding: 28px 32px;
  border: 2px solid var(--text-dark);
}

.feature-title {
  font-size: clamp(26px, 2.2vw, 34px);
  font-weight: 700;
  margin-bottom: 20px;
}

.article-card {
  padding: 36px 48px;
}

.section-heading {
  font-size: clamp(30px, 2.8vw, 40px);
  font-weight: 800;
  line-height: 1.2;
}

.content-stack {
  display: grid;
  gap: 24px;
}

.content-title,
.content-heading {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  margin-bottom: 12px;
  font-family: var(--font-primary);
  color: var(--text-dark);
}

.content-heading {
  font-size: clamp(18px, 2vw, 28px);
  font-family: var(--font-secondary);
}

.mini-card,
.faq-card {
  height: 100%;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.country-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 16px;
}

.country-item {
  width: 100px;
  text-align: center;
}

.country-item-text {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.country-label,
.country-more {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.country-more {
  margin-top: 0;
  font-weight: 600;
}

.flag-circle {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--brand-blue);
}

.flag-us {
  background:
    linear-gradient(90deg, #27438b 0 42%, transparent 42% 100%),
    repeating-linear-gradient(180deg,
      #d6243f 0 7.69%,
      #ffffff 7.69% 15.38%);
}

.flag-us::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.85) 0 1px, transparent 1.5px);
  background-size: 8px 8px;
  width: 24px;
  height: 24px;
  top: 6px;
  left: 6px;
  border-radius: 4px;
}

.flag-ca {
  background: linear-gradient(90deg, #d62334 0 27%, #ffffff 27% 73%, #d62334 73% 100%);
}

.flag-ca::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 20px;
  top: 17px;
  left: 22px;
  background: #d62334;
  clip-path: polygon(50% 0, 65% 28%, 100% 25%, 75% 50%, 88% 80%, 50% 66%, 12% 80%, 25% 50%, 0 25%, 35% 28%);
}

.flag-au {
  background:
    radial-gradient(circle at 37px 15px, #ffffff 0 2px, transparent 2.5px),
    radial-gradient(circle at 29px 28px, #ffffff 0 2.4px, transparent 3px),
    radial-gradient(circle at 40px 36px, #ffffff 0 1.8px, transparent 2.4px),
    linear-gradient(90deg, #ffffff 0 10%, transparent 10% 100%),
    linear-gradient(180deg, #ffffff 0 10%, transparent 10% 100%),
    linear-gradient(135deg, transparent 0 44%, #ffffff 44% 56%, transparent 56% 100%),
    linear-gradient(45deg, transparent 0 44%, #ffffff 44% 56%, transparent 56% 100%),
    linear-gradient(180deg, #1f2f8a 0 100%);
  background-size:
    auto,
    auto,
    auto,
    24px 24px,
    24px 24px,
    24px 24px,
    24px 24px,
    auto;
  background-position:
    center,
    center,
    center,
    0 0,
    0 0,
    0 0,
    0 0,
    center;
  background-repeat: no-repeat;
}

.flag-fr {
  background: linear-gradient(90deg, #2046aa 0 33.333%, #ffffff 33.333% 66.666%, #d12733 66.666% 100%);
}

.flag-es {
  background: linear-gradient(180deg, #c61d2d 0 24%, #f3c326 24% 76%, #c61d2d 76% 100%);
}

.flag-es::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 12px;
  top: 21px;
  left: 18px;
  border-radius: 2px;
  background: #c61d2d;
}

.flag-gr {
  background:
    linear-gradient(90deg, #ffffff 0 12%, transparent 12% 100%),
    linear-gradient(180deg, #ffffff 0 12%, transparent 12% 100%),
    repeating-linear-gradient(180deg,
      #2d63b0 0 11.11%,
      #ffffff 11.11% 22.22%);
  background-size: 24px 24px, 24px 24px, auto;
  background-position: 0 0, 0 0, center;
  background-repeat: no-repeat;
}

.flag-name {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--brand-blue);
}

.mini-card {
  padding: 24px;
}

.mini-card-title {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 10px;
}

.apply-card {
  box-shadow: none;
  padding: 36px 48px;
}

.apply-intro {
  max-width: 1020px;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 30px;
}

.apply-steps {
  margin-bottom: 22px;
}

.apply-step-card {
  background: #fbfbfb;
  border-color: rgba(63, 63, 63, 0.12);
  box-shadow: none;
  border-radius: 22px;
  padding: 26px 24px 24px;
  border: 1px solid #0000001F;
  box-shadow: 0px 4px 24px 0px #2E4C941F
}

.apply-step-title {
  font-size: 19px;
  margin-bottom: 10px;
}

.apply-step-copy {
  font-size: 16px;
  line-height: 1.6;
  max-width: 420px;
}

.apply-next-title {
  font-size: clamp(32px, 2.6vw, 40px);
  line-height: 1.15;
}

.apply-next-copy {
  max-width: 980px;
}

.faq-stack {
  display: grid;
  gap: 12px;
}

.faq-card {
  padding: 32px;
}

.faq-question {
  font-size: clamp(21px, 1.9vw, 26px);
  font-weight: 700;
  margin-bottom: 8px;
}

/* --- Inline Style Replacements & Utility Classes --- */

/* Pre-Application Feature Cards */
.feature-title-dark {
  background-color: var(--text-dark);
  font-size: 26px;
}

.feature-title-brand {
  background-color: var(--brand-blue);
  font-size: 26px;
}

.feature-card-brand-bordered {
  border: 2px solid var(--brand-blue);
}

.border-y-light {
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

/* How to Apply Section Features */
.apply-body-bg {
  border-radius: 0 0 12px 12px;
  border-top: none;
}


.apply-trust-card {
  background-color: var(--brand-blue);
  border-radius: 24px;
  padding: 32px;
  color: #ffffff;
}

.apply-trust-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.apply-trust-text {
  margin-bottom: 0;
}

.apply-trust-list {
  margin-bottom: 32px;
}

.apply-blog-card {
  border: 1px solid #e1e4eb;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0px 4px 24px 0px #2E4C941F
}

.apply-blog-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--brand-blue);
  margin-bottom: 16px;
}

.apply-blog-text {
  margin-bottom: 0;
  color: #2E4C94;
}

.apply-blog-link {
  color: var(--brand-blue);
  text-decoration: underline;
}

.apply-next-title-sub {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.apply-next-desc {
  margin-bottom: 12px;
}


.apply-proceed-btn {
  font-size: 16px;
  padding: 12px 24px;
  min-height: auto;
  min-width: auto;
  border-radius: 8px;
}

/* FAQ Section Extended */
.faq-item-card {
  background: #ffffff;
  border: 1px solid #0000001F;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0px 4px 24px 0px #2E4C941F;
}

.faq-item-question {
  color: var(--brand-blue);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 16px;
}

.faq-item-answer {
  color: var(--brand-blue);
  margin-bottom: 0;
}

.faq-link {
  color: var(--brand-blue);
  text-decoration: none;
}

.faq-link:hover {
  text-decoration: underline;
}

.site-footer {
  padding: 40px 20px 20px;
  text-align: center;
}

.footer-logo-wrapper {
  margin-bottom: 24px;
}

.footer-logo-link {
  display: inline-block;
}

.footer-logo {
  max-height: 80px;
  display: block;
}

.footer-copy {
  font-size: 11px;
  color: #797979;
  margin-bottom: 20px;
}

.footer-brand-name {
  font-weight: 700;
  color: var(--brand-blue);
}

.footer-link {
  color: #797979;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-apply {
  font-weight: 700;
  color: var(--brand-blue);
  text-decoration: none;
  transition: opacity 0.2s;
}

.footer-apply:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.back-to-top-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #797979;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.back-to-top-link:hover {
  color: var(--brand-blue);
}

.back-to-top-link:hover svg path {
  fill: var(--brand-blue);
}

.back-to-top-icon {
  margin-bottom: 4px;
}

#scroll-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 36px;
  height: 36px;
  background-color: #3b4d8c;
  color: white;
  box-shadow: 0 4px 12px rgba(59, 77, 140, 0.2);
  text-decoration: none;
  z-index: 1000;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
}

#scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

#scroll-to-top:hover {
  background-color: #2e3b68;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(59, 77, 140, 0.3);
}

@media (max-width: 991.98px) {
  body {
    font-size: 16px;
  }

  .hero-content,
  .hero-content.hero-content--sm,
  .soft-card,
  .article-card {
    padding: 28px;
  }

  .apply-card {
    padding: 28px;
  }

  .hero-media {
    min-height: initial;
    aspect-ratio: 16/9;
  }

  .section-tab {
    padding: 12px 28px;
  }


}

@media (max-width: 767.98px) {
  :root {
    --radius-xl: 16px;
  }

  .section-gap {
    padding: 0 16px;
  }

  .site-header {
    min-height: 88px;
  }

  .brand-emblem {
    width: 58px;
    height: 58px;
  }

  .hero-content,
  .hero-content.hero-content--sm,
  .soft-card,
  .article-card,
  .feature-card,
  .faq-card {
    padding: 16px;
    border-radius: 16px;
  }

  .apply-trust-card,
  .apply-blog-card {
    border-radius: 16px;
  }

  .apply-card,
  .apply-step-card {
    padding: 16px;
  }

  .apply-card,
  .apply-body-bg,
  #application-form .soft-card,
  .section-gap:has(.section-tab) .soft-card {
    border-radius: 0 0 16px 16px;
  }

  .section-tab {
    padding: 12px 16px;
    font-size: 20px;
  }

  .apply-trust-title,
  .apply-next-title-sub,
  .faq-item-question,
  .apply-blog-title {
    font-size: 20px;
  }

  .apply-intro,
  .apply-step-copy {
    font-size: 15px;
  }

  .apply-next-title {
    font-size: 29px;
  }

  .country-strip {
    gap: 14px 12px;
    justify-content: space-between;
  }

  .country-item {
    width: auto;
  }

  .country-item-text {
    flex: 1;
    margin-top: 20px;
  }

  .country-item-text br {
    display: none;
  }

  .flag-circle {
    width: 88px;
    height: 88px;
  }


  .handbook-thumb {
    width: 100%;
    min-height: initial;
    max-width: 40%;
    aspect-ratio: 16/9;
  }

  .cta-btn {
    width: 100%;
    min-width: 0;
  }

  .handbook-text {
    padding: 16px;
  }

  .feature-title-dark,
  .feature-title-brand {
    font-size: 20px;
  }

  .border-y-light {
    border-bottom: 0;
    padding-bottom: 0 !important;
  }

  .faq-item-card {
    border-radius: 16px;
    padding: 16px;
  }

  .footer-logo {
    max-height: 68px;
  }

  .header-logo {
    max-width: 226px;
  }

  .hero-section {
    margin-inline: -16px;
  }
}

/* --- New Application Form Styles --- */
#application-form {
  margin: 0 auto;
}

.form-body {
  padding: 32px 48px;
}

@media (max-width: 768px) {
  .form-body {
    padding: 24px;
  }
}

.form-control-light,
.form-select-light {
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-dark);
}

.form-control-light:focus,
.form-select-light:focus {
  background-color: #ffffff;
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 0.15rem rgba(46, 76, 148, 0.15);
}

.form-control-light::placeholder {
  color: #3F3F3F80;
}

.form-check-input {
float:none !important;
border:none;
}

.form-check-input:active {
    filter: none;
}

.form-check-input input {
    border: 1px solid var(--brand-blue);
    width: 1.1em;
    height: 1.1em;
    margin-top: 0.2em;
}

.form-check-input input:checked {
    background-color: var(--brand-blue);
    border-color: var(--brand-blue);
}

.contract-highlight {
  background-color: #FFE054;
  padding: 2px 4px;
  display: inline-block;
  font-weight: 700;
}

.rates-table-wrapper {
  background-color: #f8f9fa;
  border-top: 2px solid #e1e4eb;
  padding: 0;
  margin-bottom: 24px;
}

.rates-table {
  width: 100%;
  font-size: 13px;
}

.rates-table th {
  color: #495057;
  font-weight: 600;
  padding: 16px 12px;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
  background: #fff;
  min-width: 130px;
}

.rates-table td {
  color: #495057;
  padding: 16px 12px;
  vertical-align: middle;
}

.rates-table tbody tr:nth-child(odd) {
  background: #0000000D;
}

.rates-table tbody tr {
  border-bottom: 1px solid #e9ecef;
}

.rates-table tbody tr:last-child {
  border-bottom: none;
}


.signature-box {
  border-color: #dee2e6 !important;
}

.signature-row {
  border-color: #dee2e6 !important;
}

.signature-label {
  border-color: #dee2e6 !important;
  font-size: 16px;
  padding: 12px;
  border-right: 1px solid #DEE2E6 !important;
}

@media (max-width: 767.98px) {

  .signature-label {
    font-size: 14px;
    padding: 10px;
  }
}