/* Product information, policies, footer, and product-level dialogs. */

.sx-reference-anchor-nav {
  position: sticky;
  top: 0;
  z-index: 51;
}

body.admin-bar .sx-reference-anchor-nav {
  top: var(--sx-admin-offset, 32px);
}

.sx-reference-anchor-nav > .sx-reference-content {
  width: min(var(--sx-product-width, 1152px), calc(100% - 48px));
  height: 54px;
  min-height: 54px;
}

.sx-reference-anchor-nav button {
  min-height: 54px;
  color: var(--sx-product-ink, #000);
  font-size: 16px;
  font-weight: 700;
}

.sx-reference-included,
.sx-reference-notices,
.sx-reference-faqs {
  background: #fff;
}

.sx-reference-included {
  padding: 96px 0 150px;
}

.sx-reference-information-heading {
  width: min(921.6px, 100%);
  min-width: 0;
}

.sx-reference-information-heading h2,
.sx-reference-faqs h2 {
  margin: 0;
  color: var(--sx-product-ink, #000);
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sx-reference-information-heading p {
  margin: 4px 0 0;
  color: var(--sx-product-muted, #666);
  font-size: 16px;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sx-reference-summary-board {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  padding: 44px 38px 38px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.sx-reference-summary-board h3,
.sx-reference-term-section h3 {
  margin: 0;
  color: var(--sx-product-ink, #000);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.sx-reference-summary-board h3 {
  margin-bottom: 22px;
}

.sx-reference-summary-grid {
  min-width: 0;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(112px, 1fr));
  grid-auto-rows: minmax(112px, auto);
  gap: 0;
  border: 0;
}

.sx-reference-summary-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-content: center;
  align-items: start;
  gap: 8px;
  padding-right: 32px;
  border: 0;
  background: transparent;
}

.sx-reference-product .sx-reference-summary-grid {
  border: 0;
}

.sx-reference-product .sx-reference-summary-grid > .sx-reference-summary-item,
.sx-reference-product .sx-reference-summary-grid > .sx-reference-summary-item:nth-child(n) {
  border: 0;
  background: transparent;
}

.sx-reference-summary-item > .sx-icon {
  width: 21px;
  height: 21px;
  margin-top: 1px;
  color: #111;
  stroke-width: 1.5;
}

.sx-reference-summary-item > div {
  min-width: 0;
  max-width: 245px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 18px;
  border-bottom: 1px solid #777;
}

.sx-reference-summary-item span,
.sx-reference-summary-item b {
  min-width: 0;
  color: var(--sx-product-text, #272727);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sx-reference-summary-item span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.sx-reference-summary-item b {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.sx-reference-term-section {
  margin-top: 50px;
}

.sx-reference-term-section > h3 {
  margin-bottom: 29px;
}

.sx-reference-term-grid {
  width: min(744px, 100%);
  min-width: 0;
  display: block;
  grid-template-columns: none;
}

.sx-reference-term-subheading {
  margin: 0 0 4px;
  padding: 0 6px;
  color: #f26b21;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.sx-reference-term-subheading--excluded {
  margin-top: 34px;
}

.sx-reference-product .sx-reference-term-grid > .sx-reference-term-group {
  min-width: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sx-reference-term-group + .sx-reference-term-group {
  margin-top: 16px;
}

.sx-reference-term-group--audience + .sx-reference-term-group--audience {
  margin-top: 8px;
}

.sx-reference-term-group > summary,
.sx-reference-notice-list summary {
  min-width: 0;
  min-height: 45.2px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  align-items: center;
  gap: 8px;
  padding: 10px 6px;
  border: 0;
  border-bottom: 1px solid #111;
  background: transparent;
  color: var(--sx-product-ink, #000);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

.sx-reference-term-group > summary::-webkit-details-marker,
.sx-reference-notice-list summary::-webkit-details-marker {
  display: none;
}

.sx-reference-term-group > summary::marker,
.sx-reference-notice-list summary::marker {
  content: "";
}

.sx-reference-term-group > summary > span,
.sx-reference-notice-list summary > span {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sx-reference-term-group > summary b,
.sx-reference-notice-list summary b {
  width: 32px;
  height: 24px;
  display: grid;
  place-items: center;
  justify-self: end;
  color: #111;
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.sx-reference-term-group > summary b .sx-icon,
.sx-reference-notice-list summary b .sx-icon {
  width: 16px;
  height: 16px;
  stroke-width: 2.5;
}

.sx-reference-term-group[open] > summary b,
.sx-reference-notice-list details[open] summary b {
  transform: rotate(-90deg);
}

.sx-reference-term-table {
  min-width: 0;
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid var(--sx-product-line, #d1d1d1);
  border-radius: 14px;
  background: #fbfcfc;
}

.sx-reference-term-row {
  min-width: 0;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
}

.sx-reference-term-row + .sx-reference-term-row {
  border-top: 1px solid var(--sx-product-line, #d1d1d1);
}

.sx-reference-term-label {
  min-width: 0;
  padding: 24px 28px;
  border-right: 1px solid var(--sx-product-line, #d1d1d1);
  color: var(--sx-product-text, #272727);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.sx-reference-term-values {
  min-width: 0;
  min-height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 20px 28px;
}

.sx-reference-term-values p {
  min-width: 0;
  margin: 0;
  color: var(--sx-product-muted, #666);
  font-size: 16px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sx-reference-notices {
  padding: 0 0 150px;
}

.sx-reference-notice-list {
  min-width: 0;
  display: grid;
  gap: 0;
  margin-top: 29px;
  border-top: 0;
}

.sx-reference-notice-list details {
  min-width: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sx-reference-notice-list ul {
  margin: 0;
  padding: 18px 30px 22px;
  border-bottom: 1px solid #111;
  color: var(--sx-product-muted, #666);
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sx-reference-notice-list li + li {
  margin-top: 8px;
}

.sx-reference-faqs {
  padding: 0 0 100px;
}

.sx-reference-faqs .sx-reference-notice-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 0 56px;
  margin-top: 14.5px;
}

.sx-reference-faq-answer {
  min-width: 0;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  margin: 8px 0 10px;
  overflow: hidden;
  border: 1px solid var(--sx-product-line, #d1d1d1);
  border-radius: 6px;
  background: #fbfcfc;
}

.sx-reference-faq-answer > strong,
.sx-reference-faq-answer > p {
  min-width: 0;
  margin: 0;
  padding: 18px 20px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sx-reference-faq-answer > strong {
  border-right: 1px solid var(--sx-product-line, #d1d1d1);
  color: var(--sx-product-text, #272727);
  font-size: 14px;
  line-height: 1.35;
}

.sx-reference-faq-answer > p {
  color: var(--sx-product-muted, #666);
  font-size: 16px;
  line-height: 1.35;
}

/* Full-width footer; its offices and links remain entirely backend driven. */
.sx-reference-footer {
  padding: 82px 0 64px;
  background: #1d211e;
  color: #fff;
}

.sx-reference-footer .sx-reference-content {
  min-width: 0;
}

.sx-reference-footer-greeting {
  margin: 0 0 50px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.sx-reference-office-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding-block: 0;
  border-block: 1px solid rgba(255, 255, 255, 0.24);
}

.sx-reference-office-grid section {
  min-width: 0;
  padding: 30px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.sx-reference-office-grid section:nth-child(3n + 1) {
  padding-left: 0;
}

.sx-reference-office-grid section:nth-child(3n) {
  padding-right: 0;
  border-right: 0;
}

.sx-reference-office-grid section:last-child {
  padding-right: 0;
  border-right: 0;
}

.sx-reference-office-grid section:nth-child(n + 4) {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.sx-reference-office-grid span,
.sx-reference-office-grid h3,
.sx-reference-office-grid p {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sx-reference-office-grid span {
  color: #b8bdb8;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.sx-reference-office-grid h3 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
}

.sx-reference-office-grid p {
  margin: 12px 0 0;
  color: #aeb4af;
  font-size: 12px;
  line-height: 1.7;
}

.sx-reference-footer-lower {
  display: grid;
  grid-template-columns: minmax(240px, 1.7fr) repeat(3, minmax(130px, 0.7fr));
  gap: 44px;
  padding-top: 44px;
}

.sx-reference-footer-lower > div,
.sx-reference-footer-lower > section {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.sx-reference-footer .sx-reference-brand.is-light {
  min-height: 44px;
  margin: 0 0 12px;
  color: #fff;
}

.sx-reference-footer .sx-reference-brand.is-light small {
  color: #abb0ac;
}

.sx-reference-footer-lower h3 {
  margin: 0 0 12px;
  color: #aeb4af;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.sx-reference-footer-lower a,
.sx-reference-footer-lower span {
  max-width: 100%;
  color: #fff;
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sx-reference-footer-lower a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding-block: 6px;
  text-decoration: none;
  text-underline-offset: 4px;
  transition: color 180ms ease;
}

.sx-reference-footer-lower a:hover {
  color: #d3e9f8;
  text-decoration: underline;
}

.sx-reference-footer-lower section > img {
  width: 104px;
  height: 104px;
  display: block;
  margin-bottom: 8px;
  border: 0;
  border-radius: 0;
  background: #fff;
  object-fit: cover;
}

/* Product gallery and inquiry overlays. */
.sx-reference-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 32px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: rgba(15, 17, 15, 0.88);
}

.sx-reference-gallery-dialog {
  width: min(1180px, 100%);
  min-width: 0;
  min-height: 0;
  position: relative;
  display: grid;
  place-items: center;
}

.sx-reference-gallery-dialog > img {
  max-width: 100%;
  max-height: calc(100dvh - 132px);
  display: block;
  object-fit: contain;
}

.sx-reference-gallery-dialog > div {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  color: #fff;
  font-size: 13px;
}

.sx-reference-gallery-dialog > div button,
.sx-reference-modal-close {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  background: rgba(20, 22, 19, 0.42);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.sx-reference-gallery-dialog > div button:hover,
.sx-reference-modal-close:hover {
  background: rgba(255, 255, 255, 0.14);
}

.sx-reference-modal-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
}

.sx-reference-inquiry-dialog {
  width: min(520px, 100%);
  max-height: calc(100dvh - 64px);
  position: relative;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 38px;
  border: 0;
  border-radius: 6px;
  background: #fff;
  color: var(--sx-product-ink, #000);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.sx-reference-modal:target {
  display: grid !important;
}

.sx-reference-modal.is-js-managed[hidden] {
  display: none !important;
}

.sx-reference-book-button,
.sx-reference-modal-close {
  text-decoration: none;
}

.sx-reference-modal-close.is-dark {
  border-color: var(--sx-product-line, #d1d1d1);
  background: #fff;
  color: var(--sx-product-ink, #000);
}

.sx-reference-modal-close.is-dark:hover {
  background: var(--sx-product-soft, #f5f4f3);
}

.sx-reference-inquiry-dialog h2 {
  margin: 0;
  padding-right: 54px;
  color: var(--sx-product-ink, #000);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.sx-reference-inquiry-dialog h2 + p,
.sx-reference-success p {
  margin: 8px 0 24px;
  color: var(--sx-product-muted, #666);
  font-size: 14px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.sx-reference-inquiry-dialog form {
  display: grid;
  gap: 16px;
}

.sx-reference-inquiry-dialog form > label {
  min-width: 0;
  display: grid;
  gap: 7px;
  color: var(--sx-product-text, #272727);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.sx-reference-inquiry-dialog input,
.sx-reference-inquiry-dialog select,
.sx-reference-inquiry-dialog textarea {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--sx-product-line, #d1d1d1);
  border-radius: 3px;
  background: #fff;
  color: var(--sx-product-ink, #000);
  font-size: 16px;
  line-height: 1.45;
}

.sx-reference-inquiry-dialog textarea {
  min-height: 112px;
  resize: vertical;
}

.sx-reference-inquiry-dialog fieldset {
  min-width: 0;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--sx-product-line, #d1d1d1);
  border-radius: 3px;
}

.sx-reference-inquiry-dialog legend {
  padding: 0 6px;
  color: var(--sx-product-muted, #666);
  font-size: 12px;
}

.sx-reference-inquiry-dialog fieldset > div {
  min-width: 0;
  min-height: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px 34px 44px;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

.sx-reference-inquiry-dialog fieldset > div + div {
  border-top: 1px solid #e8e8e8;
}

.sx-reference-inquiry-dialog fieldset button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--sx-product-line, #d1d1d1);
  border-radius: 50%;
  background: #fff;
  color: var(--sx-product-ink, #000);
  cursor: pointer;
}

.sx-reference-inquiry-dialog fieldset button:hover:not(:disabled) {
  border-color: var(--sx-product-blue, #2c7cc2);
  color: var(--sx-product-blue-dark, #1f557c);
}

.sx-reference-inquiry-dialog fieldset button:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

.sx-reference-inquiry-dialog fieldset b {
  min-width: 0;
  text-align: center;
  overflow-wrap: anywhere;
}

.sx-reference-inquiry-dialog .sx-reference-consent {
  min-height: 44px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  font-weight: 400;
  line-height: 1.65;
}

.sx-reference-consent input {
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 2px 0 0;
  accent-color: var(--sx-product-blue, #2c7cc2);
}

.sx-reference-consent span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.sx-reference-consent a {
  color: var(--sx-product-blue-dark, #1f557c);
  text-underline-offset: 3px;
}

.sx-reference-consent a:hover {
  text-decoration-thickness: 2px;
}

.sx-reference-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.sx-reference-form-error {
  margin: 0;
  color: #a23931;
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.sx-reference-inquiry-dialog .sx-reference-submit {
  min-height: 52px;
  justify-content: center;
  margin-top: 2px;
  border-radius: 3px;
  background: var(--sx-product-orange, #f37021);
  color: #fff;
  font-size: 15px;
}

.sx-reference-inquiry-dialog .sx-reference-submit:hover {
  background: #d85c12;
}

.sx-reference-submit:disabled {
  opacity: 0.55;
  cursor: wait;
}

.sx-reference-success {
  padding: 24px 0 5px;
  text-align: center;
}

.sx-reference-success > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #e9f3ec;
  color: #2c6c45;
}

.sx-reference-success .sx-icon {
  width: 25px;
}

@media (max-width: 960px) {
  .sx-reference-footer-lower {
    grid-template-columns: 1.3fr repeat(2, minmax(0, 1fr));
    gap: 36px 30px;
  }

  .sx-reference-footer-lower > section:last-child {
    grid-column: 2;
  }
}

@media (max-width: 700px) {
  .sx-reference-anchor-nav > .sx-reference-content {
    width: calc(100% - 9.91px);
    height: 53px;
    min-height: 53px;
    justify-content: flex-start;
    gap: 5px;
    margin-right: 0;
    margin-left: 4.34px;
    padding: 0;
    overflow-x: hidden;
  }

  .sx-reference-anchor-nav button {
    min-width: 0;
    max-width: none;
    min-height: 53px;
    height: 53px;
    flex: 1 1 70.2px;
    padding: 0;
    line-height: 28.8px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .sx-reference-anchor-nav button:nth-child(1),
  .sx-reference-anchor-nav button:nth-child(3) {
    flex-basis: 74.75px;
  }

  .sx-reference-anchor-nav button::after {
    right: 4px;
    left: 4px;
  }

  .sx-reference-included {
    width: 100%;
    padding: 70px 0 100px;
  }

  .sx-reference-included > .sx-reference-content,
  .sx-reference-faqs > .sx-reference-content {
    width: calc(100% - 39px);
  }

  .sx-reference-information-heading {
    width: min(280.8px, 100%);
  }

  .sx-reference-information-heading h2,
  .sx-reference-faqs h2 {
    font-size: 35px;
  }

  .sx-reference-information-heading p {
    font-size: 16px;
  }

  .sx-reference-summary-board {
    min-height: 471.73px;
    margin-top: 30px;
    padding: 42px 18px 24px;
  }

  .sx-reference-summary-board h3 {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 25px;
  }

  .sx-reference-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(112px, 1fr));
    grid-auto-rows: minmax(112px, auto);
  }

  .sx-reference-summary-item {
    grid-template-columns: 21px minmax(0, 1fr);
    gap: 7px;
    padding-right: 12px;
  }

  .sx-reference-summary-item > div {
    max-width: none;
    padding-bottom: 14px;
  }

  .sx-reference-summary-item span {
    font-size: 16px;
  }

  .sx-reference-summary-item b {
    font-size: 14px;
  }

  .sx-reference-term-section {
    margin-top: 50px;
  }

  .sx-reference-term-section > h3 {
    margin-bottom: 17px;
    line-height: 25px;
  }

  .sx-reference-term-row {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .sx-reference-term-label {
    padding: 23px 12px;
    font-size: 15px;
  }

  .sx-reference-term-values {
    min-height: 116px;
    padding: 22px 14px;
  }

  .sx-reference-term-values p {
    font-size: 16px;
  }

  .sx-reference-section.sx-reference-notices {
    width: calc(100% - 39px);
    margin-inline: auto;
    padding: 0 0 100px;
  }

  .sx-reference-notice-list {
    margin-top: 29px;
  }

  .sx-reference-notice-list summary {
    min-height: 45.2px;
    padding: 10px 6px;
    font-size: 18px;
    line-height: 25.2px;
  }

  .sx-reference-faqs {
    width: 100%;
    padding: 0 0 100px;
  }

  .sx-reference-faqs .sx-reference-notice-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    margin-top: 4px;
  }

  .sx-reference-faq-answer {
    grid-template-columns: 94px minmax(0, 1fr);
    margin-top: 8px;
  }

  .sx-reference-faq-answer > strong,
  .sx-reference-faq-answer > p {
    padding: 20px 14px;
  }

  .sx-reference-footer {
    padding: 60px 18px 46px;
  }

  .sx-reference-footer .sx-reference-content {
    width: 100%;
  }

  .sx-reference-footer-greeting {
    margin-bottom: 38px;
    font-size: 42px;
  }

  .sx-reference-office-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .sx-reference-office-grid section,
  .sx-reference-office-grid section:nth-child(3n + 1),
  .sx-reference-office-grid section:nth-child(3n) {
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-right: 0;
  }

  .sx-reference-office-grid section:first-child {
    border-top: 0;
  }

  .sx-reference-footer-lower {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 22px;
    padding-top: 36px;
  }

  .sx-reference-footer-lower > div {
    grid-column: 1 / -1;
  }

  .sx-reference-footer-lower > section:last-child {
    grid-column: auto;
  }

  .sx-reference-modal {
    align-items: center;
    padding: 16px;
  }

  .sx-reference-inquiry-dialog {
    max-height: calc(100dvh - 32px);
    padding: 30px 20px;
  }

  .sx-reference-inquiry-dialog h2 {
    font-size: 26px;
  }
}

@media (max-width: 420px) {
  .sx-reference-summary-item {
    padding-right: 8px;
  }

  .sx-reference-footer-lower {
    grid-template-columns: minmax(0, 1fr);
  }

  .sx-reference-footer-lower > div,
  .sx-reference-footer-lower > section,
  .sx-reference-footer-lower > section:last-child {
    grid-column: 1;
  }

  .sx-reference-inquiry-dialog fieldset > div {
    grid-template-columns: minmax(0, 1fr) 44px 28px 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sx-reference-term-grid summary b,
  .sx-reference-notice-list summary b,
  .sx-reference-footer-lower a {
    transition-duration: 0.01ms !important;
  }
}
