
/* Extra theme CSS (kept minimal; main styles live in style.css) */
header .menu a {padding:.4rem .6rem;border-radius:.5rem}
header .menu a:hover {background: rgba(255,193,7,.1)}
.calculator-wrap .card {padding:1rem}

/* Plugin output fix: make gold calculator payout visible */
.sp-gold-wrap,
.sp-gold-result,
.sp-gold-wrap p,
.sp-gold-wrap span {
  color: #ffc107 !important;
  font-weight: 600;
}

/* SellingPrice Gold Calculator: ensure note/result are visible on dark themes */
.sp-note {
  color: #ffc107 !important;
  background: transparent !important;
  border-left: 3px solid #ffc107 !important;
  padding: .5rem .75rem !important;
  margin-top: .5rem !important;
}
.sp-result {
  color: #ffffff !important;            /* result number readable */
  background: rgba(255, 193, 7, .08) !important;
  border: 1px solid rgba(255, 193, 7, .35) !important;
  border-radius: .75rem !important;
  padding: .75rem 1rem !important;
  font-weight: 700 !important;
}
/* generic plugin wrapper safeguard */
[class*="sp-"] input, [class*="sp-"] select, [class*="sp-"] button {
  color: #111 !important;
}
