/*
Theme Name: Eduboom Blog Italia
Theme URI: https://eduboom.it
Author: Eduboom / Ucha.se
Description: Standalone WordPress blog for eduboom.it. Header and footer are a one-for-one rebuild of the main site; every asset ships with the theme.
Version: 3.4.0
Requires at least: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: eduboom-blog-it
*/

@font-face {
  font-family: Akrobat;
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("assets/fonts/Akrobat-Regular.woff2") format("woff2"),
       url("https://static.eduboom.it/assets/base/css/fonts/Akrobat/Akrobat-Regular.woff2") format("woff2"),
       url("https://static.eduboom.it/assets/base/css/fonts/Akrobat/Akrobat-Regular.otf") format("opentype");
}

@font-face {
  font-family: Akrobat;
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url("assets/fonts/Akrobat-SemiBold.woff2") format("woff2"),
       url("https://static.eduboom.it/assets/base/css/fonts/Akrobat/Akrobat-SemiBold.woff2") format("woff2"),
       url("https://static.eduboom.it/assets/base/css/fonts/Akrobat/Akrobat-SemiBold.otf") format("opentype");
}

@font-face {
  font-family: Akrobat;
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url("assets/fonts/Akrobat-Bold.woff2") format("woff2"),
       url("https://static.eduboom.it/assets/base/css/fonts/Akrobat/Akrobat-Bold.woff2") format("woff2"),
       url("https://static.eduboom.it/assets/base/css/fonts/Akrobat/Akrobat-Bold.otf") format("opentype");
}

@font-face {
  font-family: Akrobat;
  font-style: normal;
  font-weight: 800;
  font-display: optional;
  src: url("assets/fonts/Akrobat-ExtraBold.woff2") format("woff2"),
       url("https://static.eduboom.it/assets/base/css/fonts/Akrobat/Akrobat-ExtraBold.woff2") format("woff2"),
       url("https://static.eduboom.it/assets/base/css/fonts/Akrobat/Akrobat-ExtraBold.otf") format("opentype");
}

@font-face {
  font-family: "Akrobat Fallback";
  font-weight: 400;
  src: local("Arial"), local("Liberation Sans"), local("Helvetica Neue"), local("Roboto");
  size-adjust: 83.8%;
  ascent-override: 112%;
  descent-override: 33%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Akrobat Fallback";
  font-weight: 600;
  src: local("Arial"), local("Liberation Sans"), local("Helvetica Neue"), local("Roboto");
  size-adjust: 84.6%;
  ascent-override: 111%;
  descent-override: 33%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Akrobat Fallback";
  font-weight: 700;
  src: local("Arial"), local("Liberation Sans"), local("Helvetica Neue"), local("Roboto");
  size-adjust: 85.2%;
  ascent-override: 110%;
  descent-override: 33%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Akrobat Fallback";
  font-weight: 800;
  src: local("Arial"), local("Liberation Sans"), local("Helvetica Neue"), local("Roboto");
  size-adjust: 86.1%;
  ascent-override: 109%;
  descent-override: 32%;
  line-gap-override: 0%;
}

:root {
  --blue: #00a2ff;
  --blue-dark: #008edb;
  --blue-light: #e5f5ff;
  --yellow: #fade4d;
  --yellow-dark: #f9d934;
  --green: #16ddba;
  --ink: #434d66;
  --ink-soft: #627380;
  --grey: #899ead;
  --light-grey: #d2d4d7;
  --off-white: #f0f3f5;
  --white: #fff;

  --header-h: 4rem;
  --admin-offset: 0px;
  --content-width: 1200px;
  --article-width: 780px;
  --radius: 12px;
  --shadow: 0 4px 18px rgba(67, 77, 102, .12);
  --shadow-menu: 0 .1875rem .3125rem rgba(67, 77, 102, .15);
  --shadow-submenu: -.1875rem .1875rem .3125rem rgba(67, 77, 102, .15);
}

@media (min-width: 768px) {
  :root { --header-h: 5rem; }
}

@media (min-width: 601px) { body.admin-bar { --admin-offset: 46px; } }
@media (min-width: 783px) { body.admin-bar { --admin-offset: 32px; } }

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

html { scroll-padding-top: calc(var(--header-h) + var(--admin-offset) + 1rem); }

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Akrobat, "Akrobat Fallback", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.55;

  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
}

body, button, input, textarea, select { font-family: Akrobat, "Akrobat Fallback", Arial, Helvetica, sans-serif; }

img { display: block; max-width: 100%; height: auto; }
svg { display: block; }

a { color: var(--blue-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

button { color: inherit; font: inherit; }

h1, h2, h3, h4 { margin: 0 0 .55em; color: var(--ink); font-weight: 700; line-height: 1.15; }

:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: .5rem;
  left: .5rem;
  z-index: 2000;
  width: auto;
  height: auto;
  clip: auto;
  padding: .75rem 1.25rem;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: var(--ink);
  font-weight: 700;
}

.eb-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.wrap {
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.eb-row { display: flex; flex-wrap: wrap; margin: 0 -.5rem; }
.eb-col { width: 100%; min-width: 0; padding: 0 .5rem; }

.eb-6  { flex: 0 0 50%;  max-width: 50%; }
.eb-12 { flex: 0 0 100%; max-width: 100%; }

@media (min-width: 768px) {
  .eb-sm-3  { flex: 0 0 25%;  max-width: 25%; }
  .eb-sm-6  { flex: 0 0 50%;  max-width: 50%; }
  .eb-sm-12 { flex: 0 0 100%; max-width: 100%; }
  .eb-offset-sm-3 { margin-left: 25%; }
}

@media (min-width: 1024px) {
  .eb-md-2 { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .eb-md-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .eb-md-6 { flex: 0 0 50%;      max-width: 50%; }
  .eb-offset-sm-3 { margin-left: 0; }
  .eb-offset-md-2 { margin-left: 16.6667%; }
}

.site-header {
  position: sticky;
  top: var(--admin-offset);
  z-index: 1002;
  background: var(--blue);
}

.header-shell {
  display: flex;
  align-items: center;
  height: var(--header-h);
  padding: 0 1rem 0 .5rem;
}

.header-left {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex: 0 0 auto;
}

.nav-burger {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 3rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-burger-icon { width: 2rem; height: 1.5rem; fill: var(--white); }

.brand { display: block; margin-left: .5rem; line-height: 0; }
.brand-logo { width: 7.5rem; height: auto; }

.lesson-nav { position: relative; display: flex; align-items: center; align-self: stretch; }
.lesson-nav-trigger {
  display: none;
  align-items: center;
  align-self: stretch;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.lesson-nav-icon { width: 1.5625rem; height: 1.5625rem; margin-right: 1rem; fill: var(--white); }
.lesson-nav-label { color: var(--white); font-size: 1.5rem; font-weight: 700; line-height: 1.2; white-space: nowrap; }

.header-actions {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-left: auto;
  padding-left: .75rem;
  padding-right: .5rem;
}

.header-link { color: var(--white); font-size: 1.125rem; font-weight: 700; line-height: 1.2; white-space: nowrap; }
.header-link:hover { color: var(--white); text-decoration: none; opacity: .8; }

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: .4375rem 1rem;
  background: var(--yellow);
  border: 1px solid var(--yellow);
  border-radius: 1.25rem;
  color: var(--ink);
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  transition: background-color .15s ease, border-color .15s ease;
}
.header-cta:hover { background: var(--yellow-dark); border-color: var(--yellow-dark); color: var(--ink); text-decoration: none; }

.cta-label-full { display: none; }
.cta-label-short { display: inline; }

@media (min-width: 560px) {
  .cta-label-full { display: inline; }
  .cta-label-short { display: none; }
}

@media (min-width: 768px) {
  .brand-logo { width: 12.125rem; }
  .header-actions { gap: 1.5rem; }
  .header-link { font-size: 1.25rem; }
  .header-cta { min-height: 2.6875rem; padding: .5rem 1.5rem; font-size: 1.25rem; border-radius: 1.375rem; }
}

@media (min-width: 1024px) {
  .header-shell { padding: 0 1rem 0 1.5rem; }
  .nav-burger { display: none; }
  .brand { margin-left: 0; }

  .lesson-nav { margin-left: .5rem; padding: 0 1rem; }
  .lesson-nav-trigger { display: flex; }
}

@media (max-width: 359.98px) {
  .brand-logo { width: 5.5rem; }
}

.lesson-nav-panel[hidden] { display: none; }

.subject-list { margin: 0; padding: 0; list-style: none; }
.subject { margin: 0; }

.subject-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.subject-icon { flex-shrink: 0; width: 2rem; height: 2rem; margin-right: 1rem; fill: currentColor; }
.subject-name { flex: 1 1 auto; overflow: hidden; text-overflow: ellipsis; }
.subject-arrow { display: none; }

.class-list { margin: 0; padding: 0; list-style: none; }
.class-icon { flex-shrink: 0; width: 1.5rem; height: 1.5rem; fill: currentColor; }

@media (min-width: 1024px) {
  .lesson-nav-panel {
    position: absolute;
    top: 90%;
    left: 0;
    z-index: 1000;
    background: var(--white);
    border-radius: 5px;
    box-shadow: var(--shadow-menu);
    color: var(--ink);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
  }

  .lesson-nav-panel::before {
    content: "";
    position: absolute;
    top: -.5rem;
    left: 1.03125rem;
    width: 0;
    height: 0;
    border-right: .75rem solid transparent;
    border-bottom: .5rem solid var(--white);
    border-left: .75rem solid transparent;
  }

  .nav-header { display: none; }

  .subject-list { margin: .3125rem 0; }
  .subject { position: static; }

  .subject-toggle { height: 1.875rem; padding: 0 .75rem; cursor: default; }
  .subject:hover,
  .subject.is-active { background: var(--off-white); }

  .subject-icon { width: 1.5rem; height: 1.5rem; }
  .subject-name { margin-right: .6rem; }

  .subject-arrow {
    display: block;
    flex-shrink: 0;
    width: .5625rem;
    height: .5625rem;
    border: .125rem solid currentColor;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(45deg);
  }

  .class-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-height: 100%;
    background: var(--white);
    border-radius: 0 5px 5px 0;
    box-shadow: var(--shadow-submenu);
    color: var(--subject-color);
    visibility: hidden;
    opacity: 0;
  }
  .subject.is-active > .class-menu { visibility: visible; opacity: 1; }

  .class-list { margin: .3125rem 0; }
  .class-list li { display: flex; align-items: center; justify-content: center; min-width: 7rem; height: 1.875rem; }

  .class-list a,
  .class-list .is-disabled span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    height: 100%;
    padding: 0 1.5rem;
    color: var(--ink);
    white-space: nowrap;
  }

  .class-list a:hover { color: inherit; text-decoration: none; }
  .class-list .is-disabled { color: var(--light-grey); }
  .class-list .is-disabled span { color: inherit; }

  .subject-coming {
    display: flex;
    align-items: center;
    height: 1.875rem;
    padding: 2rem .75rem 1rem;
    color: var(--ink);
  }
}

@media (max-width: 1023.98px) {
  .lesson-nav-panel,
  .class-menu {
    position: fixed;
    top: calc(var(--header-h) + var(--admin-offset));
    left: 0;
    width: 100%;
    height: calc(100% - var(--header-h) - var(--admin-offset));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: var(--white);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .lesson-nav-panel { z-index: 1000; }
  .class-menu { z-index: 1001; color: var(--ink); visibility: hidden; opacity: 0; }
  .subject.is-active > .class-menu { visibility: visible; opacity: 1; }

  html.is-nav-open,
  body.is-nav-open { overflow: hidden; }
  body.is-nav-open .site-header {
    position: fixed;
    top: var(--admin-offset);
    left: 0;
    width: 100%;
  }

  .nav-header {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    height: 3.5rem;
    margin: 0;
    padding: 0 1rem;
    border: 0;
    background: var(--off-white);
    color: var(--ink);
    font-size: 1.125rem;
    font-weight: 700;
    text-align: left;
  }

  .nav-header--back { padding: 0 1.5rem 0 1.3rem; font-size: 1rem; cursor: pointer; }
  .nav-header--back::before {
    content: "";
    flex-shrink: 0;
    width: .6875rem;
    height: .6875rem;
    margin-top: -.25rem;
    margin-right: .5rem;
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: rotate(45deg);
  }

  .subject { border-bottom: 1px solid var(--light-grey); }
  .subject-toggle { height: 3.5rem; font-size: 1.125rem; }
  .subject-toggle:active { background: var(--off-white); }

  .class-list { display: flex; flex-wrap: wrap; }
  .class-list li {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
    height: 3.5rem;
    border-bottom: 1px solid var(--light-grey);
  }
  .class-list li:nth-child(odd) { border-right: 1px solid var(--light-grey); }

  .class-list a,
  .class-list .is-disabled span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    height: 100%;
    padding: 0 1rem;
    color: var(--ink);
    text-align: center;
  }
  .class-list a:hover { text-decoration: none; }
  .class-list .is-disabled { color: var(--light-grey); }
  .class-list .is-disabled span { color: inherit; }

  .subject-coming { padding: 1.25rem 1rem; color: var(--ink); }
}

.blog-hero { padding: 2.875rem 0 2.5rem; background: var(--blue-light); text-align: center; }
.blog-hero h1 { margin: 0; font-size: clamp(1.875rem, 3.4vw, 2.875rem); font-weight: 800; }
.blog-hero h1 em { color: var(--blue); font-style: normal; }

.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 2.25rem;
  padding: 2.625rem 0 4.375rem;
}

.post-card {
  margin: 0 0 2rem;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(67, 77, 102, .1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.post-card .thumb { display: block; aspect-ratio: 1200 / 630; background: var(--off-white); }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card .body { padding: 1.5rem 1.75rem 1.75rem; }
.post-card h2 { margin: 0 0 .625rem; font-size: 1.8125rem; }
.post-card h2 a { color: var(--ink); }
.post-card h2 a:hover { color: var(--blue); text-decoration: none; }
.post-card .excerpt { margin: 0 0 1.25rem; color: var(--ink-soft); }

.post-meta {
  display: flex;
  align-items: center;
  gap: .625rem;
  margin-bottom: .5rem;
  color: var(--ink-soft);
  font-size: .9375rem;
  font-weight: 600;
}
.post-meta a { color: inherit; }
.post-meta .dot { display: inline-block; width: 5px; height: 5px; background: var(--green); border-radius: 50%; }

.card-actions { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }

.more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.625rem;
  padding: .5625rem 1.375rem;
  background: var(--yellow);
  border: 0;
  border-radius: 1.375rem;
  color: var(--ink);
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color .15s ease;
}
.more-link:hover { background: var(--yellow-dark); color: var(--ink); text-decoration: none; }

.nav-links { display: flex; align-items: center; justify-content: center; gap: .5rem; margin-top: 2.125rem; }
.nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.375rem;
  height: 2.375rem;
  padding: 0 .625rem;
  background: var(--off-white);
  border-radius: 1.25rem;
  color: var(--ink);
  font-weight: 700;
}
.nav-links .current,
.nav-links a:hover { background: var(--blue); color: var(--white); text-decoration: none; }

.blog-sidebar { align-self: start; }
.blog-sidebar .widget { margin-bottom: 1.75rem; padding: 1.5625rem 1.625rem; background: var(--off-white); border-radius: var(--radius); }
.blog-sidebar .widget-title {
  margin: 0 0 .8125rem;
  color: var(--ink-soft);
  font-size: 1.0625rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.blog-sidebar ul { margin: 0; padding: 0; list-style: none; }
.blog-sidebar li { padding: .5625rem 0; border-bottom: 1px solid rgba(67, 77, 102, .12); }
.blog-sidebar li:last-child { border-bottom: 0; }
.blog-sidebar a { color: var(--ink); font-weight: 600; }
.blog-sidebar a:hover { color: var(--blue); text-decoration: none; }

.article-wrap { width: 100%; max-width: var(--article-width); margin: 0 auto; padding: 3rem 1.5rem 1.75rem; }

.single-article { padding-top: .375rem; }
.single-article h1 { margin: .375rem 0 1.125rem; font-size: clamp(2rem, 3.4vw, 2.75rem); font-weight: 800; }

.article-hero { margin: 1.6875rem 0 .625rem; overflow: hidden; border-radius: var(--radius); }
.article-hero img { width: 100%; height: auto; }

.entry-content { font-size: 1.1875rem; line-height: 1.65; }
.entry-content h2 { margin-top: 1.65em; font-size: 1.9375rem; }
.entry-content h3 { margin-top: 1.4em; font-size: 1.5625rem; }
.entry-content img { border-radius: 10px; }
.entry-content ul,
.entry-content ol { padding-left: 1.3em; }
.entry-content a { text-decoration: underline; text-underline-offset: 2px; }
.entry-content blockquote {
  margin: 1.5em 0;
  padding: 1.125rem 1.375rem;
  background: var(--blue-light);
  border-left: 5px solid var(--blue);
  border-radius: 0 8px 8px 0;
}
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th,
.entry-content td { padding: .625rem; border: 1px solid var(--light-grey); text-align: left; }

.share-bar { display: flex; align-items: center; gap: .625rem; margin: .75rem 0 0; padding: 1.25rem 0 0; border-top: 1px solid var(--light-grey); }
.share-bar .lbl { color: var(--ink-soft); font-size: .875rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.share-btn {
  position: relative;
  display: inline-flex;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: none;
  line-height: 0;
  cursor: pointer;
  transition: transform .15s ease, opacity .15s ease;
}
.share-btn img { display: block; width: 2.5rem; height: 2.5rem; }
.share-btn:hover { opacity: .85; transform: translateY(-2px); }
.share-copy.is-copied::after {
  content: "\2713";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  border-radius: 50%;
  color: var(--white);
  font-weight: 700;
}

.share-msgr { display: none; }
@media (pointer: coarse) { .share-msgr { display: inline-flex; } }

.share-bar--card { gap: .5rem; margin: 0; padding: 0; border: 0; }
.share-bar--card .lbl { display: none; }
.share-bar--card .share-btn img { width: 2rem; height: 2rem; }

.site-footer {
  margin-top: 2.5rem;
  background: var(--ink);
  color: var(--light-grey);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}
.site-footer a { color: var(--off-white); }
.site-footer a:hover { color: var(--grey); text-decoration: none; }

.footer-shell { padding: 2rem 1rem; }
@media (min-width: 1024px) { .footer-shell { padding: 2rem 1.5rem; } }

.footer-brand { display: block; margin-bottom: 1.5rem; line-height: 0; }
.footer-logo { width: 8.5rem; }

@media (min-width: 768px) { .footer-logo { width: 100%; } }
@media (min-width: 1024px) {
  .footer-brand { width: 75%; }
  .footer-logo { width: 100%; max-width: 11.875rem; max-height: 2rem; }
}

.footer-phone-row { display: flex; align-items: center; margin-bottom: .5rem; }
.footer-phone {
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}
.footer-phone:hover { color: var(--grey); }
.footer-phone-icon { flex-shrink: 0; width: 1.5rem; height: 1.5rem; margin-right: .5rem; }
.footer-phone-icon svg { width: 100%; height: 100%; fill: currentColor; }

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .footer-phone-icon { margin-right: .25rem; }
}

.working-hours { margin: 0 0 1.5rem; color: var(--white); font-size: 1rem; font-weight: 600; line-height: 1.2; }
@media (min-width: 768px) { .working-hours { margin-bottom: 2rem; } }

.footer-list { margin: 0; padding: 0; list-style: none; }
.footer-list li { margin-bottom: 1rem; }
.footer-list li:last-child { margin-bottom: 0; }
.footer-list a { display: inline-block; font-size: 1.125rem; font-weight: 700; }

.footer-company { margin-top: 2.5rem; }
@media (min-width: 768px)  { .footer-company { margin-top: 3.5rem; } }
@media (min-width: 1024px) { .footer-company { margin-top: 0; } }

@media (max-width: 1023.98px) {
  .footer-company .eb-col + .eb-col { margin-top: 2rem; }
}

.footer-mission { display: flex; align-items: flex-start; align-self: flex-start; margin-top: 2.5rem; }
@media (min-width: 768px)  { .footer-mission { margin-top: 3.5rem; } }
@media (min-width: 1024px) { .footer-mission { margin-top: 0; } }

.footer-mission p { margin: 0; color: var(--light-grey); font-size: 1rem; font-weight: 600; line-height: 1.2; text-align: center; }

.quote-mark { flex: 0 0 2rem; width: 2rem; height: 2rem; color: var(--grey); }
.quote-mark svg { width: 100%; height: 100%; fill: currentColor; }
.quote-start { align-self: flex-end; margin-right: .5rem; }
.quote-end { align-self: flex-start; margin-left: .5rem; }

.footer-details { align-items: flex-end; margin-top: 1.5rem; }

.footer-text-small { font-size: 1rem; line-height: 1.2; }
.footer-legal .footer-text-small { padding-bottom: .25rem; }

.footer-emails { color: var(--light-grey); font-size: 1rem; font-weight: 600; }
.footer-emails p { margin: 0 0 .5rem; }
.footer-emails p:last-child { margin-bottom: 0; }
.footer-emails a { font-weight: 700; }

.footer-emails span { display: inline; }
@media (min-width: 768px) { .footer-emails span { display: block; } }

.follow-social-title { margin: 0 0 .5rem; font-size: 1.125rem; font-weight: 700; }
.footer-social-icons { display: flex; align-items: center; }
.footer-social-icons a { display: inline-flex; margin-right: .5rem; }
.footer-social-icons svg { width: 2rem; height: 2rem; fill: var(--off-white); }
.footer-social-icons a:hover svg { fill: var(--grey); }

@media (max-width: 767.98px) {
  .footer-details { text-align: center; }
  .footer-socials { order: 1; margin-bottom: 2.5rem; }
  .footer-legal   { order: 2; }
  .footer-emails  { order: 3; margin-top: 1.5rem; display: flex; flex-direction: column; }
  .footer-email--support { order: 1; margin-bottom: 1rem; }
  .footer-email--press   { order: 2; margin-bottom: 0; }
  .footer-social-icons { justify-content: center; }
  .footer-social-icons a { margin: 0 .25rem; }
}

.footer-divider { height: 0; margin: 1rem 0 0; border: 0; border-top: 1px solid rgba(0, 0, 0, .1); }

.footer-markets {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1rem;
  margin-top: 1rem;
}
@media (min-width: 1024px) { .footer-markets { margin-top: 1.5rem; } }

.eduboom-link { padding: 0 .5rem; font-size: .9375rem; line-height: 1.2; text-align: center; }

@media (max-width: 767.98px) {
  .footer-markets { column-gap: 1rem; }
  .eduboom-link { position: relative; width: 8.75rem; }
  .eduboom-link::after {
    content: "\00B7";
    position: absolute;
    top: 0;
    left: 100%;
    width: 1rem;
    margin: 0;
    text-align: center;
  }
  .eduboom-link:last-child::after { content: ""; }
}
@media (max-width: 327.98px) {
  .eduboom-link::after { content: ""; }
}
@media (min-width: 328px) and (max-width: 483.98px) {
  .eduboom-link:nth-of-type(2n)::after { content: ""; }
}
@media (min-width: 484px) and (max-width: 639.98px) {
  .eduboom-link:nth-of-type(3n)::after { content: ""; }
}
@media (min-width: 640px) and (max-width: 767.98px) {
  .eduboom-link:nth-of-type(4n)::after { content: ""; }
}

@media (min-width: 768px) {
  .eduboom-link:not(:last-child)::after { content: " \00B7"; margin-left: 1rem; }
  .eduboom-link:nth-of-type(4n)::after  { content: " \00B7"; margin-left: 1rem; }
  .eduboom-link:nth-of-type(5n)::after,
  .eduboom-link:last-child::after       { content: ""; margin-left: 0; }
}
@media (min-width: 877px) {
  .eduboom-link:nth-of-type(5n)::after  { content: " \00B7"; margin-left: 1rem; }
  .eduboom-link:nth-of-type(6n)::after,
  .eduboom-link:last-child::after       { content: ""; margin-left: 0; }
}
@media (min-width: 1037px) {
  .eduboom-link:nth-of-type(6n)::after  { content: " \00B7"; margin-left: 1rem; }
  .eduboom-link:nth-of-type(7n)::after,
  .eduboom-link:last-child::after       { content: ""; margin-left: 0; }
}
@media (min-width: 1185px) {
  .eduboom-link:nth-of-type(7n)::after  { content: " \00B7"; margin-left: 1rem; }
  .eduboom-link:nth-of-type(8n)::after,
  .eduboom-link:last-child::after       { content: ""; margin-left: 0; }
}
@media (min-width: 1310px) {
  .eduboom-link:nth-of-type(8n)::after  { content: " \00B7"; margin-left: 1rem; }
  .eduboom-link:nth-of-type(9n)::after,
  .eduboom-link:last-child::after       { content: ""; margin-left: 0; }
}

.footer-copy { margin: 1.5rem 0 0; text-align: center; }

@media (max-width: 1023.98px) {
  .blog-layout { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
  .blog-hero { padding: 2.125rem 0 1.875rem; }
  .blog-layout { padding: 1.875rem 0 3.125rem; }
}

@media (max-width: 540px) {
  .wrap, .article-wrap { padding-right: .875rem; padding-left: .875rem; }
  .post-card .body { padding: 1.25rem; }
  .post-card h2 { font-size: 1.625rem; }
  .card-actions { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
