/*
  oXnames Help Center polish
  Safe styling layer for the KnowAll + Heroic Knowledge Base install.
*/

:root {
  --ox-ink: #10151c;
  --ox-muted: #5f6b77;
  --ox-teal: #08716a;
  --ox-teal-bright: #25d7e8;
  --ox-blue: #1f5fbf;
  --ox-pink: #ff2f7c;
  --ox-coral: #ff6b5f;
  --ox-gold: #f5a623;
  --ox-surface: #f8fbf9;
  --ox-border: rgba(16, 21, 28, 0.08);
}

body.wp-theme-knowall {
  background: var(--ox-surface);
  color: var(--ox-ink);
  font-family: Inter, "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.wp-theme-knowall a {
  color: var(--ox-teal);
  text-decoration-thickness: 1px;
}

body.wp-theme-knowall a:hover,
body.wp-theme-knowall a:focus {
  color: var(--ox-blue);
}

body.wp-theme-knowall .wp-site-blocks {
  background:
    radial-gradient(circle at 14% 8%, rgba(37, 215, 232, 0.12), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, var(--ox-surface) 42%, #ffffff 100%);
}

/* Main-site header/footer shell */
body.wp-theme-knowall header.wp-block-template-part,
body.wp-theme-knowall footer.wp-block-template-part {
  display: none !important;
}

body.wp-theme-knowall .header {
  position: relative;
  z-index: 1000;
  font-family: Inter, "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.wp-theme-knowall .header-top {
  background: linear-gradient(90deg, #302681 0%, #104dcb 48%, #08716a 100%);
  color: #fff;
}

body.wp-theme-knowall .header-top a,
body.wp-theme-knowall .header-top-sale {
  color: #fff !important;
  font-weight: 800;
}

body.wp-theme-knowall .header-top-sale strong {
  color: var(--ox-teal-bright);
  text-transform: capitalize;
}

body.wp-theme-knowall .main-navigation {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 34px rgba(12, 28, 45, 0.08);
  backdrop-filter: blur(14px);
}

body.wp-theme-knowall .navbar {
  padding: 0 !important;
}

body.wp-theme-knowall .navbar-brand img,
body.wp-theme-knowall .offcanvas-brand img {
  object-fit: contain;
}

body.wp-theme-knowall .navbar .nav-link {
  color: #243040 !important;
  font-size: 0.96rem;
  font-weight: 800;
}

body.wp-theme-knowall .navbar .nav-link:hover,
body.wp-theme-knowall .navbar .nav-link:focus,
body.wp-theme-knowall .dropdown-item:hover,
body.wp-theme-knowall .dropdown-item:focus {
  color: var(--ox-teal) !important;
}

body.wp-theme-knowall .dropdown-menu {
  border: 1px solid rgba(8, 113, 106, 0.1);
  border-radius: 12px;
  box-shadow: 0 22px 50px rgba(12, 28, 45, 0.14);
}

body.wp-theme-knowall .theme-btn,
body.wp-theme-knowall .theme-btn.theme-btn-sm {
  border-radius: 8px;
  background: linear-gradient(135deg, var(--ox-pink), var(--ox-coral)) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(255, 47, 124, 0.22);
  font-weight: 900;
  text-decoration: none !important;
}

body.wp-theme-knowall .ox-footer {
  position: relative;
  margin-top: 0;
  padding-top: 70px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(37, 215, 232, 0.2), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 47, 124, 0.16), transparent 24%),
    linear-gradient(135deg, #061827 0%, #07343a 56%, #102a50 100%);
  color: rgba(255, 255, 255, 0.82);
}

body.wp-theme-knowall .ox-footer h5 {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: .04em;
}

body.wp-theme-knowall .ox-footer p,
body.wp-theme-knowall .ox-footer a {
  color: rgba(255, 255, 255, 0.78) !important;
}

body.wp-theme-knowall .ox-footer a:hover,
body.wp-theme-knowall .ox-footer a:focus {
  color: #fff !important;
}

body.wp-theme-knowall .footer-links {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.wp-theme-knowall .footer-social {
  display: flex;
  gap: 10px;
}

body.wp-theme-knowall .footer-social .social-link {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

body.wp-theme-knowall .footer-divider {
  margin: 42px 0 26px;
  border-color: rgba(255, 255, 255, 0.16);
}

body.wp-theme-knowall .footer-bottom {
  margin-top: 34px;
  padding: 18px 0;
  background: rgba(0, 0, 0, 0.18);
}

/* Old KnowAll header styles kept as a fallback if the include cannot load. */
body.wp-theme-knowall header.wp-block-template-part > .wp-block-group:first-child {
  position: relative;
  z-index: 20;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--ox-ink) !important;
  box-shadow: 0 10px 32px rgba(12, 28, 45, 0.08);
  backdrop-filter: blur(14px);
}

body.wp-theme-knowall .wp-block-site-logo img {
  width: 138px !important;
  height: auto !important;
  object-fit: contain;
}

body.wp-theme-knowall .wp-block-navigation a,
body.wp-theme-knowall .wp-block-navigation-item__content {
  min-height: 40px;
  padding: 8px 13px;
  border-radius: 999px;
  color: #243040 !important;
  font-size: 0.95rem;
  font-weight: 800;
}

body.wp-theme-knowall .wp-block-navigation a:hover,
body.wp-theme-knowall .wp-block-navigation a:focus {
  color: var(--ox-teal) !important;
  background: rgba(8, 113, 106, 0.08);
  text-decoration: none;
}

body.wp-theme-knowall .wp-block-navigation__responsive-container-open,
body.wp-theme-knowall .wp-block-navigation__responsive-container-close {
  border-radius: 10px;
  background: #f1fbfb;
  color: var(--ox-teal);
}

/* Hero search area */
body.wp-theme-knowall header.wp-block-template-part + .wp-block-group {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 86px !important;
  padding-bottom: 96px !important;
  background:
    linear-gradient(90deg, rgba(6, 22, 35, 0.96) 0%, rgba(7, 47, 54, 0.9) 52%, rgba(12, 39, 66, 0.78) 100%),
    radial-gradient(circle at 18% 84%, rgba(245, 166, 35, 0.22), transparent 27%),
    radial-gradient(circle at 88% 12%, rgba(37, 215, 232, 0.2), transparent 26%) !important;
  color: #fff;
}

body.wp-theme-knowall header.wp-block-template-part + .wp-block-group::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 28%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 86px);
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 82%, transparent);
  pointer-events: none;
}

body.wp-theme-knowall header.wp-block-template-part + .wp-block-group::after {
  content: "oXnames Help Center";
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  color: var(--ox-teal-bright);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

body.wp-theme-knowall header.wp-block-template-part + .wp-block-group h1 {
  max-width: 780px;
  margin: 0 auto 20px !important;
  color: #fff !important;
  font-size: clamp(2.65rem, 6vw, 5.2rem) !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: 0;
}

body.wp-theme-knowall header.wp-block-template-part + .wp-block-group h1::after {
  content: "Search guides for domains, hosting, DNS, billing and transfers.";
  display: block;
  max-width: 680px;
  margin: 18px auto 0;
  color: rgba(255,255,255,0.78);
  font-size: 1.06rem;
  line-height: 1.65;
  font-weight: 600;
}

body.wp-theme-knowall .kb-search-container {
  max-width: 820px !important;
}

body.wp-theme-knowall .wp-block-heroickb-search {
  margin-top: 34px !important;
  margin-bottom: 0 !important;
  padding: 10px !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,0.98) !important;
  box-shadow: 0 28px 80px rgba(0,0,0,0.3);
  backdrop-filter: blur(18px);
}

body.wp-theme-knowall .heroickb-sb-inputwrapper {
  min-height: 64px;
  border-radius: 10px !important;
}

body.wp-theme-knowall .heroickb-sb-inputwrapper__btn {
  width: 54px !important;
}

body.wp-theme-knowall .heroickb-site-search__icon path {
  fill: var(--ox-teal) !important;
}

body.wp-theme-knowall .heroickb-sb-inputwrapper__input_wo_cat {
  color: var(--ox-ink) !important;
  font-size: 1.05rem !important;
  font-weight: 700;
}

body.wp-theme-knowall .heroickb-sb-inputwrapper__input_wo_cat::placeholder {
  color: #82909d;
}

body.wp-theme-knowall .heroickb-sb,
body.wp-theme-knowall .heroickb-searchresults__wo-cat {
  border-radius: 12px;
  overflow: hidden;
}

/* Content shell */
body.wp-theme-knowall header.wp-block-template-part + .wp-block-group + .wp-block-group {
  padding-top: 58px !important;
  padding-bottom: 72px !important;
}

body.wp-theme-knowall .ht-container,
body.wp-theme-knowall .ht-sitecontainer--boxed,
body.wp-theme-knowall .wp-block-group.alignwide,
body.wp-theme-knowall .wp-block-columns {
  max-width: 1180px !important;
}

body.wp-theme-knowall h1,
body.wp-theme-knowall h2,
body.wp-theme-knowall h3,
body.wp-theme-knowall h4 {
  color: var(--ox-ink);
  letter-spacing: 0;
}

body.wp-theme-knowall h2.wp-block-heading {
  font-size: clamp(1.5rem, 3vw, 2.2rem) !important;
  font-weight: 850 !important;
}

body.wp-theme-knowall .wp-block-separator {
  width: 100%;
  height: 1px;
  border: 0;
  background: linear-gradient(90deg, rgba(8,113,106,0.15), rgba(31,95,191,0.18), transparent) !important;
}

/* Category cards */
body.wp-theme-knowall #archive-categories {
  margin-top: 18px;
}

body.wp-theme-knowall .heroickb-categories-list {
  gap: 18px !important;
}

body.wp-theme-knowall .heroickb-categories-list__item {
  position: relative;
  min-height: 145px;
  padding: 22px !important;
  border: 1px solid var(--ox-border) !important;
  border-radius: 12px !important;
  background:
    linear-gradient(135deg, rgba(37,215,232,0.08), transparent 46%),
    #fff;
  box-shadow: 0 18px 46px rgba(12, 28, 45, 0.07);
  color: var(--ox-ink) !important;
  overflow: hidden;
}

body.wp-theme-knowall .heroickb-categories-list__item::after {
  content: "";
  position: absolute;
  right: -38px;
  top: -38px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,166,35,0.16), transparent 68%);
  pointer-events: none;
}

body.wp-theme-knowall .heroickb-categories-list__item:hover {
  transform: translateY(-3px);
  border-color: rgba(8,113,106,0.18) !important;
  box-shadow: 0 24px 60px rgba(12, 28, 45, 0.12);
  text-decoration: none;
}

body.wp-theme-knowall .heroickb-categories-list__item-icon {
  width: 54px !important;
  max-width: 54px !important;
  min-height: 54px !important;
  margin: 0 16px 0 0 !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(8,113,106,0.12), rgba(31,95,191,0.12));
}

body.wp-theme-knowall .heroickb-categories-list__item-icon svg {
  width: 34px !important;
  height: 34px !important;
  max-height: 34px !important;
}

body.wp-theme-knowall .heroickbiconsvg-stroke {
  stroke: var(--ox-teal) !important;
}

body.wp-theme-knowall .heroickbiconsvg-fill {
  fill: var(--ox-teal) !important;
}

body.wp-theme-knowall .heroickb-categories-list__item h4 {
  margin-bottom: 7px !important;
  color: var(--ox-ink) !important;
  font-size: 1.12rem !important;
  font-weight: 850 !important;
}

body.wp-theme-knowall .heroickb-categories-list__item-post-excerpt-entry {
  color: var(--ox-muted);
  font-size: .94rem;
  line-height: 1.55;
}

/* Sidebar cards */
body.wp-theme-knowall .wp-block-column[style*="27.5%"] > .wp-block-group,
body.wp-theme-knowall .wp-block-column[style*="27.5%"] .wp-block-template-part > .wp-block-group {
  border: 1px solid var(--ox-border);
  border-radius: 12px;
  background: #fff !important;
  box-shadow: 0 18px 46px rgba(12, 28, 45, 0.07);
}

body.wp-theme-knowall .wp-block-column[style*="27.5%"] p[style*="font-weight:600"] {
  margin-bottom: 15px;
  color: var(--ox-ink) !important;
  font-size: 1.05rem !important;
  font-weight: 850 !important;
}

body.wp-theme-knowall .heroickb-article-widget-list {
  display: grid;
  gap: 10px;
}

body.wp-theme-knowall .heroickb-article-widget-list_item {
  margin: 0 !important;
}

body.wp-theme-knowall .heroickb-article-link {
  gap: 10px !important;
  padding: 11px 12px;
  border-radius: 9px;
  color: #34404b !important;
  background: #f7fbfb;
  font-weight: 750;
  text-decoration: none !important;
}

body.wp-theme-knowall .heroickb-article-link:hover,
body.wp-theme-knowall .heroickb-article-link:focus {
  color: var(--ox-teal) !important;
  background: #effafa;
  text-decoration: none !important;
}

body.wp-theme-knowall .hkb_widget_exit__btn .wp-block-button__link,
body.wp-theme-knowall .wp-block-button__link {
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--ox-pink), var(--ox-coral)) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(255,47,124,0.2);
  font-weight: 900;
  text-transform: none !important;
}

/* Article/category pages */
body.wp-theme-knowall.single-ht_kb .wp-site-blocks,
body.wp-theme-knowall.tax-ht_kb_category .wp-site-blocks {
  background:
    linear-gradient(180deg, rgba(7, 47, 54, 0.12) 0, rgba(7, 47, 54, 0.06) 180px, #f8fbf9 460px),
    radial-gradient(circle at 88% 8%, rgba(37, 215, 232, 0.16), transparent 28%),
    #f8fbf9 !important;
}

body.wp-theme-knowall .ox-kb-backbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 22px 0;
  color: rgba(36,48,64,0.5);
  font-size: .9rem;
  font-weight: 850;
}

body.wp-theme-knowall .ox-kb-backbar a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(8,113,106,0.14);
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  color: #243040 !important;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

body.wp-theme-knowall .ox-kb-backbar a:first-child {
  background: linear-gradient(135deg, var(--ox-teal), var(--ox-blue));
  border-color: transparent;
  color: #fff !important;
}

body.wp-theme-knowall .ox-kb-backbar a:hover,
body.wp-theme-knowall .ox-kb-backbar a:focus {
  transform: translateY(-1px);
  background: #fff;
  color: var(--ox-teal) !important;
}

body.wp-theme-knowall.single-ht_kb .wp-site-blocks > .wp-block-group,
body.wp-theme-knowall.tax-ht_kb_category .wp-site-blocks > .wp-block-group {
  padding-top: 46px !important;
  padding-bottom: 76px !important;
}

body.wp-theme-knowall.single-ht_kb .wp-block-columns,
body.wp-theme-knowall.tax-ht_kb_category .wp-block-columns {
  align-items: flex-start !important;
}

body.wp-theme-knowall.single-ht_kb .wp-block-columns > .wp-block-column:first-child,
body.wp-theme-knowall.tax-ht_kb_category .wp-block-columns > .wp-block-column:first-child {
  padding: 34px;
  border: 1px solid rgba(16, 21, 28, 0.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(12, 28, 45, 0.08);
}

body.wp-theme-knowall.single-ht_kb .wp-block-columns > .wp-block-column:first-child *,
body.wp-theme-knowall.tax-ht_kb_category .wp-block-columns > .wp-block-column:first-child * {
  color: #243040;
}

body.wp-theme-knowall.single-ht_kb .wp-block-post-title,
body.wp-theme-knowall.tax-ht_kb_category .wp-block-post-title,
body.wp-theme-knowall.single-ht_kb .wp-block-post-title a,
body.wp-theme-knowall.tax-ht_kb_category .wp-block-post-title a {
  color: var(--ox-ink) !important;
}

body.wp-theme-knowall.single-ht_kb .wp-block-post-title {
  color: var(--ox-ink) !important;
  font-size: clamp(2.2rem, 5vw, 4rem) !important;
  line-height: 1.04 !important;
  font-weight: 900 !important;
}

body.wp-theme-knowall.single-ht_kb .wp-block-post-title::after {
  color: #687684 !important;
}

body.wp-theme-knowall.tax-ht_kb_category #taxonomy-category-header {
  margin-bottom: 22px !important;
}

body.wp-theme-knowall.tax-ht_kb_category .wp-block-query {
  display: grid;
  gap: 12px;
}

body.wp-theme-knowall.tax-ht_kb_category .wp-block-query .wp-block-post {
  margin: 0 !important;
  padding: 16px 18px;
  border: 1px solid var(--ox-border);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(37,215,232,0.08), transparent 48%),
    #fff;
}

body.wp-theme-knowall.tax-ht_kb_category .wp-block-query .wp-block-post-title {
  margin: 0 0 8px !important;
}

body.wp-theme-knowall.tax-ht_kb_category .wp-block-query .wp-block-post-title a {
  display: inline-flex;
  color: var(--ox-teal) !important;
  font-weight: 900;
  text-decoration: none;
}

body.wp-theme-knowall.tax-ht_kb_category .wp-block-query .wp-block-post-title a:hover,
body.wp-theme-knowall.tax-ht_kb_category .wp-block-query .wp-block-post-title a:focus {
  color: var(--ox-blue) !important;
}

body.wp-theme-knowall.single-ht_kb .entry-content,
body.wp-theme-knowall.single-ht_kb .entry-content p,
body.wp-theme-knowall.single-ht_kb .entry-content li,
body.wp-theme-knowall.tax-ht_kb_category .wp-block-post-excerpt,
body.wp-theme-knowall.tax-ht_kb_category .wp-block-post-excerpt p {
  color: #34404b !important;
}

body.wp-theme-knowall.single-ht_kb .entry-content h2,
body.wp-theme-knowall.single-ht_kb .entry-content h3,
body.wp-theme-knowall.single-ht_kb .entry-content h4 {
  color: var(--ox-ink) !important;
  font-weight: 900;
}

body.wp-theme-knowall.single-ht_kb .hkb-article__lastupdated,
body.wp-theme-knowall.single-ht_kb .hkb-article-tags,
body.wp-theme-knowall.single-ht_kb .hkb-article-related,
body.wp-theme-knowall.single-ht_kb .hkb-comments-section {
  padding-top: 22px;
  border-top: 1px solid var(--ox-border);
}

body.wp-theme-knowall.single-ht_kb .htoc,
body.wp-theme-knowall.tax-ht_kb_category .wp-block-column[style*="27.5%"] > .wp-block-group,
body.wp-theme-knowall.single-ht_kb .wp-block-column[style*="27.5%"] > .wp-block-group {
  border: 1px solid rgba(16, 21, 28, 0.08);
  border-radius: 14px;
  background: #fff !important;
  box-shadow: 0 22px 56px rgba(12, 28, 45, 0.08);
}

body.wp-theme-knowall.single-ht_kb .htoc *,
body.wp-theme-knowall.tax-ht_kb_category .wp-block-column[style*="27.5%"] > .wp-block-group *,
body.wp-theme-knowall.single-ht_kb .wp-block-column[style*="27.5%"] > .wp-block-group * {
  color: #243040 !important;
}

body.wp-theme-knowall .hkb-article,
body.wp-theme-knowall .hkb-category,
body.wp-theme-knowall article,
body.wp-theme-knowall main {
  color: #26313d;
}

body.wp-theme-knowall .hkb-article__content,
body.wp-theme-knowall .entry-content {
  font-size: 1.04rem;
  line-height: 1.82;
}

body.wp-theme-knowall .hkb-article__title,
body.wp-theme-knowall .entry-title {
  color: var(--ox-ink);
  font-weight: 850;
}

body.wp-theme-knowall .hkb-article__content h2,
body.wp-theme-knowall .entry-content h2 {
  margin-top: 38px;
  color: var(--ox-ink);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

body.wp-theme-knowall .hkb-article__content blockquote,
body.wp-theme-knowall .entry-content blockquote,
body.wp-theme-knowall .wp-block-quote {
  border-left: 5px solid var(--ox-teal);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(12, 28, 45, 0.06);
}

body.wp-theme-knowall .hkb-breadcrumbs,
body.wp-theme-knowall .breadcrumbs {
  color: var(--ox-muted);
  font-size: .92rem;
}

/* Footer */
body.wp-theme-knowall footer.wp-block-template-part > .wp-block-group {
  background:
    radial-gradient(circle at 20% 0%, rgba(37,215,232,0.14), transparent 28%),
    linear-gradient(135deg, #061827, #07343a 58%, #102a50) !important;
  color: rgba(255,255,255,0.86);
}

body.wp-theme-knowall footer.wp-block-template-part p,
body.wp-theme-knowall footer.wp-block-template-part a {
  color: rgba(255,255,255,0.86) !important;
}

body.wp-theme-knowall footer.wp-block-template-part a:hover {
  color: #fff !important;
}

body.wp-theme-knowall .wp-block-search__inside-wrapper {
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

body.wp-theme-knowall .wp-block-search__input {
  border-color: #d6e3e6 !important;
}

body.wp-theme-knowall .wp-block-search__button {
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--ox-teal), var(--ox-blue)) !important;
  color: #fff !important;
}

/* Floating KB widget */
body.wp-theme-knowall #hkbembed-button {
  --hkbembed-bg: var(--ox-teal) !important;
  box-shadow: 0 18px 40px rgba(8, 113, 106, 0.28) !important;
}

body.wp-theme-knowall #ht-kb-fe-embed-container {
  z-index: 9999;
}

/* Mobile */
@media (max-width: 782px) {
  body.wp-theme-knowall header.wp-block-template-part > .wp-block-group:first-child {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.wp-theme-knowall .wp-block-site-logo img {
    width: 124px !important;
  }

  body.wp-theme-knowall header.wp-block-template-part + .wp-block-group {
    padding: 74px 16px 70px !important;
  }

  body.wp-theme-knowall header.wp-block-template-part + .wp-block-group::after {
    top: 24px;
    white-space: nowrap;
  }

  body.wp-theme-knowall .heroickb-categories-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.wp-theme-knowall .heroickb-categories-list__item {
    min-height: auto;
  }

  body.wp-theme-knowall .wp-block-columns {
    gap: 26px;
  }
}
