.elementor-38571 .elementor-element.elementor-element-acbc6aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:40px;--padding-left:10px;--padding-right:10px;}/* Start custom CSS for container, class: .elementor-element-acbc6aa *//* ===== Crystal Meaning Page Styles ===== */

/* Two-column layout + 统一字体（继承主题默认，避免上下不统一） */
.gemstone-page {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(300px, 3fr);
  gap: 36px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 18px;
}
.gemstone-page, .gemstone-page h1, .gemstone-page h2, .gemstone-page h3,
.gemstone-page h4, .gemstone-page h5, .gemstone-page h6, .gemstone-page p,
.gemstone-page li, .gemstone-page blockquote, .gemstone-page td, .gemstone-page th,
.gemstone-page dt, .gemstone-page dd, .gemstone-page a, .gemstone-page summary {
  font-family: inherit;
}
@media (max-width: 900px) {
  .gemstone-page {
    grid-template-columns: 1fr;
  }
  .crystal-profile {
    position: static !important;
    order: -1;
  }
}

/* Typography */
.gemstone-main h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.3;
  margin: 0 0 0.5rem 0;
}
.gemstone-main h2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.3;
  margin: 2.5rem 0 1rem 0;
  padding-left: 16px;
  border-left: 4px solid #2D6A4F;
}
.gemstone-main h3 {
  font-size: 1.22rem;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.35;
  margin: 1.65rem 0 0.7rem 0;
}
.gemstone-main h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a2e;
  margin: 1rem 0 0.5rem 0;
}
.gemstone-main p {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  margin: 0 0 1rem 0;
}
.gemstone-main ul,
.gemstone-main ol {
  margin: 0 0 1.25rem 0;
  padding-left: 1.25rem;
}
.gemstone-main li {
  font-size: 1rem;
  line-height: 1.55;
  color: #444;
  margin-bottom: 0.35rem;
  padding-left: 0.25rem;
}
.gemstone-main li::marker {
  color: #2D6A4F;
  font-size: 1.05em;
}
.gemstone-main a {
  color: #2D6A4F !important;
  text-decoration: none !important;
  border-bottom: 1px solid #95D5B2;
  font-weight: 500;
  transition: all 0.2s;
}
.gemstone-main a:hover {
  color: #1B4332;
  border-bottom-color: #2D6A4F;
}

/* Subtitle */
.gemstone-main .subtitle {
  font-size: 1.1rem;
  color: #666;
  font-style: italic;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}

/* Images */
.gemstone-main img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 1rem 0;
  display: block;
}

/* Featured image */
.gemstone-main .featured-image {
  border-radius: 12px;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* Quick Answer box */
.gemstone-main .quick-answer {
  background: #f0f7f4;
  border-left: 4px solid #2D6A4F;
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
  margin: 1rem 0;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Intro blockquote (导语引文) */
.gemstone-main blockquote {
  border-left: 4px solid #2D6A4F;
  background: #f0f7f4;
  padding: 14px 20px;
  margin: 1rem 0;
  font-style: italic;
  color: #555;
  border-radius: 0 8px 8px 0;
  font-size: 0.98rem;
  line-height: 1.7;
}

/* Lists: use native markers so long wrapped lines align cleanly. */
.gemstone-main ul { list-style: disc; }
.gemstone-main ol { list-style: decimal; }

/* Forms table (形态表) */
.forms-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.9rem;
  table-layout: fixed;
}
.forms-table th {
  background: #f0f7f4;
  color: #2D6A4F;
  text-align: left;
  padding: 8px 10px;
  font-weight: 600;
  border-bottom: 2px solid #2D6A4F;
}
.forms-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  overflow-wrap: anywhere;
}
.forms-table tr:nth-child(even) td { background: #fafafa; }

/* Mineral data table */
.mineral-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.9rem;
}
.mineral-table td {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.mineral-table td:first-child {
  color: #999;
  width: 40%;
  font-weight: 500;
}
.mineral-table td:last-child {
  color: #333;
}

/* Benefits grid */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 1.5rem 0;
}
@media (max-width: 600px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}
.benefit-card {
  background: #f8f8f8;
  padding: 18px 20px;
  border-radius: 10px;
  border: 1px solid #eee;
  transition: box-shadow 0.2s;
}
.benefit-card:hover {
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.benefit-card h3,
.benefit-card h4 {
  color: #2D6A4F;
  margin: 0 0 8px 0;
  font-size: 1.02rem;
  line-height: 1.35;
}
.benefit-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
  color: #666;
}

/* FAQ accordion */
.faq-list {
  display: grid;
  gap: 10px;
  margin: 1.1rem 0 1.5rem;
}
.faq-list details {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
}
.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  color: #1a1a2e;
  padding: 13px 16px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.faq-list summary::after {
  content: '+';
  color: #2D6A4F;
  flex: 0 0 auto;
  font-size: 1.1rem;
  line-height: 1;
  transition: transform 0.2s;
}
.faq-list details[open] summary::after {
  content: '-';
}
.faq-list details[open] summary {
  background: #f0f7f4;
  color: #2D6A4F;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list details p {
  padding: 13px 16px 15px;
  margin: 0;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Safety badges */
.safety-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0.8rem 0;
}
.safety-badge {
  padding: 5px 12px;
  border-radius: 14px;
  font-size: 0.8rem;
  font-weight: 500;
}
.badge-safe { background: #E8F5E9; color: #2E7D32; }
.badge-fades { background: #FFF3E0; color: #E65100; }
.badge-avoid { background: #FFEBEE; color: #C62828; }

/* Audio player */
.gemstone-main audio {
  width: 100%;
  margin: 1rem 0;
}

/* ===== Sidebar: Crystal Profile Card ===== */
.crystal-profile {
  background: #f8f8f8;
  padding: 24px 22px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  position: sticky;
  top: 120px;
  align-self: start;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.crystal-profile h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 16px 0;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 2px solid #2D6A4F;
}
.crystal-profile audio {
  width: 100%;
  margin-bottom: 12px;
}
.sidebar-section {
  margin-bottom: 16px;
}
.sidebar-section h4 {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  margin: 0 0 8px 0;
  font-weight: 600;
}
.sidebar-section dl {
  display: grid;
  grid-template-columns: minmax(96px, 0.75fr) minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 8px;
  align-items: baseline;
  margin: 0;
}
.sidebar-section dt {
  font-size: 0.82rem;
  color: #999;
  min-width: 0;
  line-height: 1.35;
}
.sidebar-section dd {
  font-size: 0.92rem;
  color: #333;
  min-width: 0;
  margin: 0;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.sidebar-divider {
  height: 1px;
  background: #e0e0e0;
  margin: 12px 0;
}
.sidebar-section .safety-badges {
  margin-top: 4px;
}
.cta-button {
  display: block;
  text-align: center;
  padding: 12px 20px;
  background: #2D6A4F;
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  margin-top: 8px;
  border: none !important;
  transition: background 0.2s;
}
.cta-button:hover {
  background: #1B4332;
  color: #fff !important;
}/* End custom CSS */