.btce-entry-title {
  max-width: 1120px;
  margin: 0 auto 1.25rem;
  color: inherit;
  font: inherit;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.btce-home-display-title {
  margin: 0;
  height: 0;
  overflow: hidden;
}

.btce-quick-answer,
.btce-source-note,
.btce-image-disclosure {
  margin: 1.5rem 0;
  padding: 1rem 1.125rem;
  border-left: 4px solid #b46a2b;
  border-radius: 0.5rem;
  background: #f7f4ef;
  color: #24211e;
}

.btce-source-note {
  border-left-color: #526476;
  background: #f1f4f7;
}

.btce-image-disclosure {
  border-left-color: #2c806f;
  background: #edf6f3;
  font-size: 0.94rem;
}

.btce-quick-answer > :first-child,
.btce-source-note > :first-child,
.btce-image-disclosure > :first-child {
  margin-top: 0;
}

.btce-quick-answer > :last-child,
.btce-source-note > :last-child,
.btce-image-disclosure > :last-child {
  margin-bottom: 0;
}

.btce-managed-article .btce-article-visual {
  margin: 1.75rem auto;
  max-width: 780px;
  text-align: center;
}

.btce-managed-article .btce-article-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(36, 33, 30, 0.12);
  border-radius: 0.75rem;
}

.btce-managed-article .btce-article-visual figcaption {
  margin-top: 0.625rem;
  color: #5e5a55;
  font-size: 0.9rem;
  line-height: 1.5;
}

.btce-managed-article .btce-visual-grid {
  display: grid;
  gap: 1.25rem;
  margin: 1.75rem auto;
  max-width: 980px;
}

.btce-managed-article .btce-visual-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.btce-managed-article .btce-visual-gallery {
  margin: 2rem 0;
}

.btce-managed-article .btce-visual-gallery > h2 {
  margin-bottom: 0.5rem;
}

.btce-managed-article .btce-visual-gallery-intro {
  margin: 0 0 1rem;
  color: #5e5a55;
}

.btce-managed-article .btce-visual-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.875rem;
  margin-top: 1rem;
  max-width: 1080px;
}

.btce-managed-article .btce-visual-grid .btce-visual-card {
  overflow: hidden;
  border: 1px solid rgba(36, 33, 30, 0.14);
  border-radius: 0.75rem;
  background: #f7f4ef;
  text-align: left;
}

.btce-managed-article .btce-visual-grid .btce-visual-card img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 0;
  border-radius: 0;
}

.btce-managed-article .btce-visual-grid .btce-visual-card figcaption {
  min-height: 5.7em;
  margin: 0;
  padding: 0.75rem 0.8rem 0.85rem;
  color: #45413d;
  font-size: 0.82rem;
  line-height: 1.42;
}

.btce-managed-article .btce-visual-grid .btce-article-visual {
  margin: 0;
  max-width: none;
}

.btce-managed-article .entry-content table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
}

.btce-managed-article .entry-content th,
.btce-managed-article .entry-content td {
  padding: 0.75rem;
  border: 1px solid rgba(36, 33, 30, 0.18);
  text-align: left;
  vertical-align: top;
}

.btce-managed-article .entry-content th {
  background: #f3f0eb;
  font-weight: 700;
}

.btce-managed-article .mfh-faq details {
  margin: 0 0 0.75rem;
}

.btce-managed-article .mfh-faq summary {
  cursor: pointer;
}

.btce-managed-article .mfh-faq summary:focus-visible {
  outline: 3px solid rgba(180, 106, 43, 0.45);
  outline-offset: 3px;
}

@media (max-width: 700px) {
  .btce-managed-article .btce-visual-grid-two {
    grid-template-columns: 1fr;
  }

  .btce-managed-article .btce-visual-grid-three {
    display: flex;
    gap: 0.85rem;
    margin-right: -1rem;
    padding-right: 1rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }

  .btce-managed-article .btce-visual-grid-three .btce-visual-card {
    flex: 0 0 min(82vw, 20rem);
    scroll-snap-align: start;
  }

  .btce-managed-article .entry-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .btce-managed-article .entry-content th,
  .btce-managed-article .entry-content td {
    min-width: 9rem;
  }
}
