body.blog {
  --fb-navy: #073f70;
  --fb-orange: #f36a21;
  --fb-orange-dark: #d94b0b;
  --fb-yellow: #ffd348;
  --fb-cream: #fff8eb;
  --fb-sky: #eef7fa;
  --fb-ink: #213444;
  --fb-muted: #647685;
  --fb-border: #d9e5ea;
  background: #fff;
}

body.blog main.site-main.fenek-blog-archive {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 96px;
  overflow: hidden;
  color: var(--fb-ink);
  font-family: "Source Sans 3", sans-serif;
}

body.blog .fenek-blog-container,
body.blog .fenek-blog-archive > .page-content,
body.blog .fenek-blog-archive > .pagination,
body.blog .fenek-blog-section-heading {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

body.blog .fenek-blog-hero {
  margin: 0 0 70px;
  padding: 78px 0 72px;
  background:
    radial-gradient(circle at 92% 24%, rgba(255, 211, 72, .36) 0 82px, transparent 84px),
    radial-gradient(circle at 8% 86%, rgba(243, 106, 33, .12) 0 54px, transparent 56px),
    var(--fb-cream);
}

body.blog .fenek-blog-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 70px;
  align-items: end;
}

body.blog .fenek-blog-eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 18px;
  color: var(--fb-orange-dark);
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.blog .fenek-blog-eyebrow::before {
  width: 26px;
  height: 4px;
  background: var(--fb-yellow);
  border-radius: 10px;
  content: "";
}

body.blog .fenek-blog-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--fb-navy);
  font-family: "Nunito", sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: .98;
}

body.blog .fenek-blog-lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--fb-muted);
  font-size: 20px;
  line-height: 1.55;
}

body.blog .fenek-blog-search {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--fb-border);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(7, 63, 112, .1);
}

body.blog .fenek-blog-search label {
  display: block;
  margin-bottom: 10px;
  color: var(--fb-navy);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 900;
}

body.blog .fenek-blog-search-row {
  display: flex;
  gap: 8px;
}

body.blog .fenek-blog-search input {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 15px;
  color: var(--fb-ink);
  background: #fff;
  border: 1px solid var(--fb-border);
  border-radius: 12px;
  font: inherit;
}

body.blog .fenek-blog-search button {
  min-width: 104px;
  height: 48px;
  padding: 0 18px;
  color: #fff;
  background: var(--fb-orange);
  border: 0;
  border-radius: 12px;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  cursor: pointer;
}

body.blog .fenek-blog-search input:focus-visible,
body.blog .fenek-blog-search button:focus-visible,
body.blog .fenek-blog-card a:focus-visible,
body.blog .fenek-blog-archive .pagination a:focus-visible {
  outline: 3px solid rgba(243, 106, 33, .35);
  outline-offset: 3px;
}

body.blog .fenek-blog-section-heading {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 28px;
}

body.blog .fenek-blog-section-heading h2 {
  margin: 0;
  color: var(--fb-navy);
  font-family: "Nunito", sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1;
}

body.blog .fenek-blog-section-heading p {
  max-width: 510px;
  margin: 0;
  color: var(--fb-muted);
  font-size: 17px;
  text-align: right;
}

body.blog .fenek-blog-archive > .page-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body.blog .fenek-blog-card {
  display: flex;
  min-width: 0;
  margin: 0;
  padding: 0 0 26px;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--fb-border);
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(7, 63, 112, .07);
}

body.blog .fenek-blog-card > *:not(.fenek-blog-media) {
  margin-right: 24px;
  margin-left: 24px;
}

body.blog .fenek-blog-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  margin: 0 0 22px;
  background: var(--fb-sky);
}

body.blog .fenek-blog-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

body.blog .fenek-blog-media:hover img {
  transform: scale(1.035);
}

body.blog .fenek-blog-placeholder {
  display: grid;
  min-height: 100%;
  place-items: center;
  color: var(--fb-navy);
  background:
    radial-gradient(circle at 28% 30%, rgba(255, 211, 72, .8) 0 46px, transparent 48px),
    linear-gradient(135deg, #eef7fa, #fff8eb);
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 900;
}

body.blog .fenek-blog-label {
  margin-top: 0;
  margin-bottom: 9px;
  color: var(--fb-orange-dark);
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

body.blog .fenek-blog-card .entry-title {
  margin-top: 0;
  margin-bottom: 14px;
  font-family: "Nunito", sans-serif;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1.13;
}

body.blog .fenek-blog-card .entry-title a {
  color: var(--fb-navy);
  text-decoration: none;
}

body.blog .fenek-blog-card .entry-title a:hover {
  color: var(--fb-orange-dark);
}

body.blog .fenek-blog-card > p:not(.fenek-blog-label) {
  display: -webkit-box;
  margin-top: 0;
  margin-bottom: 22px;
  overflow: hidden;
  color: var(--fb-muted);
  font-size: 16px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.blog .fenek-blog-read {
  margin-top: auto !important;
  color: var(--fb-navy);
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

body.blog .fenek-blog-read:hover {
  color: var(--fb-orange-dark);
}

body.blog .fenek-blog-card-featured {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
  grid-template-rows: auto auto 1fr auto;
  min-height: 430px;
  padding: 0;
}

body.blog .fenek-blog-card-featured > .fenek-blog-media {
  grid-column: 1;
  grid-row: 1 / -1;
  height: 100%;
  margin: 0;
  aspect-ratio: auto;
}

body.blog .fenek-blog-card-featured > *:not(.fenek-blog-media) {
  grid-column: 2;
  margin-right: 38px;
  margin-left: 38px;
}

body.blog .fenek-blog-card-featured .fenek-blog-label {
  margin-top: 42px;
}

body.blog .fenek-blog-card-featured .entry-title {
  font-size: clamp(30px, 3.2vw, 44px);
}

body.blog .fenek-blog-card-featured > p:not(.fenek-blog-label) {
  font-size: 18px;
  -webkit-line-clamp: 4;
}

body.blog .fenek-blog-card-featured .fenek-blog-read {
  margin-bottom: 42px !important;
}

body.blog .fenek-blog-archive > .pagination {
  margin-top: 38px;
}

body.blog .fenek-blog-archive .pagination {
  display: flex;
  justify-content: space-between;
}

body.blog .fenek-blog-archive .pagination a {
  display: inline-flex;
  min-height: 46px;
  padding: 0 20px;
  align-items: center;
  color: var(--fb-navy);
  background: var(--fb-yellow);
  border-radius: 999px;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 980px) {
  body.blog .fenek-blog-hero-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body.blog .fenek-blog-archive > .page-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.blog .fenek-blog-card-featured {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  body.blog .fenek-blog-container,
  body.blog .fenek-blog-archive > .page-content,
  body.blog .fenek-blog-archive > .pagination,
  body.blog .fenek-blog-section-heading {
    width: min(100% - 28px, 1180px);
  }

  body.blog .fenek-blog-hero {
    margin-bottom: 52px;
    padding: 58px 0 54px;
  }

  body.blog .fenek-blog-section-heading {
    display: block;
  }

  body.blog .fenek-blog-section-heading p {
    margin-top: 12px;
    text-align: left;
  }

  body.blog .fenek-blog-archive > .page-content {
    grid-template-columns: 1fr;
  }

  body.blog .fenek-blog-card-featured {
    display: flex;
    min-height: 0;
  }

  body.blog .fenek-blog-card-featured > .fenek-blog-media {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  body.blog .fenek-blog-card-featured > *:not(.fenek-blog-media) {
    margin-right: 24px;
    margin-left: 24px;
  }

  body.blog .fenek-blog-card-featured .fenek-blog-label {
    margin-top: 0;
  }

  body.blog .fenek-blog-card-featured .fenek-blog-read {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 460px) {
  body.blog .fenek-blog-search-row {
    flex-direction: column;
  }

  body.blog .fenek-blog-search button {
    width: 100%;
  }
}
