/* Black & Gold theme */
.cvs-wrapper, .cvs-table-wrapper { background:#0b0b0b; color:#ffd76e; padding:14px; border-radius:10px; }
.cvs-table { width:100%; border-collapse:collapse; box-shadow:0 8px 18px rgba(0,0,0,0.6); }
.cvs-table th { background:linear-gradient(180deg,#1b1b1b,#2b2b2b); color:#ffd76e; padding:10px; text-align:center; }
.cvs-table td { background:#0f0f0f; color:#fff; padding:10px; text-align:center; border-top:1px solid rgba(255,215,110,0.04); }
.flag-cell img{ width:28px; height:auto; display:block; margin:0 auto; border-radius:4px; }
.cvs-calc { max-width:700px; margin:18px auto; text-align:center; }
.cvs-calc .cvs-calc-inner{ background:linear-gradient(180deg,#141414,#1f1f1f); padding:18px; border-radius:8px; }
.cvs-calc .cvs-calc-top img{ width:64px; border-radius:8px; display:block; margin:0 auto; }
.cvs-calc .cvs-calc-top #cvs-country{ font-size:18px; margin-top:8px; color:#ffd76e; font-weight:800; text-align:center; }
.cvs-calc input, .cvs-calc select { padding:12px; border-radius:10px; border:1px solid rgba(255,215,110,0.2); background:#000; color:#ffd76e; margin:8px; }
.cvs-calc button { padding:12px 18px; border-radius:10px; background:#ffd76e; color:#000; border:none; cursor:pointer; font-weight:700; }
.cvs-calc-result { margin-top:14px; font-size:16px; color:#fff; }
@media (max-width:768px){
  .cvs-table th:nth-child(1), .cvs-table td:nth-child(1),
  .cvs-table th:nth-child(3), .cvs-table td:nth-child(3),
  .cvs-table th:nth-child(4), .cvs-table td:nth-child(4),
  .cvs-table th:nth-child(7), .cvs-table td:nth-child(7),
  .cvs-table th:nth-child(8), .cvs-table td:nth-child(8) { display:none; }
  .cvs-table td, .cvs-table th { padding:12px 6px; font-size:14px; }
  .cvs-calc input, .cvs-calc select { width:80%; display:block; margin:8px auto; }
  .cvs-calc button { width:50%; display:block; margin:12px auto; }
}
