.dcs-wrapper {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
  padding: 48px 16px;
}
@media screen and (min-width: 768px) {
  .dcs-wrapper {
    max-width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .dcs-wrapper {
    max-width: 800px;
  }
}
@media screen and (min-width: 1024px) {
  .dcs-wrapper {
    max-width: 1024px;
  }
}

.dcs-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

.dcs-cards-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 100%;
}

.dcs-card {
  display: grid;
  padding: 16px;
  gap: 32px;
  grid-template-columns: 0.5fr 1fr;
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
}

.dcs-card-preview {
  display: flex;
  margin: 0;
}
.dcs-card-preview img {
  max-width: 100%;
  border-radius: 4px 4px 0 0;
  align-self: center;
  justify-self: center;
}

.dcs-card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dcs-card-logo img {
  max-width: 80px;
}

.dcs-card-desc {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dcs-card-title {
  margin: 0 !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.125;
  word-break: break-word;
}

.dcs-card-subtitle {
  font-weight: 400;
  line-height: 1.25;
  font-size: 20px;
}

.dcs-btn-more {
  display: flex;
  margin-top: auto;
  border-top: 1px solid whitesmoke;
}
.dcs-btn-more a {
  position: relative;
  padding: 8px 0;
  font-weight: 600;
  text-decoration: none;
}
.dcs-btn-more a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  background: #eb4432;
  width: 0px;
  height: 2px;
  transition: all 0.3s ease;
  z-index: -1;
}
.dcs-btn-more a:hover:before {
  width: 100%;
}

.dcs-grid-single {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .dcs-grid-single {
    grid-template-columns: 320px 640px;
    gap: 32px;
  }
}

.dcs-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dcs-sidebar-header {
  display: flex;
  flex-shrink: 0;
  align-items: stretch;
  box-shadow: 0 2px 0 0 whitesmoke;
}
@media screen and (min-width: 1024px) {
  .dcs-sidebar-header {
    box-shadow: none;
  }
}

.dcs-version {
  display: inline-block;
  max-width: 100%;
  position: relative;
  top: 10px;
  margin-left: 8px;
  vertical-align: top;
  font-weight: 300;
  font-size: 45%;
  font-style: italic;
  color: #eb4432;
}

.dcs-item-brand {
  display: flex;
  height: 48px;
  gap: 16px;
  align-items: center;
}

.dcs-item-logo {
  max-height: 32px;
}

.dcs-item-title {
  font-weight: 600;
  font-size: 24px;
}

.dcs-nav {
  display: none;
}
.dcs-nav.dcs-nav-active {
  display: block;
}
@media screen and (min-width: 1024px) {
  .dcs-nav {
    position: relative;
    display: block;
  }
  .dcs-nav:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    background: whitesmoke;
  }
}
.dcs-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dcs-nav ul li {
  display: block;
  padding: 8px 0;
  white-space: nowrap;
}
.dcs-nav ul li.dcs-sub-on .dcs-nav-title {
  margin-bottom: 16px;
}
.dcs-nav ul li.dcs-sub-on ul {
  max-height: none;
}
.dcs-nav ul li a {
  display: inline-block;
  line-height: 1;
  color: #232323;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.3s ease;
  white-space: break-spaces;
  word-break: break-word;
}
.dcs-nav ul ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
}
.dcs-nav ul ul li a {
  font-weight: 400;
  line-height: 1.25;
  padding-left: 16px;
  position: relative;
}
.dcs-nav ul ul li a:hover {
  transform: translate3d(5px, 0, 0);
}

li.dcs-active {
  position: relative;
}
li.dcs-active::before {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #eb4432;
}

.dcs-nav-title {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}
.dcs-nav-title:hover {
  transform: translate3d(5px, 0, 0);
}

.dcs-navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 48px;
  width: 48px;
  position: relative;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .dcs-navbar-burger {
    display: none;
  }
}
.dcs-navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.dcs-navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.dcs-navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.dcs-navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.dcs-navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.dcs-navbar-burger.dcs-nav-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.dcs-navbar-burger.dcs-nav-active span:nth-child(2) {
  opacity: 0;
}
.dcs-navbar-burger.dcs-nav-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.dcs-main-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.dcs-top-box {
  height: 48px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid black;
}

.dcs-search {
  position: relative;
  flex: 1;
}

.dcs-search-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
}

.dcs-search-field {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 12px 8px 32px;
  font-size: 16px;
  background: transparent;
  box-shadow: none;
  border: none;
  outline: none;
}
.dcs-search-field:focus + svg {
  color: #32a1ce;
}

.dcs-header-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.125;
  font-weight: 600;
}
.dcs-header-title:after {
  position: absolute;
  bottom: -8px;
  left: -4px;
  content: "";
  width: 150px;
  height: 2px;
  background: #eb4432;
}

.dcs-content-table ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dcs-content-table ul:not(:first-child) {
  padding-left: 16px;
}
.dcs-content-table ul li {
  display: block;
  margin-bottom: 8px;
}
.dcs-content-table ul li a {
  color: #232323;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}
.dcs-content-table ul li a:before {
  color: #eb4432;
  content: "# ";
}
.dcs-content-table ul ul {
  margin-bottom: 0;
  margin-top: 8px;
  padding: 0;
}
.dcs-content-table ul ul li a {
  font-weight: 400;
}

.dcs-entry-content li + li {
  margin-top: 0.25em;
}
.dcs-entry-content p:not(:last-child),
.dcs-entry-content dl:not(:last-child),
.dcs-entry-content ol:not(:last-child),
.dcs-entry-content ul:not(:last-child),
.dcs-entry-content blockquote:not(:last-child),
.dcs-entry-content pre:not(:last-child),
.dcs-entry-content table:not(:last-child) {
  margin-bottom: 1em;
}
.dcs-entry-content h1,
.dcs-entry-content h2,
.dcs-entry-content h3,
.dcs-entry-content h4,
.dcs-entry-content h5,
.dcs-entry-content h6 {
  color: currentColor;
  font-weight: 600;
  line-height: 1.125;
}
.dcs-entry-content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.dcs-entry-content h1:not(:first-child) {
  margin-top: 1em;
}
.dcs-entry-content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.dcs-entry-content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.dcs-entry-content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.dcs-entry-content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.dcs-entry-content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.dcs-entry-content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.dcs-entry-content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.dcs-entry-content blockquote {
  background-color: #f5f5f5;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}
.dcs-entry-content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}
.dcs-entry-content ol:not([type]) {
  list-style-type: decimal;
}
.dcs-entry-content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}
.dcs-entry-content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}
.dcs-entry-content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}
.dcs-entry-content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}
.dcs-entry-content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.dcs-entry-content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.dcs-entry-content ul ul ul {
  list-style-type: square;
}
.dcs-entry-content dd {
  margin-left: 2em;
}
.dcs-entry-content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.dcs-entry-content figure:not(:first-child) {
  margin-top: 2em;
}
.dcs-entry-content figure:not(:last-child) {
  margin-bottom: 2em;
}
.dcs-entry-content figure img {
  display: inline-block;
}
.dcs-entry-content figure figcaption {
  font-style: italic;
}
.dcs-entry-content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
.dcs-entry-content sup,
.dcs-entry-content sub {
  font-size: 75%;
}
.dcs-entry-content table {
  width: 100%;
}
.dcs-entry-content table td,
.dcs-entry-content table th {
  border: 1px solid whitesmoke;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.dcs-entry-content table th {
  color: #363636;
}
.dcs-entry-content table th:not([align]) {
  text-align: inherit;
}
.dcs-entry-content table thead td,
.dcs-entry-content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}
.dcs-entry-content table tfoot td,
.dcs-entry-content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}
.dcs-entry-content table tbody tr:last-child td,
.dcs-entry-content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.dcs-entry-content .tabs li + li {
  margin-top: 0;
}
