/* SRTA modern footer — matches design mockup */
.srta-modern-footer {
  --srta-yellow: #ffc400;
  --srta-yellow-soft: #fff3d6;
  --srta-text: #2b2b2b;
  --srta-muted: #666;
  --srta-line: #e6e6e6;
  --srta-card-border: #e8e8e8;
  display: block !important; /* override theme .Footer{display:none} */
  background: #fff !important;
  color: var(--srta-text);
  font-family: Rubik, Arial, Helvetica, sans-serif;
  padding: 2.5rem 1.25rem 1.25rem !important;
  border-top: 1px solid var(--srta-line);
  width: 100%;
}

.srta-modern-footer * {
  box-sizing: border-box;
}

.srta-modern-footer a {
  text-decoration: none;
  color: inherit;
}

.srta-mf-inner {
  max-width: 1400px;
  margin: 0 auto;
}

/* Social row with yellow lines + dots */
.srta-mf-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.25rem;
}

.srta-mf-social-line {
  flex: 1;
  height: 2px;
  background: var(--srta-yellow);
  max-width: 220px;
  position: relative;
}

.srta-mf-social-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--srta-yellow);
  transform: translateY(-50%);
}

.srta-mf-social-line--left::after {
  right: -2px;
}

.srta-mf-social-line--right::after {
  left: -2px;
}

.srta-mf-social-icons {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.srta-mf-social-icons a {
  display: inline-flex;
  color: #222;
  transition: color 0.15s ease, transform 0.15s ease;
}

.srta-mf-social-icons a:hover {
  color: #111;
  transform: translateY(-1px);
}

.srta-mf-social-icons svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

/* Two columns — ~240px gutter to match mockup screenshot */
.srta-mf-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(2rem, 8vw, 6rem);
  row-gap: 2.5rem;
  align-items: start;
}

.srta-mf-heading {
  margin: 0 0 1.15rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1f1f1f;
}

.srta-mf-heading::after {
  content: "";
  display: block;
  width: 52px;
  height: 4px;
  margin-top: 0.45rem;
  background: var(--srta-yellow);
  border-radius: 2px;
}

/* Quick link cards */
.srta-mf-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.srta-mf-links a {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.7rem 0.85rem;
  background: #fff;
  border: 1px solid var(--srta-card-border);
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.srta-mf-links a:hover {
  border-color: #f0d56a;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

.srta-mf-ico {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--srta-yellow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.srta-mf-ico svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.srta-mf-label {
  flex: 1;
  font-size: 0.95rem;
  font-weight: 500;
  color: #222;
}

.srta-mf-chevron {
  flex: 0 0 auto;
  color: var(--srta-yellow);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
}

/* Get in touch rows */
.srta-mf-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.srta-mf-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--srta-line);
}

.srta-mf-contact li:first-child {
  padding-top: 0.15rem;
}

.srta-mf-contact li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.srta-mf-contact-ico {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--srta-yellow-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.srta-mf-contact-ico svg {
  width: 15px;
  height: 15px;
  fill: #333;
}

.srta-mf-contact-text {
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--srta-muted);
}

.srta-mf-contact-text strong {
  color: #1f1f1f;
  font-weight: 700;
}

.srta-mf-contact-text a {
  color: var(--srta-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.srta-mf-contact-text a:hover {
  color: #111;
}

/* Copyright removed per request */

/* Courses / Index sections: tighten vertical gap a bit (was 150px / 55px) */
.collection-type-index .Index-page .Index-page-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.collection-type-index .Index-page--has-image .Index-page-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Lifeguarding / Training Courses hero section — less empty band under title */
#lifeguard-and-lifesaving-techniques .Index-page-content {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

#lifeguard-and-lifesaving-techniques .Index-page-content > .sqs-layout > .sqs-row:first-child .sqs-block {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

#lifeguard-and-lifesaving-techniques h2 {
  margin-top: 0 !important;
  margin-bottom: 0.35rem !important;
}

/* Other Courses Index sections: same modest vertical tighten */
#adventure-sports-courses .Index-page-content,
#disaster-management .Index-page-content,
#first-aid-courses .Index-page-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

#adventure-sports-courses .Index-page-content > .sqs-layout > .sqs-row:first-child .sqs-block,
#disaster-management .Index-page-content > .sqs-layout > .sqs-row:first-child .sqs-block,
#first-aid-courses .Index-page-content > .sqs-layout > .sqs-row:first-child .sqs-block {
  padding-bottom: 0.35rem;
}

@media screen and (max-width: 960px) {
  .collection-type-index .Index-page .Index-page-content {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .collection-type-index .Index-page--has-image .Index-page-content {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

/* About page: center the main heading */
#block-7c3d21d76ba4f89d1fd0 .sqs-block-content,
#about-special-rescue-training-academy {
  text-align: center !important;
}

/* Our Reviews: undo floated half-column so reviews align with heading */
#block-yui_3_17_2_1_1536928114524_150057,
#block-yui_3_17_2_1_1536928114524_143731,
#block-yui_3_17_2_1_1536928114524_140643 {
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: 44rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}

#block-yui_3_17_2_1_1536928114524_143731.sqs-col-6,
#block-yui_3_17_2_1_1536928114524_143731.span-6,
#block-yui_3_17_2_1_1536928114524_143731.float,
#block-yui_3_17_2_1_1536928114524_143731.float-right {
  float: none !important;
  width: 100% !important;
  max-width: 44rem !important;
}

#block-yui_3_17_2_1_1536928114524_150057 .sqs-html-content,
#block-yui_3_17_2_1_1536928114524_143731 .sqs-html-content,
#block-yui_3_17_2_1_1536928114524_140643 .sqs-html-content {
  text-align: center !important;
}

#block-yui_3_17_2_1_1536928114524_143731 .sqs-html-content p,
#block-yui_3_17_2_1_1536928114524_140643 .sqs-html-content p {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  white-space: normal !important;
}

#block-yui_3_17_2_1_1536928114524_143731 .sqs-html-content p:has(> strong em),
#block-yui_3_17_2_1_1536928114524_143731 .sqs-html-content p:has(strong),
#block-yui_3_17_2_1_1536928114524_140643 .sqs-html-content p:has(> strong em),
#block-yui_3_17_2_1_1536928114524_140643 .sqs-html-content p:has(strong em) {
  text-align: left !important;
  margin-top: 0.75rem !important;
}

@media (max-width: 767px) {
  #block-yui_3_17_2_1_1536928114524_150057,
  #block-yui_3_17_2_1_1536928114524_143731,
  #block-yui_3_17_2_1_1536928114524_140643 {
    max-width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  #block-yui_3_17_2_1_1536928114524_143731 .sqs-html-content p,
  #block-yui_3_17_2_1_1536928114524_140643 .sqs-html-content p {
    text-align: left !important;
  }
}

/* About page: vertically center text beside circular image */
.sqs-row:has(#block-yui_3_17_2_1_1707907451323_5637) {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}

.sqs-row:has(#block-yui_3_17_2_1_1707907451323_5637)::before,
.sqs-row:has(#block-yui_3_17_2_1_1707907451323_5637)::after {
  display: none !important;
  content: none !important;
}

.sqs-row:has(#block-yui_3_17_2_1_1707907451323_5637) > .col {
  float: none !important;
}

.sqs-row:has(#block-yui_3_17_2_1_1707907451323_5637) > .sqs-col-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767px) {
  .sqs-row:has(#block-yui_3_17_2_1_1707907451323_5637) {
    display: block !important;
  }

  .sqs-row:has(#block-yui_3_17_2_1_1707907451323_5637) > .col {
    float: none !important;
    width: 100% !important;
  }
}

@media (max-width: 900px) {
  .srta-mf-columns {
    column-gap: 4rem;
  }
}

@media (max-width: 760px) {
  .srta-mf-columns {
    grid-template-columns: 1fr;
    column-gap: 0;
    gap: 3rem;
  }

  .srta-mf-social-line {
    max-width: none;
  }
}

/* Site-wide fixes for mirrored SRTA on Firebase Hosting */
html,
body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}
body {
  position: relative;
}
.Footer,
.srta-modern-footer {
  max-width: 100%;
  overflow-x: hidden;
}
.intro-block .features-aside {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}
.features-aside .col {
  min-width: 0 !important;
}
img, video, iframe, svg {
  max-width: 100%;
}



/* ===== Clients carousel (custom track) ===== */
#block-yui_3_17_2_1_1536928114524_59923,
#block-yui_3_17_2_1_1536928114524_59923 .sqs-block-content,
#block-yui_3_17_2_1_1536928114524_59923 .sqs-gallery-container,
#block-yui_3_17_2_1_1536928114524_59923 .sqs-gallery-block-slider {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
#block-yui_3_17_2_1_1536928114524_59923 .sqs-gallery-container {
  position: relative !important;
  overflow: hidden !important;
  padding: 0.5rem 2.25rem !important;
  width: 100% !important;
  max-width: 100% !important;
}
#block-yui_3_17_2_1_1536928114524_59923 .sqs-gallery {
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
  height: auto !important;
  min-height: 100px !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}
#block-yui_3_17_2_1_1536928114524_59923 .sqs-gallery-controls,
#block-yui_3_17_2_1_1536928114524_59923 .sqs-gallery-meta-container {
  display: none !important;
}
.srta-clients-viewport {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  text-align: left !important;
}
.srta-clients-viewport::-webkit-scrollbar {
  display: none;
}
.srta-clients-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 1.25rem;
  width: max-content !important;
  min-width: 100%;
  padding: 0.35rem 0;
  margin: 0 !important;
  transform: none !important;
}
.srta-clients-item {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 90px;
}
.srta-clients-item img {
  max-width: 140px !important;
  max-height: 80px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.srta-clients-nav {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 6;
  border: 0 !important;
}
.srta-clients-prev,
.srta-clients-next {
  pointer-events: auto !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0 !important;
  background: rgba(255,255,255,0.85) !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 1.75rem;
  line-height: 1;
  color: #222;
  cursor: pointer;
  padding: 0;
  z-index: 7;
}
.srta-clients-prev { left: 2px !important; right: auto !important; }
.srta-clients-next { right: 2px !important; left: auto !important; }
.srta-clients-prev:hover,
.srta-clients-next:hover {
  color: #000;
}

/* ===== Mobile: stack yellow course boxes ===== */
@media (max-width: 767px) {
  .features-aside {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }
  .features-aside .col {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-basis: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    padding: 1rem 1.15rem !important;
  }
  .features-aside .features-aside-heading {
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
    white-space: normal !important;
  }
  .features-aside .view-more {
    display: inline-block !important;
  }
  .features-aside .icn-wrap {
    margin-right: 0.85rem !important;
    width: 36px !important;
    flex: 0 0 auto !important;
  }
  .features-aside .description {
    min-width: 0;
    flex: 1 1 auto;
  }
}

/* Intro / hero mobile layout */
.Intro,
.Intro--has-image {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}
.Intro-image {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
}
.Intro-image img,
.Intro-image .content-fill,
.Intro-image .sqs-video-background {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.Intro-content {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
@media (max-width: 767px) {
  .Intro--has-image .Intro-content {
    padding-top: 5.5rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .Intro-content .sqs-col-10,
  .Intro-content .span-10 {
    width: 100% !important;
    float: none !important;
  }
  .intro-block,
  .intro-block .sqs-col-12 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .intro-block .features-aside {
    transform: none !important;
    margin: 1rem 0 0 !important;
    width: 100% !important;
  }
  .Intro h1,
  .Intro p {
    max-width: 100% !important;
  }
}


/*
 * Desktop Squarespace parallax moves .Intro-image into .Parallax-host.
 * When that happens the section only shows its bg color (black). Paint
 * the hero with a CSS background so it stays visible either way.
 */
.Intro--has-image {
  position: relative !important;
  isolation: isolate;
  background-color: #111 !important;
  background-image: url("/images.squarespace-cdn.com/content/v1/592d7405b3db2b6efbee4cad/1536913534555-GM10BSLVNIWW4M73T0VQ/Aneev.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  min-height: 70vh;
}
.Intro--has-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.2) 45%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.Intro-content {
  z-index: 2 !important;
}
.Intro-image img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
/* Parallax clone (desktop) — keep visible and clipped to viewport */
.Parallax-host,
.Parallax-host-outer {
  max-width: 100vw !important;
  overflow: hidden !important;
}
.Parallax-item[data-parallax-id="592e606d9de4bb6e73d783cb"],
.Parallax-item .Intro-image,
.Parallax-item img {
  opacity: 1 !important;
  visibility: visible !important;
}

/* ===== Header screenshot replica: Logo | ISO | NSDC ..... Nav ===== */
.Header,
.Header-inner {
  overflow: visible !important;
}

/* Theme keeps Header--bottom display:none; our bar lives on Header--top */
html.has-srta-creds-bar .Header.Header--top,
.Header.Header--top.has-srta-creds-bar {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  background: #fff !important;
  color: #1a2a5c !important;
  box-shadow: none !important;
  overflow: visible !important;
  z-index: 1000 !important;
}

html.has-srta-creds-bar .Header.Header--bottom {
  display: none !important;
}

html.has-srta-creds-bar .Header.has-srta-creds-bar > .Header-inner {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.has-srta-creds-bar .Header-branding.srta-branding-replaced {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.srta-creds-bar {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.7rem 1.25rem 0.7rem 0.75rem;
  background: #fff !important;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  z-index: 50;
  width: 100%;
  box-sizing: border-box;
  overflow: visible !important;
}

.srta-creds-left {
  display: flex !important;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
  min-width: max-content;
  overflow: visible !important;
}

.srta-creds-logo {
  display: block !important;
  flex: 0 0 auto;
  line-height: 0;
  padding: 2px 0.9rem 2px 0;
  border-right: 1px solid #cfcfcf;
}

.srta-creds-logo img {
  display: block !important;
  width: 68px !important;
  height: auto !important;
  max-width: 68px !important;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.12));
}

.srta-logo-certs {
  display: flex !important;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  color: #1a2a5c !important;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  white-space: nowrap;
  flex: 0 0 auto;
}

.srta-logo-certs-item {
  display: flex !important;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0 0.95rem;
}

.srta-logo-certs-item + .srta-logo-certs-item {
  border-left: 1px solid #cfcfcf;
}

.srta-cert-icon {
  flex: 0 0 auto;
  display: block !important;
  overflow: visible !important;
}

.srta-cert-icon--iso {
  width: 28px !important;
  height: 32px !important;
}

.srta-cert-nsdc {
  width: auto !important;
  height: 42px !important;
  max-width: 56px !important;
  object-fit: contain;
  object-position: center;
  flex: 0 0 auto;
  display: block !important;
  image-rendering: auto;
}

.srta-logo-certs-copy {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  line-height: 1.15;
}

.srta-logo-certs-title {
  display: block !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #1a2a5c !important;
  letter-spacing: 0.01em;
}

.srta-logo-certs-sub {
  display: block !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #2c3e6b !important;
  letter-spacing: 0.01em;
}

.srta-creds-nav {
  margin-left: auto;
  flex: 0 0 auto;
  display: flex !important;
  justify-content: flex-end;
}

.srta-creds-nav .Header-nav-inner {
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 0;
}

.srta-creds-nav .Header-nav-item {
  color: #1a2a5c !important;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0.15rem 0;
  white-space: nowrap;
}

.srta-creds-nav .Header-nav-item + .Header-nav-item {
  border-left: 1px solid #cfcfcf;
  padding-left: 0.9rem;
  margin-left: 0.9rem;
}

.srta-creds-nav .Header-nav-item:hover {
  color: #0f1a40 !important;
}

/* Desktop: hide mobile chrome so only our bar shows */
@media (min-width: 768px) {
  html.has-srta-creds-bar .Mobile,
  html.has-srta-creds-bar .Mobile-bar {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  .srta-creds-bar {
    flex-wrap: wrap;
    row-gap: 0.55rem;
    padding: 0.6rem 0.85rem 0.6rem 0.55rem;
  }

  .srta-creds-nav {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }

  .srta-creds-nav .Header-nav-inner {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  /* Keep Squarespace mobile chrome; hide desktop header strip */
  .srta-creds-bar {
    display: none !important;
  }

  html.has-srta-creds-bar .Header.Header--top.has-srta-creds-bar {
    display: none !important;
  }

  /* One row: [burger][logo] ........ [ISO][NSDC] */
  html.has-srta-creds-bar .Mobile {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    background: #fff !important;
    border-bottom: 1px solid #e6e6e6;
    min-height: 56px;
    box-sizing: border-box;
    padding: 0.35rem 0.45rem;
    gap: 0.35rem;
  }

  html.has-srta-creds-bar .Mobile-bar {
    display: flex !important;
    position: static !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Burger first (left) */
  html.has-srta-creds-bar .Mobile-bar--bottom {
    order: 1;
    flex: 0 0 auto;
    align-items: center;
  }

  html.has-srta-creds-bar .Mobile-bar--bottom [data-nc-container="bottom-left"] {
    display: flex !important;
    align-items: center;
  }

  html.has-srta-creds-bar .Mobile-bar--bottom [data-nc-container="bottom-center"],
  html.has-srta-creds-bar .Mobile-bar--bottom [data-nc-container="bottom-right"],
  html.has-srta-creds-bar .Mobile-bar-search {
    display: none !important;
  }

  html.has-srta-creds-bar .Mobile-bar-menu {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
  }

  /* Logo left-of-center, certs pushed right */
  html.has-srta-creds-bar .Mobile-bar--top {
    order: 2;
    flex: 1 1 auto;
    min-width: 0;
    width: auto !important;
    align-items: center;
    justify-content: space-between;
  }

  html.has-srta-creds-bar .Mobile-bar--top [data-nc-container="top-left"] {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    width: auto !important;
  }

  html.has-srta-creds-bar .Mobile-bar--top [data-nc-container="top-center"] {
    display: none !important;
  }

  html.has-srta-creds-bar .Mobile-bar--top [data-nc-container="top-right"] {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin-left: auto;
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
  }

  html.has-srta-creds-bar .Mobile-bar-branding {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 0;
  }

  html.has-srta-creds-bar .Mobile-bar-branding-logo,
  html.has-srta-creds-bar .Mobile-bar-branding img {
    width: 42px !important;
    max-width: 42px !important;
    height: auto !important;
    display: block !important;
  }

  .srta-mobile-certs {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    min-width: 0;
    flex: 0 1 auto;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
  }

  .srta-mobile-certs .srta-logo-certs-item {
    padding: 0 0.4rem;
    gap: 0.28rem;
  }

  .srta-mobile-certs .srta-logo-certs-item + .srta-logo-certs-item {
    border-left: 1px solid #cfcfcf;
  }

  .srta-mobile-certs .srta-cert-icon--iso {
    width: 20px !important;
    height: 24px !important;
  }

  .srta-mobile-certs .srta-cert-nsdc {
    height: 28px !important;
    max-width: 36px !important;
  }

  .srta-mobile-certs .srta-logo-certs-title {
    font-size: 10px !important;
    line-height: 1.15;
  }

  .srta-mobile-certs .srta-logo-certs-sub {
    font-size: 9px !important;
    line-height: 1.15;
  }
}

@media (max-width: 380px) {
  .srta-mobile-certs .srta-logo-certs-sub {
    display: none !important;
  }

  .srta-mobile-certs .srta-logo-certs-item {
    padding: 0 0.3rem;
  }
}

/* Mobile certs are only used inside .Mobile; hide if ever present on desktop */
@media (min-width: 768px) {
  .srta-mobile-certs {
    display: none !important;
  }
}

