:root {
  --centelys-blue: #0c529e;
  --centelys-blue-deep: #062f5f;
  --centelys-blue-soft: #eaf4ff;
  --centelys-ink: #101c2f;
  --centelys-muted: #5d6d7e;
  --centelys-line: rgba(12, 82, 158, 0.15);
  --centelys-bg: #f6f9fc;
  --centelys-white: #ffffff;
  --centelys-shadow: 0 24px 70px rgba(6, 47, 95, 0.14);
  --centelys-radius: 8px;
  --centelys-transition: 180ms ease;
}

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

body.centelys-blog-theme {
  margin: 0;
  color: var(--centelys-ink);
  background: var(--centelys-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header {
  top: 32px;
}

.centelys-container {
  width: min(100% - 96px, 1360px);
  margin-inline: auto;
}

.centelys-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 99999;
  transform: translateY(-140%);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--centelys-blue);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.centelys-skip-link:focus {
  transform: translateY(0);
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.centelys-site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--centelys-line);
  box-shadow: 0 14px 36px rgba(6, 47, 95, 0.07);
  backdrop-filter: blur(18px);
}

.admin-bar .centelys-site-header {
  top: 32px;
}

.centelys-topbar {
  background: linear-gradient(90deg, #073768, var(--centelys-blue));
  color: #fff;
  font-size: 0.78rem;
}

.centelys-topbar__inner {
  min-height: 40px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 1rem;
}

.centelys-topbar a {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}

.centelys-topbar a:nth-child(2) {
  justify-self: center;
}

.centelys-topbar a:nth-child(3) {
  justify-self: center;
}

.centelys-topbar a:nth-child(4) {
  justify-self: end;
}

.centelys-topbar a span {
  font-size: 0.95rem;
  line-height: 1;
}

.centelys-topbar a:hover,
.centelys-topbar a:focus-visible {
  color: #eaf4ff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.centelys-nav-shell__inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.2rem;
}

.centelys-brand {
  display: inline-flex;
  align-items: center;
}

.centelys-brand img {
  display: block;
  width: 176px;
  height: auto;
}

.centelys-desktop-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.55rem, 1.05vw, 1.1rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.centelys-desktop-nav li {
  position: relative;
}

.centelys-desktop-nav > ul > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0.35rem 0;
  border-radius: 999px;
  color: #15243a;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.08;
  text-decoration: none;
  transition: background-color var(--centelys-transition), color var(--centelys-transition), box-shadow var(--centelys-transition);
  white-space: nowrap;
}

.centelys-desktop-nav > ul > li > a:hover,
.centelys-desktop-nav > ul > li > a:focus-visible {
  background: transparent;
  color: var(--centelys-blue);
  outline: none;
}

.centelys-mega {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: min(920px, calc(100vw - 32px));
  transform: translateX(-50%) translateY(10px);
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 1.25rem;
  padding: 1.1rem;
  border: 1px solid rgba(12, 82, 158, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--centelys-shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--centelys-transition), transform var(--centelys-transition), visibility var(--centelys-transition);
}

.has-mega:hover .centelys-mega,
.has-mega:focus-within .centelys-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.centelys-mega::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.centelys-mega__intro {
  padding: 1rem;
  border-radius: 10px;
  background: linear-gradient(145deg, var(--centelys-blue-deep), var(--centelys-blue));
  color: #fff;
}

.centelys-mega__intro strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1rem;
}

.centelys-mega__intro p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
}

.centelys-mega__intro a {
  color: #fff;
  font-weight: 800;
}

.centelys-mega__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.centelys-mega__grid div {
  display: grid;
  gap: 0.28rem;
}

.centelys-mega__grid a {
  color: #34506a;
  font-size: 0.9rem;
  text-decoration: none;
}

.centelys-mega__grid a:hover,
.centelys-mega__grid a:focus-visible {
  color: var(--centelys-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.centelys-mega__title {
  color: var(--centelys-blue-deep) !important;
  font-weight: 900;
}

.centelys-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
}

.centelys-language-switcher,
.centelys-mobile-language {
  display: inline-flex;
  align-items: center;
  gap: 0.14rem;
  padding: 0.14rem;
  border: 1px solid rgba(12, 82, 158, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(6, 47, 95, 0.14);
}

.centelys-language-switcher a,
.centelys-mobile-language a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.05rem;
  padding: 0.14rem;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color var(--centelys-transition), border-color var(--centelys-transition), box-shadow var(--centelys-transition), transform var(--centelys-transition);
}

.centelys-language-switcher img,
.centelys-mobile-language img {
  display: block;
  width: 3.7rem;
  height: 1.74rem;
  object-fit: contain;
  border-radius: 999px;
  filter: drop-shadow(0 3px 8px rgba(6, 47, 95, 0.14));
}

.centelys-language-switcher a:hover,
.centelys-language-switcher a:focus-visible,
.centelys-mobile-language a:hover,
.centelys-mobile-language a:focus-visible {
  background: rgba(12, 82, 158, 0.1);
  border-color: rgba(12, 82, 158, 0.18);
  transform: translateY(-1px);
}

.centelys-language-switcher a.is-active,
.centelys-mobile-language a.is-active {
  background: rgba(12, 82, 158, 0.08);
  border-color: rgba(12, 82, 158, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 8px 20px rgba(12, 82, 158, 0.18);
}

.centelys-button,
.centelys-read-more,
.centelys-mobile-nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform var(--centelys-transition), box-shadow var(--centelys-transition), background-color var(--centelys-transition), color var(--centelys-transition);
}

.centelys-button--primary,
.centelys-mobile-nav__cta {
  background: var(--centelys-blue);
  color: #fff;
  box-shadow: 0 14px 30px rgba(12, 82, 158, 0.24);
}

.centelys-header-actions > .centelys-button--primary {
  min-height: 52px;
  padding-inline: 1.2rem;
  border-radius: 8px;
  font-size: 0.94rem;
}

.centelys-button--primary:hover,
.centelys-button--primary:focus-visible,
.centelys-mobile-nav__cta:hover,
.centelys-mobile-nav__cta:focus-visible {
  background: var(--centelys-blue-deep);
  color: #fff;
  transform: translateY(-2px);
  outline: none;
}

.centelys-button--ghost {
  margin-top: 0.65rem;
  border: 1px solid var(--centelys-line);
  color: var(--centelys-blue);
  background: #fff;
}

.centelys-mobile-nav {
  display: none;
}

.centelys-blog-main {
  background:
    radial-gradient(circle at 82% 0, rgba(12, 82, 158, 0.09), transparent 34rem),
    linear-gradient(180deg, #f8fbff, #fff 42%);
}

.centelys-blog-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(3.5rem, 6vw, 5rem);
  color: #fff;
  background:
    linear-gradient(120deg, rgba(6, 47, 95, 0.96), rgba(12, 82, 158, 0.84)),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.18), transparent 24rem);
}

.centelys-blog-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 70px 70px;
  opacity: 0.44;
  pointer-events: none;
}

.centelys-blog-hero .centelys-container {
  position: relative;
  z-index: 1;
}

.centelys-eyebrow {
  margin: 0 0 0.85rem;
  color: #d9edff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.centelys-blog-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 3.45rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.centelys-blog-hero p:not(.centelys-eyebrow) {
  max-width: 760px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.centelys-blog-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.centelys-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.centelys-post-card {
  overflow: hidden;
  border: 1px solid rgba(12, 82, 158, 0.12);
  border-radius: var(--centelys-radius);
  background: #fff;
  box-shadow: 0 18px 46px rgba(6, 47, 95, 0.08);
  transition: transform var(--centelys-transition), box-shadow var(--centelys-transition), border-color var(--centelys-transition);
}

.centelys-post-card:hover {
  transform: translateY(-4px);
  border-color: rgba(12, 82, 158, 0.26);
  box-shadow: var(--centelys-shadow);
}

.centelys-post-card__media {
  display: grid;
  min-height: 210px;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, var(--centelys-blue-deep), var(--centelys-blue));
  text-decoration: none;
}

.centelys-post-card__media img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform 320ms ease;
}

.centelys-post-card:hover .centelys-post-card__media img {
  transform: scale(1.045);
}

.centelys-post-card__media span {
  font-size: 1.5rem;
  font-weight: 900;
}

.centelys-post-card__body {
  padding: 1.25rem;
}

.centelys-post-meta {
  margin: 0 0 0.45rem;
  color: var(--centelys-blue);
  font-size: 0.85rem;
  font-weight: 900;
}

.centelys-post-card h2 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.22;
}

.centelys-post-card h2 a {
  color: var(--centelys-ink);
  text-decoration: none;
}

.centelys-post-card h2 a:hover,
.centelys-post-card h2 a:focus-visible {
  color: var(--centelys-blue);
}

.centelys-post-card p {
  color: var(--centelys-muted);
}

.centelys-read-more {
  min-height: 40px;
  padding-inline: 0.9rem;
  background: var(--centelys-blue-soft);
  color: var(--centelys-blue);
}

.centelys-read-more:hover,
.centelys-read-more:focus-visible {
  background: var(--centelys-blue);
  color: #fff;
}

.centelys-pagination {
  margin-top: 2rem;
}

.centelys-pagination .nav-links {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.centelys-pagination a,
.centelys-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--centelys-line);
  border-radius: 999px;
  background: #fff;
  color: var(--centelys-blue);
  font-weight: 800;
  text-decoration: none;
}

.centelys-pagination .current {
  background: var(--centelys-blue);
  color: #fff;
}

.centelys-featured-image {
  margin: -2rem 0 2rem;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: var(--centelys-shadow);
}

.centelys-featured-image img {
  display: block;
  width: 100%;
  height: auto;
}

.centelys-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 2rem;
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.centelys-entry-content,
.centelys-entry-sidebar,
.centelys-empty-state {
  border: 1px solid rgba(12, 82, 158, 0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(6, 47, 95, 0.08);
}

.centelys-entry-content {
  padding: clamp(1.4rem, 3vw, 2.35rem);
}

.centelys-entry-content--page {
  margin-block: clamp(3rem, 6vw, 5rem);
}

.centelys-entry-content > *:first-child {
  margin-top: 0;
}

.centelys-entry-content h2,
.centelys-entry-content h3,
.centelys-entry-content h4 {
  color: var(--centelys-blue-deep);
  line-height: 1.16;
}

.centelys-entry-content a {
  color: var(--centelys-blue);
  font-weight: 800;
  text-underline-offset: 4px;
}

.centelys-entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.centelys-entry-sidebar {
  position: sticky;
  top: 150px;
  align-self: start;
  padding: 1.25rem;
}

.centelys-entry-sidebar h2 {
  margin-top: 0;
  color: var(--centelys-blue-deep);
  font-size: 1.25rem;
}

.centelys-entry-sidebar p {
  color: var(--centelys-muted);
}

.centelys-post-nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 3rem;
}

.centelys-post-nav a {
  display: inline-flex;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: #fff;
  color: var(--centelys-blue);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(6, 47, 95, 0.08);
}

.centelys-comments {
  padding-bottom: 3rem;
}

.centelys-empty-state {
  grid-column: 1 / -1;
  padding: 2rem;
}

.centelys-site-footer {
  color: #fff;
  background:
    radial-gradient(circle at 12% 0, rgba(76, 171, 255, 0.18), transparent 25rem),
    linear-gradient(145deg, #061f3d, #062f5f 48%, #0c529e);
}

.centelys-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 2rem;
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}

.centelys-footer-brand img {
  width: 180px;
  height: auto;
  padding: 0.45rem;
  border-radius: 8px;
  background: #fff;
}

.centelys-footer-brand p {
  max-width: 30rem;
  color: rgba(255, 255, 255, 0.78);
}

.centelys-footer-badges {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.centelys-footer-badges span {
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
}

.centelys-site-footer h2 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1rem;
}

.centelys-site-footer nav,
.centelys-site-footer address {
  display: grid;
  gap: 0.52rem;
  font-style: normal;
}

.centelys-site-footer a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.centelys-site-footer a:hover,
.centelys-site-footer a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.centelys-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.centelys-footer-bottom__inner {
  display: grid;
  grid-template-columns: auto minmax(220px, 520px) auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.1rem 0;
}

.centelys-footer-kit {
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  background: #fff;
}

.centelys-footer-kit img {
  display: block;
  width: 100%;
  height: auto;
}

.centelys-footer-bottom nav {
  display: flex;
  justify-content: flex-end;
  gap: 0.9rem;
  flex-wrap: wrap;
  font-size: 0.86rem;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(12, 82, 158, 0.42);
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .centelys-desktop-nav,
  .centelys-header-actions {
    display: none;
  }

  .centelys-nav-shell__inner {
    grid-template-columns: auto 1fr auto;
  }

  .centelys-mobile-nav {
    display: block;
    justify-self: end;
  }

  .centelys-mobile-nav summary {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 44px;
    padding: 0.65rem 0.9rem;
    border: 1px solid var(--centelys-line);
    border-radius: 999px;
    color: var(--centelys-blue-deep);
    font-weight: 900;
    cursor: pointer;
    list-style: none;
  }

  .centelys-mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .centelys-burger,
  .centelys-burger::before,
  .centelys-burger::after {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--centelys-blue);
  }

  .centelys-burger {
    position: relative;
  }

  .centelys-burger::before,
  .centelys-burger::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .centelys-burger::before {
    top: -6px;
  }

  .centelys-burger::after {
    top: 6px;
  }

  .centelys-mobile-nav nav {
    position: absolute;
    right: 16px;
    top: calc(100% + 8px);
    display: grid;
    width: min(360px, calc(100vw - 32px));
    gap: 0.28rem;
    padding: 1rem;
    border: 1px solid rgba(12, 82, 158, 0.14);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--centelys-shadow);
  }

  .centelys-mobile-nav:not([open]) nav {
    display: none;
  }

  .centelys-mobile-nav nav > a {
    padding: 0.72rem 0.8rem;
    border-radius: 8px;
    color: var(--centelys-ink);
    font-weight: 850;
    text-decoration: none;
  }

  .centelys-mobile-nav nav > a:hover,
  .centelys-mobile-nav nav > a:focus-visible {
    background: var(--centelys-blue-soft);
    color: var(--centelys-blue);
  }

  .centelys-mobile-language {
    justify-self: start;
    margin-bottom: 0.35rem;
  }

  .centelys-footer-grid,
  .centelys-post-grid,
  .centelys-content-layout {
    grid-template-columns: 1fr 1fr;
  }

  .centelys-entry-sidebar {
    position: static;
  }

  .centelys-footer-bottom__inner {
    grid-template-columns: 1fr;
  }

  .centelys-footer-bottom nav {
    justify-content: flex-start;
  }
}

@media (max-width: 782px) {
  .admin-bar .centelys-site-header,
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 720px) {
  .centelys-container {
    width: min(100% - 24px, 1320px);
  }

  .centelys-topbar__inner {
    gap: 0.6rem;
    padding: 0.5rem 0;
  }

  .centelys-topbar__private {
    margin-left: 0;
  }

  .centelys-brand img {
    width: 150px;
  }

  .centelys-nav-shell__inner {
    min-height: 72px;
  }

  .centelys-blog-hero h1 {
    font-size: clamp(2.05rem, 11vw, 2.7rem);
  }

  .centelys-post-grid,
  .centelys-content-layout,
  .centelys-footer-grid {
    grid-template-columns: 1fr;
  }

  .centelys-post-card__media img {
    height: 210px;
  }

  .centelys-post-nav {
    display: grid;
  }
}

@media (max-width: 420px) {
  .centelys-mobile-nav nav {
    right: 12px;
  }

  .centelys-language-switcher img,
  .centelys-mobile-language img {
    width: 3.65rem;
    height: 1.72rem;
  }
}

/* WordPress/Avada hardening for the Astro-cloned header.
   This mirrors the inline critical CSS so cache/minification cannot reintroduce clipping. */
body.centelys-blog-theme .site-header,
body.centelys-blog-theme .nav-shell,
body.centelys-blog-theme .nav-shell__inner {
  overflow: visible !important;
}

body.centelys-blog-theme .nav-shell__inner {
  grid-template-columns: 184px minmax(0, 1fr) max-content !important;
  gap: 0.8rem !important;
}

body.centelys-blog-theme .desktop-nav,
body.centelys-blog-theme .desktop-nav ul {
  min-width: 0 !important;
  overflow: visible !important;
}

body.centelys-blog-theme .nav-item > a,
body.centelys-blog-theme .nav-item > a:visited {
  padding-right: 0.62rem !important;
  padding-left: 0.62rem !important;
  font-size: clamp(0.88rem, 0.72vw, 1rem) !important;
}

body.centelys-blog-theme .header-actions {
  justify-self: end !important;
  min-width: max-content !important;
  max-width: max-content !important;
  flex: 0 0 auto !important;
  overflow: visible !important;
}

body.centelys-blog-theme .language-switcher__flag {
  width: 3.78rem !important;
  height: 1.78rem !important;
}

body.centelys-blog-theme .button,
body.centelys-blog-theme .button:visited {
  padding-right: 0.92rem !important;
  padding-left: 0.92rem !important;
}

@media (max-width: 1440px) and (min-width: 1321px) {
  body.centelys-blog-theme .nav-shell__inner {
    grid-template-columns: 168px minmax(0, 1fr) max-content !important;
    gap: 0.52rem !important;
  }

  body.centelys-blog-theme .brand {
    width: 168px !important;
    max-width: 168px !important;
  }

  body.centelys-blog-theme .nav-item > a,
  body.centelys-blog-theme .nav-item > a:visited {
    padding-right: 0.44rem !important;
    padding-left: 0.44rem !important;
    font-size: 0.88rem !important;
  }

  body.centelys-blog-theme .button,
  body.centelys-blog-theme .button:visited {
    padding-right: 0.72rem !important;
    padding-left: 0.72rem !important;
    font-size: 0.88rem !important;
  }
}

@media (max-width: 1320px) {
  body.centelys-blog-theme .mobile-nav {
    grid-column: 3 !important;
    justify-self: end !important;
    position: relative !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: max-content !important;
    overflow: visible !important;
  }

  body.centelys-blog-theme .nav-shell__inner {
    grid-template-columns: auto minmax(0, 1fr) max-content !important;
  }

  body.centelys-blog-theme .mobile-nav summary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.45rem !important;
    min-height: 44px !important;
    padding: 0.65rem 0.9rem !important;
    border: 1px solid rgba(12, 82, 158, 0.18) !important;
    border-radius: 999px !important;
    background: #0c529e !important;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(12, 82, 158, 0.18) !important;
    cursor: pointer !important;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    list-style: none !important;
    white-space: nowrap !important;
  }

  body.centelys-blog-theme .mobile-nav summary::-webkit-details-marker {
    display: none !important;
  }

  body.centelys-blog-theme .mobile-nav nav {
    position: absolute !important;
    top: calc(100% + 0.8rem) !important;
    right: 0 !important;
    z-index: 100001 !important;
    width: min(360px, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
