@charset "utf-8";

html {
  font-size: 125%;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  background: hsl(225, 15%, 14%);
  color: hsla(225, 15%, 90%, 0.82);
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.5rem;
  line-height: 1.6;
}

a {
  color: #5e8bde;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #7aa2ea;
  text-decoration: underline;
}

img {
  border: 0;
}

.pm-docs-header,
.pm-docs-header * {
  box-sizing: border-box;
}

.pm-docs-header {
  --pm-header-width: 61rem;
  --pm-header-bg: hsl(225, 15%, 9%);
  --pm-header-text: hsl(0, 0%, 100%);
  --pm-header-text-muted: hsla(0, 0%, 100%, 0.7);
  --pm-header-border: hsla(225, 15%, 90%, 0.12);
  --pm-header-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.4), 0 0 0.05rem rgba(0, 0, 0, 0.25);
}

.pm-docs-header__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--pm-header-width);
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.pm-docs-header .md-header {
  background-color: var(--pm-header-bg);
  box-shadow: var(--pm-header-shadow);
  color: var(--pm-header-text);
}

.pm-docs-header .md-header__inner {
  align-items: center;
  display: flex;
  min-height: 3.6rem;
}

.pm-docs-header .md-header__button.md-logo {
  align-items: center;
  color: var(--pm-header-text);
  display: inline-flex;
  flex-shrink: 0;
  gap: 0.7rem;
  margin-right: 0.7rem;
  padding: 0.6rem 0;
}

.pm-docs-header .md-header__button.md-logo img {
  display: block;
  height: 1.7rem;
  width: auto;
}

.pm-docs-header .md-header__title {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
}

.pm-docs-header .md-header__topic {
  min-width: 0;
}

.pm-docs-header .md-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pm-docs-header .md-header__topic .md-ellipsis {
  color: var(--pm-header-text);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0;
}

.pm-docs-header .md-tabs {
  background-color: var(--pm-header-bg);
  box-shadow: inset 0 -0.05rem 0 var(--pm-header-border);
  overflow-x: auto;
  scrollbar-width: none;
}

.pm-docs-header .md-tabs::-webkit-scrollbar {
  display: none;
}

.pm-docs-header .md-tabs__list {
  display: flex;
  gap: 1.2rem;
  margin: 0;
  min-height: 2.7rem;
  padding: 0;
}

.pm-docs-header .md-tabs__item {
  align-items: stretch;
  display: flex;
  flex: 0 0 auto;
}

.pm-docs-header .md-tabs__link {
  align-items: center;
  color: var(--pm-header-text-muted);
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1;
  min-height: 2.7rem;
  position: relative;
  text-decoration: none;
  text-transform: none;
  transition: color 0.125s;
}

.pm-docs-header .md-tabs__link:hover,
.pm-docs-header .md-tabs__link:focus {
  color: var(--pm-header-text);
  text-decoration: none;
}

.mainContainer {
  margin: 0 auto;
  max-width: 61rem;
  padding: 1.5rem 0.8rem 2rem;
  position: relative;
  z-index: 1;
}

.section {
  margin-bottom: 1.5rem;
}

.pm-store-shell {
  background: transparent;
}

.pm-store-content {
  margin: 0 auto;
  max-width: 61rem;
}

.pm-store-body {
  color: hsla(225, 15%, 90%, 0.82);
  font-size: 0.8rem;
}

.pm-store-body h2,
.pm-store-body h3,
.pm-store-body h4,
.pm-store-body h5 {
  color: hsla(225, 15%, 90%, 0.82);
  letter-spacing: -0.01em;
  margin: 1.6em 0 0.8em;
}

.pm-store-body h2 {
  font-size: 1.5625em;
  font-weight: 300;
  line-height: 1.4;
  text-transform: none;
}

.pm-store-body h3 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
}

.pm-store-body h4 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
}

.pm-store-body h5 {
  color: hsla(225, 15%, 90%, 0.56);
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
}

.pm-store-body p {
  margin: 1em 0;
}

.store-product-detail-title {
  color: hsla(225, 15%, 90%, 0.82);
}

.core-form-field-body-note,
.store-footer {
  color: hsla(225, 15%, 90%, 0.82) !important;
}

.core-body-window .core-section-header {
  border-bottom: 0.05rem solid hsla(225, 15%, 95%, 0.12);
}

.core-form-field-group-header,
.store-product-list-item-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.core-form-field-area-left,
.store-section-payment-details-cc .core-form-field-group-body,
#ccShippingAddressDisplay {
  margin-left: 1.5em;
}

.core-section {
  background-color: hsla(225, 15%, 9%, 0.6);
  border: 0.05rem solid hsla(225, 15%, 95%, 0.12);
  border-radius: 0.1rem;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.25);
  margin: 1.25rem 0;
  overflow: hidden;
}

.core-section-header {
  background-color: hsla(225, 15%, 9%, 1);
  color: hsl(0, 0%, 100%);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0;
  padding: 0.9rem 1rem;
  text-transform: uppercase;
}

.core-section-body {
  padding: 1rem;
}

.store-product-detail-quantity {
  display: block;
  margin-top: 10px;
}

.pm-store-security {
  color: hsla(225, 15%, 90%, 0.56);
  font-size: 0.7rem;
  margin-top: 2rem;
  text-align: center;
}

.pm-store-security img {
  display: block;
  height: auto;
  margin: 0 auto 0.5rem;
  max-width: 168px;
}

#footer {
  border-top: 0.05rem solid hsla(225, 15%, 95%, 0.12);
  color: hsla(225, 15%, 90%, 0.56);
  font-size: 0.7rem;
  margin: 2rem auto 0;
  max-width: 61rem;
  padding: 1rem 0.8rem 2rem;
  text-align: right;
}

@media screen and (max-width: 76.234375em) {
  .pm-docs-header__inner,
  .mainContainer,
  .pm-store-content,
  #footer {
    max-width: 100%;
  }
}

@media screen and (max-width: 59.984375em) {
  .pm-docs-header .md-tabs__list {
    gap: 0.9rem;
  }

  .pm-docs-header .md-tabs__link {
    font-size: 0.82rem;
  }
}

@media screen and (max-width: 44.984375em) {
  .pm-docs-header .md-header__inner {
    min-height: 3.85rem;
  }

  .pm-docs-header .md-header__button.md-logo img {
    height: 1.5rem;
  }

  .pm-docs-header .md-header__topic .md-ellipsis {
    font-size: 0.96rem;
  }

  .pm-docs-header .md-tabs__list {
    gap: 0.8rem;
    min-height: 2.45rem;
  }

  .pm-docs-header .md-tabs__link {
    font-size: 0.78rem;
    min-height: 2.45rem;
  }

  .mainContainer {
    padding-top: 1.1rem;
  }
}
