/* Gold & Silver Value/Worth hub */
.vw-page {
  max-width: 960px;
  margin: 0 auto 40px;
  padding: 0 16px;
  color: #222;
}
.vw-breadcrumbs {
  margin: 16px 0 8px;
  font-size: 13px;
  color: #666;
}
.vw-breadcrumbs a { color: #0056b3; }
.vw-live-answer {
  background: linear-gradient(180deg, #f7f4ef 0%, #fff 70%);
  border: 1px solid #e5e0d6;
  border-radius: 10px;
  padding: 24px 22px;
  margin: 12px 0 28px;
}
.vw-live-answer h1 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.25;
  color: #1a1a1a;
}
.answer-hero {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}
.answer-hero .hero-image {
  flex: 0 0 auto;
}
.answer-hero .hero-image img {
  display: block;
  width: 140px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e5e0d6;
}
.answer-hero .value-display {
  flex: 1 1 auto;
  min-width: 0;
}
.vw-primary-value {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #111;
}
.vw-value-context,
.vw-last-updated,
.vw-conversion-note,
.vw-spot-change {
  display: block;
  color: #555;
  margin-top: 4px;
}
.vw-spot-change.up { color: #166534; font-weight: 600; }
.vw-spot-change.down { color: #9a3412; font-weight: 600; }
.vw-spot-change.flat { color: #555; font-weight: 600; }
.vw-section {
  margin: 0 0 32px;
}
.vw-section h2 {
  font-size: 22px;
  margin: 0 0 12px;
  color: #1a1a1a;
}
.vw-section h3 {
  font-size: 17px;
  margin: 18px 0 8px;
}
.vw-table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 16px;
  font-size: 14px;
}
.vw-table th,
.vw-table td {
  border: 1px solid #e5e7eb;
  padding: 10px 12px;
  text-align: left;
}
.vw-table th {
  background: #f8f9fa;
  font-weight: 600;
}
.vw-table tr.current td {
  background: #f3eefc;
  font-weight: 600;
}
.vw-premium-snapshot {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin: 12px 0 16px;
}
.vw-snapshot-row {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 14px;
}
.vw-snapshot-row .label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b7280;
  font-weight: 700;
}
.vw-snapshot-row .value {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}
.vw-premium-context.favorable { color: #166534; }
.vw-premium-context.elevated { color: #9a3412; }
.vw-premium-context.neutral { color: #374151; }
.vw-premium-context.below-melt { color: #166534; font-weight: 600; }
.vw-product-list {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}
.vw-product-list li,
.vw-product-list .product-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.vw-product-list .product-thumb {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  object-fit: contain;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
}
.vw-product-list .product-info {
  flex: 1 1 auto;
  min-width: 0;
}
.vw-hub-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin: 28px 0 12px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}
.vw-hub-nav a { font-weight: 600; }
.vw-spoke-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
  margin: 16px 0;
}
.vw-spoke-card {
  display: block;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 14px;
  text-decoration: none;
  color: inherit;
  background: #fff;
}
.vw-spoke-card:hover {
  border-color: #c4b5fd;
  background: #faf8ff;
}
.vw-spoke-card .spoke-weight {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}
.vw-spoke-card .spoke-melt,
.vw-spoke-card .spoke-prem {
  display: block;
  font-size: 13px;
  color: #555;
}
.vw-weight-comparison {
  font-size: 13px;
}
.vw-weight-comparison td a { font-weight: 600; }
@media (max-width: 768px) {
  .vw-primary-value { font-size: 32px; }
  .vw-live-answer h1 { font-size: 24px; }
  .vw-table { display: block; overflow-x: auto; }
  .answer-hero {
    flex-direction: column;
    align-items: flex-start;
  }
  .answer-hero .hero-image img {
    width: 120px;
  }
}
