.order-notice {
  margin-top: 32px;
  border-block: 1px solid #dec9ce;
  background: #faf5f6;
}

.order-notice-inner {
  max-width: 1120px;
  margin-inline: auto;
  padding: 28px 24px;
}

.order-notice-heading p {
  margin: 0;
}

.order-notice-brand {
  color: #7e4654;
  font-size: 12px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.order-notice-heading h2 {
  margin: 8px 0 4px;
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

.order-notice [lang="th"] {
  display: block;
  color: #62585b;
  font-size: 14px;
  line-height: 1.8;
}

.order-notice-pair {
  display: grid;
  gap: 5px;
  margin-top: 14px;
  max-width: 920px;
  font-size: 15px;
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.order-notice-pair p {
  margin: 0;
}

.order-notice-pair strong {
  color: #784151;
  font-weight: 600;
}

.order-notice-details {
  margin-top: 18px;
}

.order-notice-details > summary {
  width: fit-content;
  max-width: 100%;
  min-height: 44px;
  padding: 4px 8px 4px 0;
  color: #784151;
  cursor: pointer;
  font-size: 14px;
}

.order-notice-details > summary::marker {
  color: #784151;
}

.order-notice-details > summary > span {
  display: inline-block;
  vertical-align: top;
}

.order-notice-details > summary:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.order-notice-details > summary:focus-visible {
  outline: 2px solid #784151;
  outline-offset: 4px;
}

.order-notice-details:not([open]) .order-notice-collapse,
.order-notice-details[open] .order-notice-expand {
  display: none;
}

.order-notice-list {
  margin: 20px 0 0;
  padding-left: 28px;
}

.order-notice-list > li {
  padding: 22px 0 24px 8px;
  border-top: 1px solid #dec9ce;
}

.order-notice-list > li::marker {
  color: #784151;
  font-weight: 600;
}

.order-notice-list h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.order-notice-list h3 [lang="th"] {
  margin-top: 4px;
  font-weight: 500;
}

.order-notice-closing {
  border-top: 1px solid #dec9ce;
  padding-top: 8px;
}

@media (max-width: 680px) {
  .order-notice-inner {
    padding: 24px 16px;
  }

  .order-notice-heading h2 {
    font-size: 20px;
  }

  .order-notice-list {
    padding-left: 22px;
  }

  .order-notice-list > li {
    padding-left: 4px;
  }
}
