.vvd-badge{display:inline-block;padding:.25rem .6rem;border-radius:999px;background:var(--vvd-badge-bg,#64748b);color:#fff;font-weight:600;font-size:.85rem;line-height:1}
.vvd-orari-blocks{display:grid;gap:1.25rem}
@media(min-width:768px){.vvd-orari-blocks{grid-template-columns:repeat(3,1fr)}}
.vvd-orari-header{background:var(--vvd-head-bg,#0ea5e9);color:#fff;padding:.6rem .9rem;border-radius:.6rem .6rem 0 0;box-shadow:inset 0 -1px 0 rgba(255,255,255,.2)}
.vvd-orari-header h4{margin:0;font-size:1rem;letter-spacing:.5px;text-transform:uppercase}
.vvd-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #9ca3af;border-radius:0 0 .6rem .6rem;overflow:hidden}
.vvd-table thead th{background:#f3f4f6;text-align:left;padding:.6rem .8rem;border-bottom:1px solid #9ca3af}
.vvd-table tbody td{padding:.6rem .8rem;border-bottom:1px solid #e5e7eb}
.vvd-table tbody tr:nth-child(odd){background:#fff}
.vvd-table tbody tr:nth-child(even){background:#f9fafb}
.vvd-corsi-list{list-style:disc; padding-left:1.25rem}
.vvd-qr canvas{display:block}
.vvd-contatta h3{margin-top:2rem}
.vvd-orari-table.widefat td input[type="time"]{width:120px}

/* Card + Button */
.vvd-card{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.04);margin:1rem 0;background:#fff}
.vvd-card-header{background:#f8fafc;padding:.6rem .9rem;border-bottom:1px solid #e5e7eb}
.vvd-card-header h4{margin:0;font-size:1rem;letter-spacing:.3px}
.vvd-card-body{padding:.75rem .9rem}
/* VVD Button (PDF) — rosso con testo bianco, hover invertito */
.vvd-btn{
  display:inline-block;
  padding:.6rem .9rem;
  border-radius:.6rem;
  border:2px solid #dc2626;
  background:#dc2626;
  color:#fff !important;
  text-decoration:none;
  font-weight:700;
  letter-spacing:.2px;
  transition:all .15s ease-in-out;
}
.vvd-btn:hover{
  background:#fff;
  color:#dc2626 !important;
  border-color:#dc2626;
  opacity:1;
}
