/*
========================================================
File: main.css
Path: /assets/css/
Description:
Global theme styles for header, footer, buttons, and shared UI elements.

Note:
This file relies on CSS variables provided by theme-system.php.
========================================================
*/

@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@500;600;700;800&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap");

:root {
  --asc-header-glass: rgb(255 255 255 / 82%);
  --asc-header-border: rgb(18 84 132 / 14%);
  --asc-link-muted: #425a73;
  --asc-blue: #0a6edb;
  --asc-blue-strong: #0457b0;
  --asc-footer-bg: #091827;
  --asc-footer-bg-2: #0f2439;
  --asc-footer-border: rgb(160 205 255 / 20%);
  --asc-footer-text: #d8e5f5;
}

/* Header: .asc-site-header */
.asc-site-header,
/* Footer: .asc-site-footer */
.asc-site-footer {
  font-family: "Plus Jakarta Sans", "Cairo", sans-serif;
}

/* Header: .asc-site-header */
.asc-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 14px 0 0;
  background: transparent !important; /* تأكد أنها شفافة */
  backdrop-filter: none !important; /* إلغاء أي تأثير غباش خارجي */
  box-shadow: none !important; /* إلغاء أي ظل موروث */
}

/* Header: .main-header-bar-wrap */
.main-header-bar-wrap,
/* Header: .main-header-bar */
.main-header-bar,
/* Header: .ast-primary-header-bar */
.ast-primary-header-bar {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Header: .asc-site-header__shell */
.asc-site-header__shell {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 12px;
}

/* Header: .asc-site-header__container */
.asc-site-header__container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* Branding: .asc-site-branding__cross */
.asc-site-branding__cross,
/* Footer: .asc-site-footer__brand-mark */
.asc-site-footer__brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

/* Header: .asc-site-header__container */
.asc-site-header__container {
  position: relative;
  min-height: 84px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  border: 1px solid var(--asc-header-border);
  border-radius: 28px;
  background: linear-gradient(
    120deg,
    var(--asc-header-glass),
    rgb(250 254 255 / 92%)
  );
  box-shadow:
    0 20px 36px rgb(9 24 39 / 10%),
    inset 0 1px 0 rgb(255 255 255 / 68%);
}

/* Header: .asc-site-header__container::before */
.asc-site-header__container::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 12%;
  width: 220px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgb(87 165 255 / 0%),
    rgb(87 165 255 / 85%),
    rgb(87 165 255 / 0%)
  );
}

/* Branding: .asc-site-branding */
.asc-site-branding {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Branding: .asc-site-branding__logo img */
.asc-site-branding__logo img {
  max-height: 68px;
  width: auto;
}

/* Branding: .asc-site-branding__mark */
.asc-site-branding__mark,
/* Footer: .asc-site-footer__brand-mark */
.asc-site-footer__brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(145deg, #3ba8ff, var(--asc-blue));
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 24px rgb(10 110 219 / 24%);
}

/* Branding: .asc-site-branding__cross */
.asc-site-branding__cross,
/* Footer: .asc-site-footer__brand-mark */
.asc-site-footer__brand-mark {
  font-size: 25px;
  line-height: 1;
}

/* Branding: .asc-site-branding__content */
.asc-site-branding__content {
  display: flex;
  align-items: center;
}

/* Branding: .asc-site-branding__title */
.asc-site-branding__title {
  color: #0f3150;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-decoration: none;
  line-height: 1.1;
}

/* UI: .asc-primary-nav */
.asc-primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 0;
}

/* Menu: .asc-menu */
.asc-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

/* Menu: .asc-menu > .menu-item > a */
.asc-menu > .menu-item > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 12px;
  color: var(--asc-link-muted);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.01em;
  transition:
    color 0.24s ease,
    background-color 0.24s ease,
    transform 0.24s ease;
}

/* Menu: .asc-menu > .menu-item > a:hover */
.asc-menu > .menu-item > a:hover,
/* Menu: .asc-menu > .current-menu-item > a */
.asc-menu > .current-menu-item > a,
/* Menu: .asc-menu > .current_page_item > a */
.asc-menu > .current_page_item > a,
/* Menu: .asc-menu > .is-active > a */
.asc-menu > .is-active > a {
  background: rgb(10 110 219 / 11%);
  color: #0a4f95;
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgb(10 110 219 / 10%);
}

/* Header: .asc-site-header__actions */
.asc-site-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Header: .asc-site-header__actions--mobile */
.asc-site-header__actions--mobile {
  display: none;
}

/* Header: .asc-header-cart */
.asc-header-cart,
/* Header: .asc-header-chip */
.asc-header-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

/* Header: .asc-header-cart */
.asc-header-cart {
  gap: 8px;
  background: rgb(255 255 255 / 92%);
  color: #234668;
  border: 1px solid rgb(19 80 127 / 14%);
}

/* Header: .asc-header-cart__badge */
.asc-header-cart__badge {
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0a6edb;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

/* Header: .asc-header-chip */
.asc-header-chip {
  background: rgb(10 110 219 / 8%);
  color: #1f4b72;
}

/* Button: .asc-button */
.asc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    opacity 0.24s ease,
    background-color 0.24s ease;
}

/* Button: .asc-button:hover */
.asc-button:hover,
/* Header: .asc-header-cart:hover */
.asc-header-cart:hover,
/* Header: .asc-header-chip:hover */
.asc-header-chip:hover {
  transform: translateY(-1px);
}

/* Button: .asc-button--primary */
.asc-button--primary {
  gap: 7px;
  background: linear-gradient(135deg, #2a9eff, var(--asc-blue));
  color: #fff;
  box-shadow: 0 14px 26px rgb(10 110 219 / 26%);
}

/* Button: .asc-button--primary:hover */
.asc-button--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgb(10 110 219 / 32%);
  filter: brightness(1.05);
}

/* Button: .asc-button--secondary */
.asc-button--secondary {
  background: var(--asc-color-secondary);
  color: var(--asc-color-primary);
  border: 1px solid rgb(15 118 110 / 12%);
}

/* Button: .asc-button--ghost */
.asc-button--ghost {
  background: rgba(15, 118, 110, 0.05);
  color: var(--asc-color-primary);
  border: 1.5px solid rgba(15, 118, 110, 0.15);
}

.asc-button--ghost:hover {
  background: rgba(15, 118, 110, 0.08);
  border-color: rgba(15, 118, 110, 0.3);
  color: var(--asc-color-primary);
  transform: translateY(-1px);
}

/* Menu: .asc-menu-toggle */
.asc-menu-toggle {
  border: 1px solid rgb(12 81 131 / 20%);
  background: rgb(255 255 255 / 84%);
  border-radius: 14px;
  padding: 11px 10px;
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  box-shadow: 0 10px 20px rgb(8 64 103 / 8%);
}

/* Menu: .asc-menu-toggle__line */
.asc-menu-toggle__line {
  display: block;
  width: 20px;
  height: 2px;
  background: #154267;
}

/* Header: .asc-site-header.is-scrolled */
.asc-site-header.is-scrolled {
  box-shadow: 0 16px 28px rgb(11 39 63 / 12%);
}

/* Footer: .asc-site-footer */
.asc-site-footer {
  position: relative;
  margin-top: 72px;
  background: transparent;
  color: #f7fbff;
}

/* Footer: .asc-site-footer__shell */
.asc-site-footer__shell {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* Footer: .asc-site-footer__container */
.asc-site-footer__container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 52px;
  padding-bottom: 34px;
  border: 1px solid var(--asc-footer-border);
  border-radius: 0;
  background:
    radial-gradient(circle at 10% 0%, #12395d, var(--asc-footer-bg) 40%),
    linear-gradient(145deg, var(--asc-footer-bg), var(--asc-footer-bg-2));
  box-shadow: 0 26px 55px rgb(4 13 25 / 32%);
}

/* Footer: .asc-site-footer__container::before */
.asc-site-footer__container::before,
/* Footer: .asc-site-footer__container::after */
.asc-site-footer__container::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

/* Footer: .asc-site-footer__container::before */
.asc-site-footer__container::before {
  top: -120px;
  right: -100px;
  width: 320px;
  height: 320px;
  background: radial-gradient(
    circle,
    rgb(80 159 255 / 24%),
    rgb(80 159 255 / 0%) 72%
  );
}

/* Footer: .asc-site-footer__container::after */
.asc-site-footer__container::after {
  left: -120px;
  bottom: -140px;
  width: 360px;
  height: 360px;
  background: radial-gradient(
    circle,
    rgb(80 209 255 / 16%),
    rgb(80 209 255 / 0%) 72%
  );
}

/* Footer: .asc-site-footer__topbar */
.asc-site-footer__topbar {
  position: relative;
  z-index: 1;
  margin-bottom: 34px;
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  border: 1px solid rgb(186 227 255 / 18%);
  border-radius: 18px;
  background: rgb(13 37 58 / 58%);
}

/* Footer: .asc-site-footer__status */
.asc-site-footer__status {
  margin: 0;
  color: #e5f1ff;
  font-size: 14px;
  font-weight: 600;
}

/* Footer: .asc-site-footer__pills */
.asc-site-footer__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

/* Footer: .asc-site-footer__pills span */
.asc-site-footer__pills span,
/* Footer: .asc-site-footer__trust-list span */
.asc-site-footer__trust-list span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid rgb(158 216 255 / 25%);
  background: rgb(18 53 82 / 72%);
  color: #dcf0ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* Footer: .asc-site-footer__grid */
.asc-site-footer__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr 0.85fr 0.85fr 1.25fr;
  gap: 24px;
  align-items: start;
}

/* Footer: .asc-site-footer__column */
.asc-site-footer__column {
  padding: 20px;
  border: 1px solid rgb(170 216 255 / 16%);
  border-radius: 18px;
  background: rgb(8 33 56 / 42%);
}

/* Footer: .asc-site-footer__column--stack */
.asc-site-footer__column--stack {
  display: grid;
  gap: 28px;
}

/* Footer: .asc-site-footer__brand-row */
.asc-site-footer__brand-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

/* Footer: .asc-site-footer__brand-logo */
.asc-site-footer__brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 14px;
  overflow: hidden;
  flex: 0 0 64px;
  background: rgb(255 255 255 / 12%);
  border: 1px solid rgb(169 217 255 / 30%);
  text-decoration: none;
}

/* Footer: .asc-site-footer__brand-logo-img */
.asc-site-footer__brand-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Footer: .asc-site-footer__brand-mark */
.asc-site-footer__brand-mark {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: linear-gradient(135deg, #4eb7ff, #1f8fff);
  color: #fff;
}

/* Footer: .asc-site-footer__brand-name */
.asc-site-footer__brand-name {
  margin: 0;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

/* Footer: .asc-site-footer__brand-kicker */
.asc-site-footer__brand-kicker {
  margin: 2px 0 0;
  color: #90cffc;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* Footer: .asc-site-footer__brand-text */
.asc-site-footer__brand-text {
  margin: 0;
  max-width: 300px;
  color: var(--asc-footer-text);
  font-size: 15px;
  line-height: 1.8;
}

/* Footer: .asc-site-footer__trust-list */
.asc-site-footer__trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

/* Footer: .asc-site-footer__heading */
.asc-site-footer__heading {
  margin: 0 0 14px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

/* Footer: .asc-site-footer__group + .asc-site-footer__group */
.asc-site-footer__group + .asc-site-footer__group {
  margin-top: 0;
}

/* Footer: .asc-site-footer__links */
.asc-site-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Footer: .asc-site-footer__links li + li */
.asc-site-footer__links li + li {
  margin-top: 10px;
}

/* Footer: .asc-site-footer__links a */
.asc-site-footer__links a,
/* Footer: .asc-site-footer__contact-email a */
.asc-site-footer__contact-email a,
/* Footer: .asc-site-footer__legal a */
.asc-site-footer__legal a {
  color: #ebf5ff;
  text-decoration: none;
  font-size: 15px;
  transition:
    opacity 0.22s ease,
    color 0.22s ease;
}

/* Footer: .asc-site-footer__links a:hover */
.asc-site-footer__links a:hover,
/* Footer: .asc-site-footer__contact-email a:hover */
.asc-site-footer__contact-email a:hover,
/* Footer: .asc-site-footer__legal a:hover */
.asc-site-footer__legal a:hover {
  opacity: 0.78;
  color: #9fd8ff;
}

/* Footer: .asc-site-footer__contact-email */
.asc-site-footer__contact-email {
  margin: 0 0 14px;
}

/* Footer: .asc-site-footer__socials */
.asc-site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

/* Footer: .asc-social-link */
.asc-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgb(169 217 255 / 20%);
  border-radius: 14px; /* More modern than 999px */
  color: #fff;
  text-decoration: none;
  background: rgb(255 255 255 / 6%);
  backdrop-filter: blur(8px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.asc-social-link:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 20px rgb(0 0 0 / 25%);
  border-color: rgb(255 255 255 / 40%);
}

/* Brand specific colors on hover */
.asc-social-link--whatsapp:hover {
  background: #25d366;
  border-color: #25d366;
  box-shadow: 0 10px 20px rgb(37 211 102 / 30%);
}
.asc-social-link--facebook:hover {
  background: #1877f2;
  border-color: #1877f2;
  box-shadow: 0 10px 20px rgb(24 119 242 / 30%);
}
.asc-social-link--instagram:hover {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  border-color: transparent;
  box-shadow: 0 10px 20px rgb(228 64 95 / 30%);
}
.asc-social-link--x:hover {
  background: #000;
  border-color: #333;
  box-shadow: 0 10px 20px rgb(0 0 0 / 40%);
}
.asc-social-link--snapchat:hover {
  background: #fffc00;
  border-color: #fffc00;
  color: #000;
  box-shadow: 0 10px 20px rgb(255 252 0 / 30%);
}
.asc-social-link--tiktok:hover {
  background: #000;
  border-color: #000;
  box-shadow: 0 10px 20px rgb(0 0 0 / 40%);
}

.asc-site-footer__social-icon {
  width: 22px;
  height: 22px;
  display: block;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.asc-social-link:hover .asc-site-footer__social-icon {
  transform: scale(1.1);
}

/* Footer: .asc-site-footer__subscribe-label */
.asc-site-footer__subscribe-label {
  margin: 0 0 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

/* Footer: .asc-site-footer__subscribe-text */
.asc-site-footer__subscribe-text {
  margin: 0 0 14px;
  color: #bed3e6;
  line-height: 1.65;
  font-size: 14px;
}

/* Footer: .asc-site-footer__subscribe */
.asc-site-footer__subscribe {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Footer: .asc-site-footer__subscribe input */
.asc-site-footer__subscribe input {
  flex: 1 1 220px;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgb(159 212 255 / 26%);
  border-radius: 999px;
  background: rgb(3 20 37 / 62%);
  color: #fff;
  font-size: 14px;
}

/* Footer: .asc-site-footer__subscribe input::placeholder */
.asc-site-footer__subscribe input::placeholder {
  color: #93b3cf;
}

/* Footer: .asc-site-footer__subscribe button */
.asc-site-footer__subscribe button {
  min-width: 140px;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #2f9fff, #116fcf);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}

/* Footer: .asc-site-footer__subscribe button:hover */
.asc-site-footer__subscribe button:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

/* Footer: .asc-site-footer__bottom */
.asc-site-footer__bottom {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgb(152 208 255 / 20%);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: space-between;
}

/* Footer: .asc-site-footer__copyright */
.asc-site-footer__copyright {
  margin: 0;
  color: #bcd2e7;
  font-size: 14px;
}

/* Footer: .asc-site-footer__legal */
.asc-site-footer__legal {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 1120px) {
  /* Header: .asc-site-header__container */
  .asc-site-header__container {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 14px;
  }

  /* Menu: .asc-menu-toggle */
  .asc-menu-toggle {
    display: flex;
    justify-self: end;
  }

  /* UI: .asc-primary-nav */
  .asc-primary-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 20px;
    left: 20px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    padding: 16px;
    border: 1px solid rgb(41 110 162 / 20%);
    border-radius: 18px;
    background: linear-gradient(
      155deg,
      rgb(247 251 255 / 96%),
      rgb(239 246 255 / 98%)
    );
    box-shadow: 0 18px 38px rgb(9 43 72 / 16%);
    z-index: 1001;
  }

  /* UI: .asc-primary-nav.is-open */
  .asc-primary-nav.is-open {
    display: flex;
  }

  /* Menu: .asc-menu */
  .asc-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  /* Menu: .asc-menu > .menu-item > a */
  .asc-menu > .menu-item > a,
  /* Header: .asc-header-chip */
  .asc-header-chip,
  /* Header: .asc-header-cart */
  .asc-header-cart,
  /* Button: .asc-button */
  .asc-button {
    width: 100%;
    justify-content: center;
  }

  /* Header: .asc-site-header__actions--desktop */
  .asc-site-header__actions--desktop {
    display: none;
  }

  /* Header: .asc-site-header__actions--mobile */
  .asc-site-header__actions--mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 6px;
  }

  /* Footer: .asc-site-footer__topbar */
  .asc-site-footer__topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  /* Footer: .asc-site-footer__pills */
  .asc-site-footer__pills {
    justify-content: flex-start;
  }

  /* Footer: .asc-site-footer__grid */
  .asc-site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  /* Footer: .asc-site-footer__container */
  .asc-site-footer__container {
    padding-top: 34px;
    padding-bottom: 24px;
  }

  /* Footer: .asc-site-footer__grid */
  .asc-site-footer__grid {
    grid-template-columns: 1fr;
  }

  /* Footer: .asc-site-footer__bottom */
  .asc-site-footer__bottom {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 640px) {
  /* Header: .asc-site-header */
  .asc-site-header {
    padding-top: 8px;
  }

  /* Header: .asc-site-header__container */
  .asc-site-header__container,
  /* Footer: .asc-site-footer__container */
  .asc-site-footer__container {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Branding: .asc-site-branding */
  .asc-site-branding {
    min-width: 0;
  }

  /* Branding: .asc-site-branding__title */
  .asc-site-branding__title {
    font-size: 20px;
  }

  /* Branding: .asc-site-branding__logo img */
  .asc-site-branding__logo img {
    max-height: 58px;
  }

  /* Footer: .asc-site-footer */
  .asc-site-footer {
    margin-top: 54px;
  }

  /* Footer: .asc-site-footer__column */
  .asc-site-footer__column {
    padding: 16px;
  }

  /* Footer: .asc-site-footer__brand-logo */
  .asc-site-footer__brand-logo {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
  }

  /* Footer: .asc-site-footer__subscribe */
  .asc-site-footer__subscribe {
    flex-direction: column;
  }

  /* Footer: .asc-site-footer__subscribe button */
  .asc-site-footer__subscribe button {
    width: 100%;
  }

  /* Footer: .asc-site-footer__legal */
  .asc-site-footer__legal {
    justify-content: center;
  }
}
