:root{
  --bg:#eee; --bg-alt:#f6f7f9; --text:#111318; --text-2:#5b6472; --border:#e6e8ee;
  --motogp:#fa2d27; --f1:#0052ff; --accent: var(--motogp);
  --container:1280px; --radius:12px; --shadow-1:0 6px 18px rgba(17,19,24,.06);
  --s1:8px; --s2:12px; --s3:16px; --s4:24px; --s5:32px; --s6:48px;
  --font: ui-sans-serif, system-ui, -apple-system, "Inter", "Segoe UI", Roboto, Arial, sans-serif;
}

*{box-sizing:border-box}
body{margin:0;font-family:var(--font);color:var(--text);background:var(--bg)}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{max-width:var(--container);margin:0 auto;padding:0 var(--s4)}

/* Visibility helpers */
.is-mobile-only{display:none !important}
.is-desktop-only{display:inline-flex !important}
@media (max-width: 767px){
  .is-mobile-only{display:inline-flex !important}
  .is-desktop-only{display:none !important}
}

/* Container width rules */
@media (min-width: 1025px){
  .container{max-width: 1024px};
}
@media (min-width: 1201px){
  .container{max-width:1200px}
}
@media (min-width: 768px) and (max-width: 1024px){
  .container{max-width:100%}
}
@media (max-width: 767px){
  .container{max-width:100%;padding:0 16px}
}

.muted{color:var(--text-2)}

.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;
}

.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:var(--accent);color:#fff;font-size:12px;font-weight:700}

/* LIVE badge (home + widgets) */
.badge-live{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:4px 10px;
  border-radius:999px;
  background:var(--motogp);
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.section-live .section-title h2{
  display:flex;
  align-items:center;
  gap:10px;
}

/* Live section: compact + readable */
.section-live .card{background:#fff}
.section-live .list-item{padding:12px 14px}
.section-live .list-meta{opacity:.9}

@media (max-width: 767px){
  .section-live{margin-top:24px}
  .section-live .section-title h2{font-size:20px}
}

/* Header (new structure: logo left + bottom row burger/nav/search) */
.header{position:sticky;top:0;z-index:50;background-color:#121213;border-bottom:1px solid rgba(255,255,255,.12)}

.header-brand{padding:12px 0 0px}
.header-logo{display:inline-flex;align-items:center;gap:10px;margin:0}
.header-logo img{width:80px;height:80px}
.header-logo__text{
  font-weight:900;
  font-size:16px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#fff;
  font-family:"Bebas Neue", "Oswald", "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

/* Top row: logo left + ad truly centered in the header */
.header-top{position:relative;display:flex;align-items:center;min-height:90px}

/* Keep logo at left */
.header-brand{position:relative;z-index:2;flex:0 0 auto}

/* Ad is centered relative to the whole header width (not just remaining flex space) */
.header-ad{position:absolute;left:calc(50% - 16px);top:50%;transform:translate(-50%,-50%);z-index:1;display:flex;align-items:center;justify-content:center;max-width:100%;padding-top:10px}
.header-ad__slot{width:728px;max-width:calc(100vw - 220px);height:90px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.pgp-ad-slot{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}
.pgp-ad-slot__fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#fff;color:#000;text-align:center;font-weight:700;z-index:0}
.pgp-ad-slot__fallback span{display:block;padding:12px 16px}
.pgp-ad-slot__content{position:relative;z-index:1;width:100%;display:flex;align-items:center;justify-content:center;min-height:inherit}
.pgp-ad-slot.has-live-ad .pgp-ad-slot__fallback{display:none}
.header-ad__slot.pgp-ad-slot{min-height:90px}
.layout .pgp-ad-slot,
.layout .sidebar-block--ad,
.layout .sidebar-block--ad > *{
  margin-left:auto;
  margin-right:auto;
}

/* Center any Advanced Ads output vertically/horizontally inside the 90px slot */
.header-ad__slot{align-items:center}
.header-ad__slot > *{margin:0 auto;align-self:stretch;display:flex;align-items:center;justify-content:center;height:100%}

/* If Advanced Ads scales creatives with CSS transforms, keep the visual centered */
.header-ad__slot > * ,
.header-ad__slot > * > *{transform-origin:center center !important}

/* Common ad outputs */
.header-ad__slot img{display:block;max-height:90px;width:auto;height:auto}
.header-ad__slot iframe{display:block;max-height:90px}
.header-ad__slot ins{display:block;max-height:90px}

/* Prevent common ad tags from forcing top alignment */
.header-ad__slot iframe,
.header-ad__slot ins{
  margin:auto;
}


/* Optional: visual helper during integration (remove later) */
/* .header-ad__slot{outline:1px dashed rgba(255,255,255,.25)} */

/* User/login (top row, right side) */
.header-user{position:absolute;right:0;top:38%;transform:translateY(-50%);z-index:90;display:flex;align-items:center;justify-content:flex-end;padding-left:12px}

.header-title{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  font-weight:900;
  font-size:20px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#fff;
  font-family: "Bebas Neue", "Oswald", "Montserrat", "Helvetica Neue", Arial, sans-serif;
  pointer-events:none;
}
.header-user__link{display:inline-flex;align-items:center;gap:10px;color:#fff;font-weight:800;font-size:13px;letter-spacing:.02em;white-space:nowrap;background:transparent;border:0;padding:0;cursor:pointer;font:inherit}
.header-user__text{opacity:.9}
.header-user__icon{display:inline-flex;opacity:.95}
.header-user__link:hover{color:var(--accent)}
.header-user__link:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:6px}
.header-user__link:hover .header-user__text{opacity:1}
.header-user__menu{
  position:absolute;
  top:calc(100% + 12px);
  right:0;
  min-width:200px;
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:10px;
  background:rgba(0,0,0,.94);
  border:1px solid rgba(255,255,255,.12);
  border-bottom:2px solid var(--accent);
  box-shadow:0 18px 48px rgba(0,0,0,.28);
}
.header-user__menu[aria-hidden="true"]{display:none}
.header-user__menu-mobile-intro{
  display:none;
  width:100%;
}
.header-user__menu-items{display:flex;flex-direction:column;gap:6px}
.header-user__menu-greeting{
  color:#fff;
  font-weight:800;
  font-size:15px;
  line-height:1.3;
  text-align:center;
  padding:4px 0 10px;
  border-bottom:1px solid rgba(255,255,255,.12);
  margin-bottom:4px;
}
.header-user__menu-item{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 12px;
  color:#f2f2f2;
  font-weight:700;
  font-size:14px;
  text-align:center;
  border:1.5px solid transparent;
  border-radius:0;
  transition:color .18s ease,border-color .18s ease;
}
.header-user__menu-item--action{
  font-style:italic;
  text-transform:uppercase;
  border-color:#f2f2f2;
}
.header-user__menu-item--action:hover,
.header-user__menu-item--action:focus-visible{
  color:#fa2d27;
  border-color:#fa2d27;
  outline:none;
}
.header-user__menu-item--link{
  justify-content:flex-start;
  border:0;
  font-style:normal;
  text-transform:none;
  padding-left:0;
  padding-right:0;
}
.header-user__menu-item--link:hover,
.header-user__menu-item--link:focus-visible{
  color:#fa2d27;
  outline:none;
}

@media (min-width: 768px){
  .header-user::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:100%;
    height:14px;
  }
  .header-user__menu{
    top:calc(100% + 4px);
  }
  .header-user:hover .header-user__menu,
  .header-user:focus-within .header-user__menu{
    display:flex;
  }
}

/* Bottom row: burger left, nav centered, search right */
.header-bottom{display:grid;grid-template-columns:48px 1fr 48px;align-items:center;gap:12px}
.header-nav{min-width:0;padding: 4px 0 0 0px;}

/* Primary nav (PHP-coded mega menu) */
.header-nav .navbar{display:flex;align-items:center;justify-content:center;gap:22px;padding:0;margin:0}

/* Autosport-like swipe wrappers (mobile uses scroll track; desktop ignores chevrons) */
.navbar-scroll{display:flex;align-items:center;position:relative}
.header-nav [data-nav-track]{display:flex;align-items:center;gap:22px}
.navbar-scroll__chev{display:none}

.header-nav .nav-item{position:relative;display:flex;align-items:center}
.header-nav .nav-link{font-weight:500;color:#e0dddd;display:inline-flex;align-items:center;gap:6px;padding:8px 4px}
.header-nav .nav-link:hover{color:var(--accent)}

/* Active top item */
.header-nav .nav-item.is-active > .nav-link{color:var(--accent)}

/* Desktop dropdown: hidden by default */
.header-nav .nav-dropdown{display:none}

.header-nav .nav-dropdown{position:absolute;left:-10px;top:100%;transform:none;min-width:360px;max-width:560px;background:rgba(0,0,0,.92);border:0;border-bottom:2px solid var(--accent);border-radius:0;box-shadow:0 18px 48px rgba(0,0,0,.28);padding:10px;z-index:80;margin-top:0}
.header-nav .nav-dropdown__inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.header-nav .nav-col__title{font-weight:900;font-size:13px;letter-spacing:.02em;color:rgba(255,255,255,.88);margin:0 0 10px 0;text-transform:uppercase}
.header-nav .nav-col__links{display:flex;flex-direction:column;gap:6px}
.header-nav .nav-sublink{font-weight:500;color:rgba(255,255,255,.92);font-size:16px;line-height:1.2}
/* Default submenu hover: red accent */
.header-nav .nav-sublink:not([style*="color"]):hover{color:var(--accent)}

/* Featured pilots have custom inline colors: brighten on hover so it's obvious they are clickable */
.header-nav .nav-sublink[style*="color"]:hover{filter:brightness(1.25) saturate(1.1)}

/* One-column dropdown (when only one column exists) */
.header-nav .nav-dropdown__inner:has(.nav-col:nth-child(2)){}
.header-nav .nav-item.has-dropdown .nav-dropdown__inner{grid-template-columns:repeat(2,minmax(0,1fr))}
.header-nav .nav-item.has-dropdown .nav-dropdown__inner > .nav-col:only-child{grid-column:1 / -1}

/* Tablet + desktop: allow dropdown to open (JS will handle tap; CSS supports keyboard focus) */
@media (min-width: 768px){
  .header-nav .nav-item.has-dropdown:hover > .nav-dropdown,
  .header-nav .nav-item.has-dropdown:focus-within > .nav-dropdown,
  .header-nav .nav-item.has-dropdown.is-open > .nav-dropdown{display:block}
}

/* Desktop hover bridge (mouse only) */
@media (min-width: 1025px){
  .header-nav .nav-item.has-dropdown{padding-bottom:0}
  .header-nav .nav-item.has-dropdown::after{content:"";position:absolute;left:0;right:0;top:100%;height:18px}
}

/* Tablet + desktop: hide burger in bottom row and tighten grid */
@media (min-width: 768px){
  .header-bottom{
    width:100%;
    grid-template-columns:minmax(0,1fr) auto;
    column-gap:24px;
  }
  .header-bottom .header-icon-btn[data-drawer-open]{
    display:none !important;
  }
  .header-bottom .navbar-scroll__chev{
    display:none !important;
  }
  .header-bottom .header-icon-btn[data-search-open]{
    justify-self:end;
  }
  .header-nav{padding-right:0}
}

/* Mobile only: dropdowns disabled (drawer will handle drill-down) */
@media (max-width: 767px){
  .header-nav .nav-dropdown{display:none !important}
}

@media (min-width: 768px){
  .header-nav .nav-item.has-dropdown > .nav-link::after{content:"▾";font-size:12px;opacity:.85;transform:translateY(-1px)}
}

/* Icon buttons (burger/search) - large, no circle */
.header-icon-btn{background:transparent;border:0;color:#fff;font-size:26px;line-height:1;padding:6px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding: 5px 0 2px 5px;}
.header-icon-btn svg{display:block;color:inherit}
.header-icon-btn span[aria-hidden="true"],
.header-icon-btn .header-icon{display:inline-flex;align-items:center;justify-content:center}
.header-user__icon svg{display:block}
.header-icon-btn:hover{color:var(--accent)}

.nav-plus__panel[aria-hidden="true"]{display:none}
.nav-plus__panel[aria-hidden="false"]{display:block}

/* Chips row (if present) */
.chips{display:flex;gap:10px;overflow:auto;padding:10px 0}

/* Global chip */
.chip{flex:0 0 auto;border:1px solid var(--border);border-radius:999px;padding:8px 12px;font-weight:700;font-size:13px;background:#fff}
.chip.is-active{background:var(--accent);border-color:var(--accent);color:#fff}

/* Chip buttons on dark header */
.header .chip{border:1px solid rgba(255,255,255,.22);background:rgba(0,0,0,.25);color:#fff}
.header .chip.is-active{background:var(--accent);border-color:var(--accent);color:#fff}

@media (max-width: 767px){
  .header-top{min-height:52px}
  .header-top__left{
    position:absolute;
    left:-4px;
    top:0;
    bottom:0;
    z-index:3;
    display:flex;
    align-items:center;
  }
  .header-brand{
    width:100%;
    padding:0;
    display:flex;
    justify-content:center;
  }
  .header-logo{
    gap:8px;
    position:relative;
    z-index:2;
  }
  .header-title{display:none}
  .header-user{
    display:flex;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    align-items:center;
    transform:none;
    padding-left:0;
  }
  .header-user__link{
    gap:0;
    min-width:32px;
    min-height:36px;
  }
  .header-user__text{display:none}
  .header-user__menu{
    position:fixed;
    inset:0;
    top:0;
    right:0;
    min-width:0;
    gap:14px;
    padding:20px 20px 28px;
    border:0;
    border-bottom:0;
    box-shadow:none;
    background:rgba(10,10,12,.98);
    justify-content:flex-start;
    z-index:120;
    overflow:auto;
  }
  .header-user__menu-mobile-intro{
    display:block !important;
  }
  .header-user__menu-items{
    display:flex;
    flex-direction:column;
    gap:10px;
    padding:12px 0 0;
  }
  .header-user__menu-greeting{
    font-size:20px;
    padding:8px 0 14px;
    margin-bottom:0;
  }
  .header-user__menu-item{
    min-height:50px;
    font-size:16px;
  }
  .header-user__menu-item--link{
    justify-content:center;
    padding-left:12px;
    padding-right:12px;
  }

  .header-top__right{
    margin-left:auto;
    position:absolute;
    right:-4px;
    top:0;
    bottom:0;
    display:flex;
    align-items:center;
    z-index:3;
  }

  /* Mobile header layout: full-width swipeable nav (icons live in top row) */
  .header-bottom{
    width:100%;
    min-width:0;
    gap:0;
    display:grid;
    grid-template-columns:1fr;
    align-items:center;
  }

  /* Middle column must be allowed to shrink and clip overflow */
  .header-nav{
    width:100%;
    min-width:0;
    overflow:hidden; /* prevents the track from painting outside the middle column */
    padding:0px 25px;
    display:flex;
    align-items:center;
  }

  .header-nav .navbar{
    width:100%;
    max-width:100%;
    align-items:center;
  }

  /* Mobile: no dropdowns, just top-level swipe bar */
  .header-nav .nav-dropdown{display:none !important}
  .header-nav .nav-item.has-dropdown > .nav-link::after{display:none !important}

  /* Swipeable horizontal bar */
  .header-bottom[data-navbar-scroll]{position:relative;overflow:hidden}
  .navbar-scroll{position:relative;display:flex;align-items:center;min-width:0;width:100%}
  .header-nav [data-nav-track]{
    display:flex;
    align-items:center;
    gap:18px;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    white-space:nowrap;
    padding:0 34px;
    margin:0;
    min-width:0;
    width:100%;
    box-sizing:border-box;
    scroll-padding-left:34px;
    scroll-padding-right:34px;
  }
  .header-nav [data-nav-track]::-webkit-scrollbar{display:none}

  /* Compatibility: if the mobile header uses <nav class="navbar"> directly (no navbar-scroll wrapper),
     make the primary bar swipeable and properly aligned inside the container. */
  .header-nav > .navbar{
    justify-content:flex-start;
    flex-wrap:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    white-space:nowrap;
    width:100%;
    min-width:0;
    padding:0 10px;
    margin:0;
    gap:18px;
    box-sizing:border-box;
    scroll-padding-left:10px;
  }
  .header-nav > .navbar::-webkit-scrollbar{display:none}

  .header-nav .nav-item{flex:0 0 auto}
  .header-nav .nav-link{padding:8px 2px;font-size:15px;white-space:nowrap}

  /* Optional chevrons (JS can toggle .is-overflow / .is-left-hidden / .is-right-hidden) */
  .navbar-scroll__chev{
    display:none;
    align-items:center;justify-content:center;
    width:34px;height:34px;
    border:0;background:transparent;color:#fff;
    font-size:26px;font-weight:900;
    cursor:pointer;
    opacity:.95;
    z-index:2;
  }
  .navbar-scroll__chev--left{position:absolute;left:0;top:50%;transform:translateY(-55%)}
  .navbar-scroll__chev--right{position:absolute;right:0;top:50%;transform:translateY(-55%)}
  [data-navbar-scroll].is-overflow .navbar-scroll__chev{display:flex}
  [data-navbar-scroll].is-left-hidden .navbar-scroll__chev--left{opacity:0;pointer-events:none}
  [data-navbar-scroll].is-right-hidden .navbar-scroll__chev--right{opacity:0;pointer-events:none}

  .header-ad{display:none}

  .header-top__left .header-icon-btn,
  .header-top__right .header-icon-btn,
  .header-user__link{
    padding:4px 2px;
  }

  .header-logo img{width:36px;height:36px}
  .header-logo__text{display:inline-flex}
}

body.is-profile-menu-open{
  overflow:hidden;
}

.layout{display:grid;grid-template-columns:1fr 300px;gap:24px;align-items:start;padding:0 0 var(--s5)}
@media (max-width: 1024px){ .layout{grid-template-columns:1fr} }
body.single .layout{margin-top:24px}

.card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:var(--shadow-1)}
.card-body{padding:var(--s4)}
.section{margin-top:0;margin-bottom:25px}
.section-title{display:flex;align-items:baseline;justify-content:space-between;margin:0 0 var(--s3) 0}
.section-title h2{margin:0;font-size:24px;position:relative;padding-bottom:10px}
.section-title h2::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:96px;
  height:6px;
  background:var(--accent);
}
.page-content{
  max-width:860px;
  margin:40px auto 56px;
  padding:0 0 8px;
}
.page-content__header{
  margin-bottom:24px;
  padding-bottom:18px;
  border-bottom:2px solid #1b1f27;
}
.page-content__title{
  margin:0;
  font-size:40px;
  line-height:1.05;
  letter-spacing:-.03em;
}
.page-content__body{
  max-width:none;
}
.page-content__body > *:first-child{
  margin-top:0;
}
.page-content__body > *:last-child{
  margin-bottom:0;
}
.page-404__header{margin:56px 0 40px}
.page-404__hero{
  display:grid;
  grid-template-columns:minmax(240px, 1fr) minmax(320px, 1.35fr);
  gap:56px;
  align-items:center;
}
.page-404__hero-left{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:100%;
}
.page-404__hero-right{
  border-left:2px solid #1b1f27;
  padding-left:56px;
}
.page-404__title{margin:0;font-size:36px;line-height:1.05;letter-spacing:-.03em;max-width:10ch;text-align:center}
.page-404__title-line{white-space:nowrap}
.page-404__intro{margin:0 0 28px;max-width:36ch;font-size:18px;line-height:1.55}
.page-404__hero-right .page-404__intro:last-child{margin-bottom:0}
.page-404__home-link{color:#1677ff;text-decoration:none}
.page-404__home-link:hover{text-decoration:underline;text-underline-offset:3px}
.page-404__courses{margin-bottom:32px}
.page-404__chips{display:flex;flex-wrap:wrap;gap:12px}
.page-404__chips .chip{padding:10px 16px}
.page-404__latest-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;align-items:start}
.pgp-course-loadmore-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}
.pgp-course-loadmore-grid--row3{grid-template-columns:repeat(3,1fr)}
.pgp-loadmore-btn{
  width:100%;
  margin-top:18px;
  padding:12px 16px;
  border:1px solid #000;
  background:#000;
  color:#fff;
  font-weight:800;
  font-size:14px;
  font-style:italic;
  letter-spacing:.02em;
  text-transform:uppercase;
  cursor:pointer;
}
.pgp-loadmore-btn:hover{background:#111;border-color:#111}
.pgp-loadmore-btn:disabled{opacity:.65;cursor:default}
.hr{height:1px;background:var(--border);margin:var(--s4) 0}

.hero-img{border-radius:var(--radius);overflow:hidden}
.hero-title{margin:10px 0 6px 0;font-size:34px;line-height:1.15}
.hero-excerpt{margin:0;color:var(--text-2);font-size:16px;line-height:1.5}

/* Lead (Hero left + 4 top stories right) */
.home-lead-ms{margin:24px 0 24px}
.home-lead-ms .lead-ms-grid{display:grid!important;grid-template-columns:1.25fr .95fr!important;gap:18px;align-items:stretch}
@media (max-width: 767px){.home-lead-ms .lead-ms-grid{grid-template-columns:1fr!important;gap:16px}}
@media (min-width: 768px) and (max-width: 1024px){
  .home-lead-ms .lead-ms-grid{grid-template-columns:1.1fr .9fr!important;gap:16px}

  /* Hero slightly smaller on tablet */
  .lead-ms-hero__title{font-size:30px;line-height:1.08}
  .lead-ms-hero__excerpt{font-size:15px;line-height:1.4}

  /* Top stories: smaller thumbnails + tighter spacing */
  .lead-ms-top__grid{gap:12px}
  .lead-ms-top__media{aspect-ratio:3/2}
  .lead-ms-top__title{font-size:15px;line-height:1.2;-webkit-line-clamp:2}
  .lead-ms-top__body{padding-top:8px}
}

.lead-ms-grid > *{min-width:0}
.lead-ms-hero,.lead-ms-top{height:100%;min-width:0}
.lead-ms-hero__link{display:flex;flex-direction:column;height:100%;min-width:0;width:100%}

.lead-ms-media,
.lead-ms-top__media{
  position:relative;
  width:100%;
  max-width:100%;
  border-radius:0;
  overflow:hidden;
  background:#eee;
  aspect-ratio:16/9;
}
.lead-ms-media img,
.lead-ms-top__media img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  display:block;
}

.lead-ms-hero__body{padding-top:12px}
.lead-ms-meta{font-size:12px;color:var(--text-2);font-weight:700;letter-spacing:.02em;display:flex;gap:10px;align-items:center}
.lead-ms-cat{color:var(--text)}

.lead-ms-hero__title{margin:10px 0 8px 0;font-size:34px;line-height:1.08;letter-spacing:-.01em}
@media (max-width: 600px){.lead-ms-hero__title{font-size:26px}}
.lead-ms-hero__excerpt{margin:0;color:var(--text-2);font-size:16px;line-height:1.45}

.lead-ms-top{height:100%}
.lead-ms-top__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;height:100%;grid-auto-rows:1fr}
@media (max-width: 640px){.lead-ms-top__grid{grid-template-columns:1fr;gap:12px}}

.lead-ms-top__item{height:100%;min-width:0}
.lead-ms-top__link{display:flex;flex-direction:column;height:100%;min-width:0;width:100%}

.lead-ms-top__body{padding-top:10px}
.lead-ms-top__body{min-width:0}
.lead-ms-top__title{margin:8px 0 0 0;font-size:16px;line-height:1.22;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

/* Keep the two columns close in height on desktop */
@media (min-width: 1025px){
  .lead-ms-hero__link{min-height:520px}
  .lead-ms-top__grid{min-height:520px}
}

/* Mobile lead layout (<768px): hero full width, top stories as list (thumb left, text right) */
@media (max-width: 767px){
  .home-lead-ms{margin:16px 0 20px}

  /* Hero: image nearly full width (container padding handles margins) */
  .lead-ms-hero__title{font-size:26px;line-height:1.1}
  .lead-ms-hero__excerpt{font-size:15px}

  /* Top stories become a vertical list */
  .lead-ms-top__grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:14px}

  /* Each top story becomes a row like the screenshot */
  .lead-ms-top__link{flex-direction:row;gap:12px;align-items:flex-start}
  .lead-ms-top__media{width:132px;max-width:132px;flex:0 0 132px;aspect-ratio:16/9}
  .lead-ms-top__body{padding-top:0;min-width:0}
  .lead-ms-top__title{margin-top:4px;font-size:17px;line-height:1.18;-webkit-line-clamp:3}

  .lead-ms-meta{font-size:11px}
}

.list{display:flex;flex-direction:column}
.list-item{display:flex;gap:var(--s3);padding:var(--s3);border-bottom:1px solid var(--border)}
.list-item:hover{background:var(--bg-alt)}
.list-item:last-child{border-bottom:0}
.thumb{width:160px;flex:0 0 160px;border-radius:10px;overflow:hidden;background:#eee}
@media(max-width:640px){ .thumb{width:110px;flex-basis:110px} }
.list-title{margin:0;font-size:18px;line-height:1.25}
.list-meta{font-size:12px;color:var(--text-2);font-weight:700;letter-spacing:.02em}
.section-grid__title{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.section-grid__thumb{
  width:100%;
  height:100%;
}
.pgp-thumb-fallback{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:linear-gradient(135deg,#f5f5f5 0%,#eceff3 100%);
  color:var(--text-2);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.section-grid__thumb.is-empty,
.mini-three__thumb.is-empty{
  aspect-ratio:auto !important;
  height:96px !important;
}
.mini-two__thumb.is-empty,
.thumb.is-empty,
.sidebar-list__thumb.is-empty{
  aspect-ratio:16/9;
}
.lead-ms-media.is-empty,
.lead-ms-top__media.is-empty,
.hero-img.is-empty{
  aspect-ratio:auto !important;
  min-height:120px;
}
.lead-ms-media.is-empty img,
.lead-ms-top__media.is-empty img,
.hero-img.is-empty img{
  position:static;
  inset:auto;
  width:100%;
  height:auto;
  max-width:100%;
}
.section-grid__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.mini-two__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.mini-three__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.mini-three__title{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.mini-two__title{
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.mini-two__excerpt{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.section-featured{display:flex;flex-direction:column;height:100%}
.section-featured .hero-img{flex:0 0 auto}
.section-featured__body{display:flex;flex-direction:column;flex:1 1 auto}
.section-featured__body{min-height:0}
.section-featured__title{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.section-featured__excerpt{
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
  overflow:hidden;
  flex:1 1 auto;
}

.section-right-card{display:flex;flex-direction:column;height:100%}
.section-right-card__img{flex:0 0 auto}
.section-right-card__body{display:flex;flex-direction:column;flex:1 1 auto}
.section-right-card__title{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.sidebar{position:sticky;top:92px;display:flex;flex-direction:column;gap:16px}
@media (max-width: 1024px){ .sidebar{position:static} }
.card-widget{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);padding:var(--s4)}
.widget-title{margin:0 0 var(--s2) 0;font-size:16px}

.sidebar-block{
  background:transparent;
  border:0;
  border-radius:0;
  padding:0;
}
.sidebar-block--ad{
  display:block;
  height:auto !important;
  min-height:250px !important;
  overflow:hidden;
  text-align:center;
}
.sidebar-block--ad > *{
  display:block;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
}
.sidebar-block--ad [data-pgp-ad-content]{
  text-align:center;
}
.sidebar-block--ad [data-pgp-ad-content] > *,
.sidebar-block--ad [class*="advads"],
.sidebar-block--ad [id^="google_ads_iframe"],
.sidebar-block--ad [class*="paddo-highlight-wrapper"]{
  margin-left:auto !important;
  margin-right:auto !important;
}
.sidebar-block--ad iframe,
.sidebar-block--ad img,
.sidebar-block--ad ins{
  display:block;
  max-width:100%;
  height:auto !important;
}
body.single .sidebar-block--ad-group-366{
  max-height:600px;
}
body.single .sidebar-block--ad-group-366 > *,
body.single .sidebar-block--ad-group-366 [class*="paddo-highlight-wrapper"]{
  max-height:600px !important;
  height:600px !important;
  overflow:hidden;
}
.sidebar-block .widget-title{
  font-size:22px;
  font-weight:900;
  margin:0 0 12px 0;
  position:relative;
  padding-bottom:10px;
}
.sidebar-block .widget-title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:80px;
  height:6px;
  background:var(--accent);
}
.sidebar-list{gap:16px}
.sidebar-list .list-item{
  border:0;
  padding:0;
}
.sidebar-list__link{
  display:flex;
  gap:12px;
  align-items:flex-start;
  width:100%;
}
.sidebar-list__thumb{
  width:90px;
  height:90px;
  flex:0 0 90px;
  overflow:hidden;
  background:#eee;
}
.sidebar-list__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.sidebar-list__thumb-fallback{
  width:100%;
  height:100%;
}
.sidebar-list__content{flex:1}
.sidebar-list__title{
  font-weight:800;
  line-height:1.25;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.sidebar-seeall{
  text-align:right;
  margin-top:18px;
}
@media (max-width: 767px){
  .page-content{
    margin:28px auto 40px;
  }
  .page-content__header{
    margin-bottom:18px;
    padding-bottom:14px;
  }
  .page-content__title{
    font-size:30px;
  }
  .page-404__header{margin:32px 0}
  .page-404__hero{grid-template-columns:1fr;gap:24px}
  .page-404__hero-left{justify-content:flex-start}
  .page-404__hero-right{border-left:0;border-top:2px solid #1b1f27;padding-left:0;padding-top:24px}
  .page-404__title{font-size:36px;line-height:1.05;max-width:10ch}
  .page-404__intro{max-width:none;font-size:18px;margin-bottom:18px}
  .page-404__latest-grid{grid-template-columns:1fr;gap:18px}
  .pgp-course-loadmore-grid,
  .pgp-course-loadmore-grid--row3{
    grid-template-columns:1fr;
    gap:18px;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .page-content__title{font-size:34px}
  .page-404__header{margin:40px 0 32px}
  .page-404__hero{grid-template-columns:minmax(220px, .9fr) minmax(0, 1.1fr);gap:32px}
  .page-404__hero-right{padding-left:32px}
  .page-404__hero-left{justify-content:flex-start}
  .page-404__title{font-size:36px;max-width:10ch}
  .page-404__intro{font-size:18px;max-width:36ch}
  .page-404__latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pgp-course-loadmore-grid--row3{
    grid-template-columns:repeat(2,1fr);
  }
}

.drawer, .search-overlay{position:fixed;inset:0;background:rgba(17,19,24,.55);display:flex;align-items:stretch;justify-content:flex-start;opacity:0;pointer-events:none;transition:.15s;z-index:100}
.drawer[aria-hidden="false"], .search-overlay[aria-hidden="false"]{opacity:1;pointer-events:auto}
.drawer-panel{
  width:100%;
  max-width:100%;
  height:100vh;
  background:#121213;
  color:rgba(255,255,255,.9);
  padding:16px;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
}
.is-drawer-open{overflow:hidden}
.search-panel{margin:auto;max-width:680px;width:92vw;background:#fff;border-radius:18px;padding:16px}
.overlay-menu__close{
  background:transparent;
  border:0;
  font-size:20px;
  line-height:1;
  cursor:pointer;
  color:rgba(255,255,255,.75);
}
.overlay-menu__header{display:flex;align-items:center;justify-content:space-between;padding:4px 0 12px;border-bottom:0}
.overlay-menu__brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-family:"Bebas Neue","Oswald","Montserrat","Helvetica Neue",Arial,sans-serif;color:#fff;opacity:1}
.overlay-menu__brand img{width:32px;height:32px}
.overlay-menu__brand span{color:#fff;opacity:1}
.overlay-menu__social{display:flex;gap:10px;padding:12px 0;border-bottom:0;flex-wrap:wrap}
.overlay-menu__social-link{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:rgba(255,255,255,.75)}
.overlay-menu__search{display:flex;gap:8px;padding:12px 0 14px}
.overlay-menu__search input{flex:1;border:1px solid rgba(255,255,255,.18);border-radius:0;padding:8px 12px;font-size:14px;background:transparent;color:#fff}
.overlay-menu__search input::placeholder{color:rgba(255,255,255,.55)}
.overlay-menu__search button{border:0;background:transparent;color:rgba(255,255,255,.95);border-radius:0;padding:8px 12px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}
.overlay-menu__separator{height:1px;background:rgba(255,255,255,.12);margin:0 0 8px}
.drawer-nav{padding:8px 0 12px;border-bottom:1px solid rgba(255,255,255,.12)}
.drawer-nav .drawer-menu{display:flex;flex-direction:column;gap:0;white-space:normal;overflow:visible;padding:0;align-items:stretch}
.drawer-nav .nav-item{
  flex-direction:column;
  align-items:flex-start;
  width:100%;
  border-bottom:0;
  padding:6px 0;
}
.drawer-nav .nav-link{
  width:100%;
  padding:6px 16px;
  color:#e0dddd;
  font-weight:800;
  font-size:16px;
  text-transform:none;
  letter-spacing:.01em;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:transparent;
  border:0;
  border-radius:0;
  -webkit-tap-highlight-color: transparent;
}
.drawer-nav .nav-link__label{
  flex:0 0 auto;
}
.drawer-nav .nav-link__spacer{
  flex:1 1 auto;
}
.drawer-nav .nav-item + .nav-item{margin-top:0}
.drawer-nav .nav-link__chev{
  width:8px;
  height:8px;
  border-right:2px solid rgba(255,255,255,.7);
  border-bottom:2px solid rgba(255,255,255,.7);
  transform:rotate(45deg) translateY(-2px);
  display:inline-block;
  margin-left:10px;
  flex:0 0 auto;
}
.drawer-nav .nav-item.is-open > .nav-link .nav-link__chev{
  transform:rotate(-135deg) translateY(2px);
}
.header-nav .nav-link__chev{display:none}
.drawer-nav .nav-dropdown{
  position:static;
  transform:none;
  min-width:0;
  max-width:none;
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0 16px 0px;
  margin:0;
  display:none;
  border-radius:0;
}
.drawer-nav .nav-dropdown__inner{grid-template-columns:1fr}
.drawer-nav .nav-col__links{gap:0}
.drawer-nav .nav-sublink{display:block;padding:8px 0 8px 12px;font-size:14px;color:rgba(255,255,255,.9);font-weight:700;letter-spacing:.01em;text-transform:none}
.drawer-nav .nav-item.is-open > .nav-dropdown{display:block}
.drawer-nav .nav-item.is-open{
  background:rgba(255,255,255,.05);
  border-radius:0;
  padding:6px 0 12px;
  border-bottom-color:transparent;
}
.drawer-nav .nav-link:active{background:transparent;color:inherit}
.drawer-nav .nav-link__label:active{color:var(--accent)}
.drawer-nav .nav-link[aria-expanded="true"]{color:inherit}
.drawer-nav .nav-sublink:not([style*="color"]):active{
  color:var(--accent);
}
.drawer-nav .nav-sublink[style*="color"]:active{
  filter:brightness(1.15) saturate(1.05);
}
.drawer-nav .nav-item.is-open > .nav-link{
  padding:6px 16px 6px;
}
.overlay-menu__search-icon svg{display:block;color:inherit}

.layout > article{min-width:0}
.article-content{max-width:100%}
.article-content p{margin:0 0 16px 0;line-height:1.75;font-size:18px}
.article-content h2{margin:28px 0 12px 0;line-height:1.2}
.article-content a{color:var(--accent);text-decoration:underline}
.article-content > *{max-width:100%}
.article-content iframe,
.article-content table,
.article-content pre,
.article-content .wp-block-embed,
.article-content .wp-block-image,
.article-content .wp-block-gallery{
  max-width:100%;
}
@media (max-width: 1024px){
  .article-content{max-width:760px}
}
.single-header{margin-bottom:24px}
.single-header__topline{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:12px}
.single-header__tags{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.single-header__title{margin:0 0 10px 0;font-size:26px;line-height:1.08}
.single-header__excerpt{margin:0 0 12px 0;font-size:18px;line-height:1.6;color:var(--text-2);max-width:70ch}
.single-header__meta-line{margin-bottom:12px}
.single-header__topline .single-header__meta-line{margin-bottom:0}
.single-header__figure{margin:0 0 20px 0}
.single-header__figure .hero-img{width:100%}
.single-header__figure .hero-img img{display:block;width:100%;height:auto}
.single-header__caption{margin-top:10px;font-size:13px;line-height:1.4}
.single-post-ad{max-width:760px;margin:0 0 24px;min-height:250px}
.single-post-ad > *{display:flex;justify-content:center;max-width:100%}
.single-post-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:8px 0 24px}
.single-post-nav__item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border:1px solid var(--border);text-decoration:none;color:inherit;background:#fff;min-height:88px}
.single-post-nav__item--prev{text-align:left}
.single-post-nav__item--next{text-align:right}
.single-post-nav__content{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1}
.single-post-nav__label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-2)}
.single-post-nav__title{font-size:18px;font-weight:800;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.single-post-nav__arrow{font-size:34px;line-height:1;color:var(--text-2);flex:0 0 auto}
.single-related{margin-top:24px}
.single-related__title{font-size:18px;margin:0}
.single-related__grid{display:grid;gap:16px}
.single-related__grid--3{grid-template-columns:repeat(3,1fr)}
.single-related__grid--2{grid-template-columns:repeat(2,1fr)}
.single-related__body{padding:14px}
.single-related__post-title{margin:8px 0 0 0;font-size:16px;line-height:1.25}
.single-related .card{border-radius:0}
.single-related .hero-img{height:240px;border-radius:0;background:#eee}
.single-related .hero-img img{width:100%;height:100%;object-fit:cover;border-radius:0}
.single-footer-tags{margin-bottom:16px}
.single-footer-tags,
footer.section > .card,
footer.section > .section .card{border-radius:0}
.single-footer-tags__label{margin-bottom:10px}
.single-footer-tags__list{display:flex;flex-wrap:wrap;gap:10px}
.single-footer-latest__title{font-size:18px;margin:0}
.single-footer-latest__item{padding:12px}
.single-footer-latest__link{display:flex;gap:12px;align-items:flex-start}
.single-footer-latest__time{min-width:52px}
.single-footer-latest__content{flex:1}
.single-footer-latest__post-title{font-weight:800;line-height:1.25}
body.single article .hero-img{border-radius:0}
body.single article .hero-img img{border-radius:0}
body.single .article-content figure{margin-left:auto;margin-right:auto}
body.single .article-content .wp-block-image{margin-left:auto;margin-right:auto}
body.single .article-content img{display:block;margin-left:auto;margin-right:auto}
body.single .article-content img{border-radius:0}

@media (max-width: 900px){
  .single-post-nav{grid-template-columns:1fr}
  .single-related__grid--3,
  .single-related__grid--2{grid-template-columns:1fr}
}

@media (max-width: 767px){
  html,
  body{
    max-width:100%;
    overflow-x:hidden;
  }

  .container,
  .layout,
  .layout > *,
  article,
  .single-header,
  .single-header__figure,
  .article-content{
    min-width:0;
    width:100%;
    max-width:100%;
  }

  .list-item,
  .list-item > a,
  .single-footer-latest__link,
  .sidebar-list__link{
    min-width:0;
    max-width:100%;
  }

  .list-item > a > :last-child,
  .single-footer-latest__content,
  .sidebar-list__content{
    min-width:0;
  }

  .article-content{
    max-width:100%;
    overflow-wrap:anywhere;
  }

  .article-content figure,
  .article-content img,
  .article-content .wp-caption,
  .article-content .wp-block-image,
  .article-content .wp-block-group,
  .article-content .wp-block-columns,
  .article-content .wp-block-column,
  .article-content [class*="wp-block-"]{
    max-width:100% !important;
  }

  .article-content .wp-block-columns{
    display:block;
  }

  .article-content .wp-block-column{
    width:100% !important;
    flex-basis:auto !important;
    margin-left:0 !important;
  }

  .article-content p,
  .article-content li{
    font-size:16px;
  }

  .article-content iframe,
  .article-content table,
  .article-content pre{
    width:100%;
  }

  .article-content table,
  .article-content pre{
    display:block;
    overflow-x:auto;
  }

  div[style*="grid-template-columns:1fr 1fr"],
  div[style*="grid-template-columns:repeat(3,1fr)"]{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }

  a[style*="display:flex"][style*="align-items:flex-start"]{
    width:100%;
    max-width:100%;
  }
}

@media (min-width: 901px){
  .single-header__title{font-size:32px}
}


/* Tablet: behave like desktop (dropdowns can overflow below the bar) */
@media (min-width: 768px) and (max-width: 1024px){
  .header-bottom,
  .header-nav,
  .header-nav .navbar{overflow:visible}

  .header-nav .navbar{
    white-space:normal;
    flex-wrap:wrap;
    justify-content:center;
    gap:18px;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .header-ad__slot{width:640px;height:90px;max-width:calc(100vw - 220px)}
}

.site-footer{
  margin-top:48px;
  background:linear-gradient(180deg,#16171b 0%,#101114 100%);
  color:#f3f4f6;
  border-top:1px solid rgba(255,255,255,.08);
}

.site-footer__inner{
  padding-top:40px;
  padding-bottom:24px;
}

.site-footer__grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr;
  gap:32px;
  align-items:start;
}

.site-footer__column{
  min-width:0;
}

.site-footer__column--brand{
  display:flex;
  align-items:flex-start;
  gap:18px;
}

.site-footer__logo{
  flex:0 0 auto;
}

.site-footer__logo img{
  width:72px;
  height:72px;
}

.site-footer__brand-copy{
  max-width:420px;
}

.site-footer__heading{
  margin:0 0 12px 0;
  font-family:"Bebas Neue","Oswald","Montserrat","Helvetica Neue",Arial,sans-serif;
  letter-spacing:.05em;
  text-transform:none;
}

.site-footer__heading{
  font-size:22px;
  color:#fa2d27;
}

.site-footer__tagline{
  margin:0 0 10px 0;
  color:#fff;
  font-size:22px;
  font-weight:800;
  line-height:1.5;
}

.site-footer__description{
  margin:0;
  color:rgba(255,255,255,.72);
  line-height:1.7;
}

.site-footer__links{
  list-style:none;
  margin:0;
  padding:0 0 0 15px;
  display:grid;
  gap:10px;
}

.site-footer__links a{
  color:rgba(255,255,255,.8);
  font-weight:700;
  transition:color .2s ease, transform .2s ease;
}

.site-footer__links-item--pilot-group{
  margin-top:-2px;
}

.site-footer__pilot-group{
  position:relative;
  display:grid;
  gap:10px;
  padding-left:10px;
  margin-left:10px;
}

.site-footer__pilot-group::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:1px;
  background:rgba(255,255,255,.72);
}

.site-footer__pilot-link{
  display:block;
  font-size:14px;
  font-weight:800;
  margin-left:10px;
}

.site-footer__links a:hover{
  transform:translateX(2px);
}

.site-footer__bottom{
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  color:rgba(255,255,255,.62);
  font-size:14px;
}

.site-footer__bottom a{
  color:rgba(255,255,255,.62);
  font-weight:700;
}

@media (max-width: 900px){
  .site-footer__grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  .site-footer__brand-copy{
    max-width:none;
  }
}

@media (max-width: 640px){
  .site-footer__inner{
    padding-top:32px;
  }

  .site-footer__column--brand{
    flex-direction:column;
    gap:14px;
  }

  .site-footer__bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}
