
.conditions-page-title {
  margin-bottom: 24px;
}

.shop-conditions .conditions-card {
  background-color: var(--bg-surface-alt);
  border: 1px solid var(--border-color-soft);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.shop-conditions ul,
.shop-conditions ol,
.shop-conditions p {
  margin-bottom: 30px;
  font-family: font-7;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-muted);
}

.shop-conditions ul,
.shop-conditions ol {
  list-style: none;
}

.shop-conditions p:last-child,
.shop-conditions ul:last-child,
.shop-conditions ol:last-child {
  margin-bottom: 0;
}

.shop-conditions h1,
.shop-conditions h2,
.shop-conditions h3,
.shop-conditions h4,
.shop-conditions h5,
.shop-conditions h6 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  font-family: font-8;
  color: var(--text-strong);
  border-bottom: 1px solid var(--border-color);
}

.shop-conditions h1::before,
.shop-conditions h2::before,
.shop-conditions h3::before,
.shop-conditions h4::before,
.shop-conditions h5::before,
.shop-conditions h6::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 4px;
  height: 22px;
  margin-right: 14px;
  background-color: #fd2626;
  border-radius: 2px;
}

.shop-conditions h1:not(:first-child),
.shop-conditions h2:not(:first-child),
.shop-conditions h3:not(:first-child),
.shop-conditions h4:not(:first-child),
.shop-conditions h5:not(:first-child),
.shop-conditions h6:not(:first-child) {
  margin-top: 44px;
}

.shop-conditions a {
  text-decoration: underline;
  color: #fd2626;
  transition: color 0.2s ease;
}

.shop-conditions a:hover {
  color: #e51010;
}

.shop-conditions ul li,
.shop-conditions ol li {
  margin-bottom: 12px;
  padding-left: 2px;
}

.shop-conditions ul li::before {
  content: "";
  background-color: #fd2626;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  margin-left: 0;
  margin-bottom: 1px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .shop-conditions .conditions-card {
    padding: 24px 20px;
  }
}
