/*
Theme Name: Manual Doc Blog
Template: manual
Version: 1.0.36
Description: Documentation-style single post layout for the Manual theme.
*/

:root {
  --doc-page-bg: #eef2f6;
  --doc-section-bg: #f3f6f9;
  --doc-surface-bg: #fbfcfd;
  --doc-muted-surface-bg: #f6f8fa;
  --doc-border: #dfe7ef;
}

body {
  background: var(--doc-page-bg);
}

nav.navbar,
nav.navbar .nav-fix,
nav.navbar.navbar-inverse {
  background: var(--doc-section-bg) !important;
}

@media (min-width: 992px) {
  nav.navbar .nav-fix {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 108px !important;
  }

  nav.navbar .navbar-header {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    float: none;
    transform: translate(-50%, -50%);
  }

  nav.navbar .navbar-brand {
    display: flex;
    align-items: center;
    height: auto;
    margin: 0;
    padding: 0;
  }

  nav.navbar .custom-nav-logo {
    height: 64px !important;
    width: auto;
    margin: 0;
    padding: 0;
  }

  nav.navbar #navbar {
    width: 100%;
    padding: 0 !important;
  }

  nav.navbar #navbar > ul.navbar-nav {
    display: flex;
    float: none !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 !important;
  }

  nav.navbar #navbar > ul.navbar-nav > li > a {
    display: flex;
    align-items: center;
    min-height: 108px;
    padding: 0 17px;
    line-height: 1.2 !important;
  }

  nav.navbar #navbar > ul.navbar-nav > li:nth-child(3) {
    margin-right: 150px;
  }

  nav.navbar #navbar > ul.navbar-nav > li:nth-child(4) {
    margin-left: 150px;
  }

  nav.navbar #navbar ul li > ul {
    top: calc(100% - 12px);
  }

  nav.navbar.after-scroll-wrap .nav-fix {
    height: 78px !important;
  }

  nav.navbar.after-scroll-wrap .custom-nav-logo {
    height: 48px !important;
    margin: 0;
  }

  nav.navbar.after-scroll-wrap #navbar > ul.navbar-nav > li > a {
    min-height: 78px;
    line-height: 1.2 !important;
  }

  nav.navbar.after-scroll-wrap #navbar > ul.navbar-nav > li:nth-child(3) {
    margin-right: 132px;
  }

  nav.navbar.after-scroll-wrap #navbar > ul.navbar-nav > li:nth-child(4) {
    margin-left: 132px;
  }
}

body.home {
  background: var(--doc-page-bg);
  color: #1f2937;
}

body.home .jumbotron_new.inner-jumbotron,
body.home .page_opacity.header_custom_height_new {
  display: none !important;
}

body.home .elementor-355 {
  background: var(--doc-page-bg);
}

body.home .elementor-355 .elementor-top-section:first-of-type {
  min-height: auto !important;
  padding: 54px 0 46px;
  border-bottom: 1px solid #e6ebf2;
  background-image: linear-gradient(90deg, rgba(8, 13, 24, 0.86), rgba(8, 13, 24, 0.48)), url("/wp-content/uploads/2022/12/gu0wna785fmeh5cn7054.gif") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.home .elementor-355 .elementor-top-section:first-of-type .elementor-background-overlay,
body.home .elementor-355 .elementor-top-section:first-of-type .elementor-column .elementor-background-overlay {
  display: none;
}

body.home .elementor-355 .elementor-heading-title {
  color: #ffffff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
}

body.home .elementor-355 .elementor-element-4e66aba .elementor-heading-title {
  font-size: 42px;
  line-height: 1.18;
}

body.home .elementor-355 .elementor-element-f8aa9b2 .elementor-heading-title {
  color: #dbeafe !important;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 500;
}

body.home .elementor-355 .elementor-element-d36878c {
  padding: 34px 0 58px;
  background: var(--doc-page-bg) !important;
}

body.home .elementor-widget-wp-widget-categories,
body.home .elementor-widget-wp-widget-recent-posts,
body.home .elementor-widget-wp-widget-tag_cloud {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--doc-border);
  border-radius: 8px;
  background: var(--doc-surface-bg);
  box-shadow: 0 12px 26px rgba(24, 35, 53, 0.06);
}

body.home .elementor-widget-wp-widget-categories h5,
body.home .elementor-widget-wp-widget-recent-posts h5,
body.home .elementor-widget-wp-widget-tag_cloud h5 {
  margin-top: 0;
  color: #172033 !important;
}

body.home .elementor-widget-wp-widget-categories a,
body.home .elementor-widget-wp-widget-recent-posts a,
body.home .elementor-widget-wp-widget-tag_cloud a {
  color: #34445c !important;
}

body.home .elementor-widget-wp-widget-categories a:hover,
body.home .elementor-widget-wp-widget-recent-posts a:hover,
body.home .elementor-widget-wp-widget-tag_cloud a:hover {
  color: #1c62ad !important;
}

.manual-doc-home-recent {
  display: grid;
  gap: 18px;
}

.manual-doc-home-recent-section {
  padding-top: 2px;
}

.manual-doc-home-recent-section + .manual-doc-home-recent-section {
  padding-top: 16px;
  border-top: 1px solid #e6ebf2;
}

.manual-doc-home-recent h6 {
  margin: 0 0 8px;
  color: #172033;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.manual-doc-home-recent h6 a {
  color: inherit !important;
}

.manual-doc-home-recent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.manual-doc-home-recent li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: baseline;
  padding: 6px 0;
}

.manual-doc-home-recent li + li {
  border-top: 1px dashed #edf1f6;
}

.manual-doc-home-recent li a {
  min-width: 0;
  color: #34445c !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.manual-doc-home-recent li time {
  color: #8793a5;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.manual-doc-view-all-posts {
  display: flex;
  align-items: center;
  min-height: 36px;
  width: fit-content;
  margin: 14px auto 0;
  padding: 8px 13px;
  border: 1px solid #d9e1ec;
  border-radius: 6px;
  color: #1c62ad !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.manual-doc-view-all-posts:hover {
  border-color: #2f7dd1;
  background: #f0f6fc;
}

.manual-doc-archive-list {
  max-width: 960px;
  margin: 0 auto;
}

.manual-doc-archive-list-search {
  max-width: 520px;
  margin: 0 auto 26px;
}

.manual-doc-archive-section {
  padding: 28px 0;
  border-bottom: 1px solid #e6ebf2;
}

.manual-doc-archive-section:first-child {
  padding-top: 0;
}

.manual-doc-archive-section h2 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.25;
}

.manual-doc-archive-section h2 a {
  color: #172033;
  text-decoration: none;
}

.manual-doc-archive-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.manual-doc-archive-section li {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  padding: 8px 0;
}

.manual-doc-archive-section li + li {
  border-top: 1px dashed #edf1f6;
}

.manual-doc-archive-section time {
  color: #8793a5;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.manual-doc-archive-section li a {
  color: #34445c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}

.manual-doc-archive-section li a:hover {
  color: #1c62ad;
}

body.single-post .jumbotron_new.inner-jumbotron.single-blog-post-pg,
body.single-post .jumbotron_new.inner-jumbotron.single-blog-post-pg .page_opacity.header_custom_height_new {
  display: none !important;
}

.jumbotron_new.inner-jumbotron .page_opacity.header_custom_height_new {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

body.single-post .doc-blog-hero-inner {
  padding-top: 14px;
  padding-bottom: 18px;
}

body.single-post .doc-blog-topbar {
  display: none;
}

body.single-post .doc-blog-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
  gap: 22px;
}

body.single-post .doc-blog-title {
  font-size: 24px;
}

body.single-post .doc-blog-summary {
  display: none;
}

body.single-post .doc-blog-hero-media {
  aspect-ratio: 16 / 8;
}

body.archive .jumbotron_new.inner-jumbotron .page_opacity.header_custom_height_new,
body.category .jumbotron_new.inner-jumbotron .page_opacity.header_custom_height_new {
  padding: 22px 0 !important;
}

body.archive .jumbotron_new.inner-jumbotron h1.custom_h1_head,
body.category .jumbotron_new.inner-jumbotron h1.custom_h1_head {
  margin-bottom: 6px;
  font-size: 32px;
  line-height: 1.2;
}

body.archive .jumbotron_new.inner-jumbotron #breadcrumbs,
body.category .jumbotron_new.inner-jumbotron #breadcrumbs {
  line-height: 1.4;
}

body.archive .jumbotron_new.inner-jumbotron .doc-archive-description,
body.category .jumbotron_new.inner-jumbotron .doc-archive-description {
  max-width: 760px;
  margin: 10px auto 0;
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.5;
}

.footer-section .footer-layer-2 {
  padding: 14px 0 !important;
}

.footer-widget h6,
.footer-widget h5,
.footer-widget h4 {
  margin: 0 0 8px !important;
}

.footer-section .footer-layer-2 .row {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: center !important;
}

.footer-section .footer-layer-2 .row > [class*="col-"]:not(:has(.footer-widget)) {
  display: none !important;
}

.footer-section .footer-layer-2 .row > [class*="col-"]:has(.footer-widget) {
  float: none !important;
  margin-right: auto;
  margin-left: auto;
}

#text-2.footer-widget {
  margin: 0;
  text-align: center;
}

#text-2.footer-widget .textwidget {
  display: flex;
  justify-content: center;
  margin: 0;
}

#text-2.footer-widget .footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: #d8dee8 !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  width: fit-content;
  text-align: center;
}

#text-2.footer-widget .footer-btn:hover,
#text-2.footer-widget .footer-btn:focus {
  border-color: #47c494;
  background: rgba(71, 196, 148, 0.12);
  color: #ffffff !important;
}

.manual-doc-category-archive {
  padding: 34px 0 58px;
  background: var(--doc-page-bg);
}

.manual-doc-archive-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.manual-doc-archive-heading {
  min-width: 0;
}

.manual-doc-archive-kicker {
  margin: 0 0 6px;
  color: #607089;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.manual-doc-archive-heading h2 {
  margin: 0;
  color: #172033;
  font-size: 26px;
  line-height: 1.25;
}

.manual-doc-archive-heading p:not(.manual-doc-archive-kicker) {
  max-width: 760px;
  margin: 8px 0 0;
  color: #607089;
  font-size: 14px;
  line-height: 1.6;
}

.manual-doc-archive-search {
  min-width: 0;
}

.manual-doc-archive-search form {
  position: relative;
  margin: 0;
}

.manual-doc-archive-search input[type="search"],
.manual-doc-archive-search input[type="text"] {
  width: 100%;
  min-height: 42px;
  padding: 10px 44px 10px 14px;
  border: 1px solid #d9e1ec;
  border-radius: 6px;
  background: var(--doc-surface-bg);
  color: #273247;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: none;
}

.manual-doc-archive-search input[type="submit"],
.manual-doc-archive-search button[type="submit"] {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0 6px 6px 0;
  background: transparent;
  color: #1c62ad;
  font-size: 0;
  box-shadow: none;
}

.manual-doc-archive-search button[type="submit"] i {
  font-size: 14px;
  line-height: 40px;
}

.manual-doc-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.manual-doc-category-card {
  overflow: hidden;
  min-width: 0;
  margin: 0;
  border: 1px solid #e1e8f0;
  border-radius: 8px;
  background: var(--doc-surface-bg);
  box-shadow: 0 10px 24px rgba(24, 35, 53, 0.05);
}

.manual-doc-category-card .caption,
.manual-doc-category-card .blog-box-post-inner {
  display: none;
}

.manual-doc-category-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid #edf1f6;
  background: linear-gradient(135deg, #f2f6fb, #e7eef8);
  color: #526173;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.manual-doc-category-thumb img {
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: contain;
}

.manual-doc-category-thumb span {
  padding: 14px;
}

.manual-doc-category-card-body {
  padding: 15px;
}

.manual-doc-category-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-bottom: 8px;
  color: #8793a5;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.manual-doc-category-card h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

.manual-doc-category-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  min-height: 42px;
  color: #172033;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.manual-doc-category-card h3 a:hover {
  color: #1c62ad;
}

.manual-doc-category-excerpt {
  margin-top: 8px;
  color: #607089;
  font-size: 13px;
  line-height: 1.55;
}

.manual-doc-category-excerpt p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.manual-doc-category-archive .pagination,
.manual-doc-category-archive .navigation.pagination {
  margin-top: 30px;
}

.manual-doc-archive-empty {
  padding: 26px;
  border: 1px solid #e1e8f0;
  border-radius: 8px;
  background: var(--doc-surface-bg);
  color: #607089;
}

.doc-blog-shell {
  background: var(--doc-page-bg);
}

.doc-blog-hero {
  border-bottom: 1px solid #e6ebf2;
  background: var(--doc-section-bg);
}

.doc-blog-hero-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 18px 15px 24px;
}

.doc-blog-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 18px;
}

.doc-blog-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #172033;
  font-size: 14px;
  font-weight: 800;
}

.doc-blog-brand img {
  display: block;
  max-width: 118px;
  max-height: 34px;
  object-fit: contain;
}

.doc-blog-logo-fallback {
  display: inline-flex;
  align-items: center;
}

.doc-blog-mini-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.doc-blog-mini-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  color: #526173;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.doc-blog-mini-nav a:hover {
  color: #1c62ad;
}

.doc-blog-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
  gap: 30px;
  align-items: center;
}

.doc-blog-hero-copy {
  min-width: 0;
}

.doc-blog-hero-media {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid #e3e9f1;
  border-radius: 8px;
  background: var(--doc-muted-surface-bg);
}

.doc-blog-hero-media img {
  display: block;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  margin: 12px;
  object-fit: contain;
}

.doc-blog-kicker {
  margin: 0 0 8px;
  color: #607089;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.doc-blog-title {
  margin: 0;
  color: #172033;
  font-size: 28px;
  line-height: 1.3;
}

.doc-blog-summary {
  max-width: 760px;
  margin: 10px 0 0;
  color: #526173;
  font-size: 15px;
  line-height: 1.7;
}

.doc-blog-layout {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr) minmax(170px, 220px);
  gap: 22px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 32px 15px 56px;
}

.doc-blog-left,
.doc-blog-right {
  align-self: start;
  position: sticky;
  top: 86px;
}

.doc-blog-panel {
  padding: 0;
  border: 0;
  background: transparent;
}

.doc-blog-panel-title {
  margin: 0 0 8px;
  color: #172033;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.doc-blog-tree {
  margin: 0;
  padding: 0;
  list-style: none;
}

.doc-blog-tree[hidden],
.doc-blog-post-list[hidden] {
  display: none !important;
}

.doc-blog-tree .doc-blog-tree {
  display: none;
  margin: 0 0 8px 10px;
  padding: 0 0 0 12px;
  border-left: 1px dashed #cfd8e6;
}

.doc-blog-tree-item.is-open > .doc-blog-tree {
  display: block;
}

.doc-blog-tree-item {
  margin: 0;
  border-bottom: 0;
}

.doc-blog-tree-toggle {
  display: flex;
  align-items: center;
  gap: 7px;
  width: 100%;
  margin: 0 0 2px;
  padding: 6px 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #34445c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}

.doc-blog-tree-depth-1 > .doc-blog-tree-toggle {
  padding-left: 0;
  font-weight: 800;
}

.doc-blog-tree-depth-2 > .doc-blog-tree-toggle {
  padding-left: 10px;
}

.doc-blog-tree-link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  color: #34445c;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

.doc-blog-tree-link:hover,
.doc-blog-tree-link.is-active {
  color: #1c62ad;
}

.doc-blog-tree-toggle:hover,
.doc-blog-tree-item.is-open > .doc-blog-tree-toggle {
  background: #f4f6f8;
  color: #1c62ad;
}

.doc-blog-tree-caret {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  border: 0;
  color: #8a96a8;
  font-size: 13px;
  line-height: 1;
  transition: none;
}

.doc-blog-tree-caret::before {
  content: ">";
}

.doc-blog-tree-depth-1 > .doc-blog-tree-toggle .doc-blog-tree-caret {
  display: none;
}

.doc-blog-tree-label {
  flex: 1;
  min-width: 0;
}

.doc-blog-tree-count {
  flex: 0 0 auto;
  color: #8a96a8;
  font-size: 12px;
  font-weight: 600;
}

.doc-blog-post-list {
  display: none;
  margin: 0 0 8px 18px;
  padding: 0 0 0 12px;
  border-left: 1px dashed #cfd8e6;
  list-style: none;
}

.doc-blog-tree-item.is-open > .doc-blog-post-list {
  display: block;
}

.doc-blog-post-list li {
  margin: 0;
}

.doc-blog-post-list a {
  display: block;
  margin: 0 0 2px;
  padding: 5px 8px;
  border: 0;
  border-radius: 0;
  color: #526173;
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none;
}

.doc-blog-post-list a:hover,
.doc-blog-post-list a.is-active {
  background: #f4f6f8;
  color: #1c62ad;
  font-weight: 800;
}

.doc-blog-main {
  min-width: 0;
  padding: 34px;
  border: 1px solid #e6ebf2;
  border-radius: 8px;
  background: var(--doc-surface-bg);
}

.doc-blog-main .blog {
  margin-bottom: 0;
}

.doc-blog-main .entry-content {
  color: #273247;
  font-size: 16px;
  line-height: 1.8;
}

.doc-blog-main .entry-content h1,
.doc-blog-main .entry-content h2,
.doc-blog-main .entry-content h3,
.doc-blog-main .entry-content h4 {
  scroll-margin-top: 96px;
}

.doc-blog-right #toctoc,
.doc-blog-right #toctoc #toctoc-head,
.doc-blog-right #toctoc #toctoc-body {
  width: 100% !important;
  max-width: 100% !important;
}

.doc-blog-right #toctoc #toctoc-head {
  background: transparent;
}

.doc-blog-right #toctoc #toctoc-body {
  background: transparent;
}

.doc-blog-right #toctoc #toctoc-body .link {
  font-size: 13px;
  line-height: 1.45;
}

.doc-blog-right #toctoc #toctoc-body .link-h1 {
  color: #172033;
  font-weight: 800;
}

.doc-blog-right #toctoc #toctoc-body .link-h2 {
  padding-left: 10px;
}

.doc-blog-right #toctoc #toctoc-body .link-h3,
.doc-blog-right #toctoc #toctoc-body .link-h4 {
  padding-left: 18px;
}

.single-post .ez-toc-sticky,
.single-post #ez-toc-container {
  display: none !important;
}

body.page-id-1270 .content-wrapper,
body.page-id-1270 .entry-content {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

body.page-id-1270 .entry-content {
  padding: 42px 24px 58px;
  color: #273247;
  text-align: center;
}

body.page-id-1270 .about-profile {
  max-width: 820px;
  margin: 0 auto 48px;
  padding: 42px 24px 0;
  text-align: center;
}

body.page-id-1270 .about-eyebrow {
  margin: 0 0 12px;
  color: #6b778c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.page-id-1270 .about-lead {
  max-width: 680px;
  margin: 0 auto;
  color: #172033;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.7;
}

body.page-id-1270 .about-summary {
  max-width: 640px;
  margin: 18px auto 0;
  color: #526173;
  font-size: 16px;
  line-height: 1.85;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}

body.page-id-1270 .about-section {
  max-width: 820px;
  margin: 0 auto 48px;
  padding-right: 24px;
  padding-left: 24px;
  padding-top: 4px;
  text-align: center;
}

body.page-id-1270 .about-section h2 {
  margin: 0;
  color: #172033;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.35;
}

body.page-id-1270 .about-divider {
  width: 44px;
  height: 2px;
  margin: 17px auto 28px;
  border: 0;
  background: #1c62ad;
}

body.page-id-1270 .about-item {
  max-width: 640px;
  margin: 0 auto 26px;
}

body.page-id-1270 .about-item h3 {
  margin: 0 0 8px;
  color: #1f2937;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

body.page-id-1270 .about-item p {
  margin: 0 auto;
  color: #526173;
  font-size: 15px;
  line-height: 1.85;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}

body.page-id-1270 .about-keywords {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

body.page-id-1270 .about-keywords li {
  padding: 7px 11px;
  border: 1px solid #d9e1ec;
  background: #fbfcfd;
  color: #34445c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

body.page-id-1270 .about-note {
  max-width: 640px;
  margin: 0 auto;
  color: #526173;
  font-size: 15px;
  line-height: 1.9;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}

@media (max-width: 991px) {
  .manual-doc-archive-toolbar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .manual-doc-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .doc-blog-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .doc-blog-hero-grid {
    grid-template-columns: 1fr;
  }

  .doc-blog-layout {
    grid-template-columns: 1fr;
  }

  .doc-blog-left,
  .doc-blog-right {
    position: static;
  }
}

@media (max-width: 640px) {
  .manual-doc-category-archive {
    padding: 24px 0 42px;
  }

  .manual-doc-archive-heading h2 {
    font-size: 22px;
  }

  .manual-doc-category-grid {
    grid-template-columns: 1fr;
  }

  .doc-blog-hero-inner {
    padding-top: 24px;
  }

  .doc-blog-mini-nav ul {
    gap: 2px;
  }

  .doc-blog-mini-nav a {
    padding-left: 0;
    padding-right: 10px;
  }

  .doc-blog-title {
    font-size: 23px;
  }

  .doc-blog-main {
    padding: 22px 18px;
  }
}
