.chest-guide-section {
  padding-bottom: 80px;
}

.chest-guide-header {
  text-align: center;
  margin: 0 auto 28px;
  max-width: 1280px;
  padding: 22px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(20, 12, 35, 0.96), rgba(9, 6, 18, 0.98));
  border: 1px solid rgba(255, 196, 77, 0.22);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.38);
}

.chest-guide-header h1 {
  margin: 0;
  color: #ffd27a;
  font-family: 'Cinzel', serif;
}

.chest-guide-card {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(20, 12, 35, 0.96), rgba(9, 6, 18, 0.98));
  border: 1px solid rgba(255, 196, 77, 0.22);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.38);
}

.chest-guide-collapse {
  max-width: 1280px;
  margin: 0 auto;
}

.chest-guide-collapse-spaced {
  margin-top: 24px;
}

.chest-guide-collapse-summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(20, 12, 35, 0.96), rgba(9, 6, 18, 0.98));
  border: 1px solid rgba(255, 196, 77, 0.22);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.38);
  color: #ffd27a;
  font-family: 'Cinzel', serif;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chest-guide-collapse-summary::-webkit-details-marker {
  display: none;
}

.chest-guide-collapse-summary::after {
  content: '+';
  font-size: 1.35rem;
  line-height: 1;
}

.chest-guide-collapse[open] .chest-guide-collapse-summary::after {
  content: '-';
}

.chest-guide-collapse-panel {
  margin-top: 18px;
}

.chest-guide-card-spaced {
  margin-top: 24px;
}

.chest-guide-card-split {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  gap: 22px;
  align-items: start;
}

.chest-guide-copy h2,
.chest-guide-card h2,
.chest-guide-card h3 {
  margin: 0 0 12px;
  color: #ffd27a;
  font-family: 'Cinzel', serif;
}

.chest-guide-copy p,
.chest-guide-card p {
  margin: 0 0 14px;
  color: #ece6f6;
  line-height: 1.7;
}

.chest-guide-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 196, 77, 0.16);
  border-radius: 18px;
  background: rgba(9, 6, 18, 0.56);
}

.chest-guide-loot-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

.chest-guide-simple-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 360px;
  table-layout: fixed;
}

.chest-guide-simple-table th,
.chest-guide-simple-table td {
  padding: 14px 18px;
  text-align: left;
  vertical-align: top;
}

.chest-guide-simple-table th {
  color: #ffd27a;
  font-family: 'Cinzel', serif;
  font-size: 0.95rem;
  background: rgba(255, 196, 77, 0.08);
}

.chest-guide-simple-table td {
  color: #ece6f6;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  line-height: 1.6;
}

.chest-guide-simple-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.02);
}

.chest-guide-simple-table th:first-child,
.chest-guide-simple-table td:first-child {
  width: 38%;
}

.chest-guide-loot-table th,
.chest-guide-loot-table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

.chest-guide-loot-table th {
  color: #ffd27a;
  font-family: 'Cinzel', serif;
  font-size: 0.95rem;
  background: rgba(255, 196, 77, 0.08);
}

.chest-guide-loot-table td {
  color: #ece6f6;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  line-height: 1.6;
}

.chest-guide-loot-table th:nth-child(2),
.chest-guide-loot-table th:nth-child(4),
.chest-guide-loot-table th:nth-child(6),
.chest-guide-loot-table th:nth-child(8),
.chest-guide-loot-table th:nth-child(10),
.chest-guide-loot-table td:nth-child(2),
.chest-guide-loot-table td:nth-child(4),
.chest-guide-loot-table td:nth-child(6),
.chest-guide-loot-table td:nth-child(8),
.chest-guide-loot-table td:nth-child(10) {
  border-right: 1px solid rgba(255, 196, 77, 0.16);
}

.chest-guide-loot-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.02);
}

.chest-guide-image {
  margin: 0;
}

.chest-guide-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

@media (max-width: 900px) {
  .chest-guide-card-split {
    grid-template-columns: 1fr;
  }
}
