.breadcrumb-background {
  padding: 20px !important;
}

.contents-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.release-note-content {
  overflow-y: visible;
  max-height: none;
  scrollbar-width: thin;
  scrollbar-color: #d3d3d3 transparent;
  margin-left: 2em;
}

hr {
  margin-top: 2px !important;
  position: sticky !important;
  top: 166px;
} 

.btn {
  margin: 0 0.5em !important;
  border: none !important;
  border-radius: 25px !important;
  font-weight: normal !important;
  padding: 0.7rem 1.5rem !important;
  letter-spacing: .05rem !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.older {
  text-align: end !important;
}
.secondary-btn {
  background-color: #f1f1f1 !important;
}

.label {
  vertical-align: middle !important;
  border-radius: 1em !important;
  color: #ff5e1f !important;
  font-size: 50% !important;
  font-weight: normal !important;
  background-color: #f8f0f0 !important;
}

.h4 {
  font-size: 16px;
}

.h3 {
  font-size: 22px;
}

.authen_sub_bullets {
  padding-left: 0;
  padding-top: 10px;
}

.blue {
  color: #2669fc;
}

.green {
  color: #04a741;
}

.breadcrumb {
  margin-bottom: 0 !important;
}

.h1 {
  margin-top: 0px;
  font-size: 42px !important;
}

.left-nav-list a {
  font-size: 14px;
}

.nav-row {
  display: flex;
  margin: 0 6em 0 7.5em;
  padding: 1.2em 0 1em;
  justify-content: space-between;
  position: sticky;
  top: 100px;
  z-index: 5;
  background-color: #fff;
}

.input-box {
  border-width: 0px;
  border-radius: 18px;
  padding: 5px 15px;
  border: 1px solid #d3d3d3;
  width: 20em;
}

mark.search-highlight {
  background-color: #fff2a8;
  padding: 0 2px;
}


.sticky-content {
  position: sticky;
  top: 120px;
}

.left-nav-list {
  margin-left: -2.5em !important;
  margin-right: 1em;
}

.left-nav-section {
  border-right: none !important;
  position: sticky !important;
  top: 180px;
  align-self: flex-start;
  height: calc(100vh - 120px);
}

.left-nav-column {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  max-height: 90%;
  width: 17em;
}

.nav-main-heading a {
  font-weight: normal;
  font-size: 1.4rem !important;
}

.left-nav-heading {
  position: sticky;
  top: 0;
  margin-left: 3em;
}

.left-nav-scroll {
  overflow-y: auto;
  flex: 1;
  position: relative;
  border-left: 2px dashed #d3d3d3;
  padding-left: 25px;
  margin-left: 2.5em;
  scrollbar-width: thin;
  scrollbar-color: #d3d3d3 transparent;
}

.left-nav-scroll::-webkit-scrollbar {
  width: 4px;
}

.year-group {
  display: contents;
}

.year-label {
  position: sticky;
  background-color: white;
  font-size: 16px;
  padding-bottom: 12px;
  cursor: pointer;
}

.year-version-list {
  padding-left: 0;
  margin-top: 8px;
  padding-bottom: 12px;
}

.year-version-list[hidden] {
  display: none;
}

.year-group.is-open .year-version-list {
  display: block;
}

.year-toggle {
  width: 100%;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: left;
}

.year-caret {
  font-size: 12px;
  opacity: 0.7;
}

.year-version-list li a:hover {
  color: #ff5e1f !important;
}

.release-notes-left-navigation-active a {
  color: #ff5e1f !important;
}

.mobile-release-nav {
  display: none;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
  justify-content: flex-end;
}

.mobile-release-trigger {
  width: fit-content;
  display: inline-flex;
  border: 1px solid #d3d3d3;
  border-radius: 25px;
  padding: 10px 14px;
  background: #fff;
  align-items: center;
  justify-content: space-between;
}

.mobile-release-caret {
  font-size: 12px;
  margin-left: 10px;
  opacity: 0.8;
}

.mobile-release-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 10px;
  background: #fff;
  width: 100%;
  z-index: 10;
}

.mobile-release-heading {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b7280;
  padding: 6px 8px 10px;
}

.mobile-year-toggle {
  width: 100%;
  border: none;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 6px;
  font-weight: 600;
}

.mobile-year-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mobile-year-caret {
  font-size: 12px;
  opacity: 0.7;
}

.mobile-year-list {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 8px 0 14px;
}

.mobile-year-group.is-open .mobile-year-list {
  display: grid;
}

.mobile-version-item {
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  text-align: left;
}

.mobile-version-item.is-active {
  border-color: #ff5e1f;
  color: #ff5e1f;
}
.no-banner {
  padding-top: 120px !important;
}
.release-version h2 {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .no-banner {
    padding-top: 100px !important;
  }
  .breadcrumb {
    padding: 8px 15px !important;
  }
  .nav-row {
    margin: 0 1em;
    flex-direction: column;
  }
  .release-btn {
    flex-direction: row;
    display: flex;
    margin-bottom: 10px;
  }
  .btn {
    height: 35px !important;
    width: fit-content !important;
    font-size: 13px !important;
    line-height: 1 !important;
  }
  .input-box {
    width: 12em;
  }
  .search-box {
    text-align: end;
  }
  .padding-left {
    padding: 0 !important;
  }
  .left-nav-section {
    display: none;
  }
  .mobile-release-nav {
    display: flex;
  }
  .older-posts {
    display: none !important;
  }

}