/* Közös stílusok – Pinceklub */
.bg-panel { background-color: #141414; }
.gold-border { border: 1px solid #d4af37; }
.btn-gold { background-color: #b8860b; color: #000; font-weight: 700; transition: all .2s; }
.btn-gold:hover { background-color: #d4af37; transform: scale(1.02); }
.btn-outline { border: 1px solid #b8860b; color: #b8860b; font-weight: 700; }
.btn-outline:hover { background-color: #b8860b; color: #000; }
input, select, textarea {
  background-color: #000; border: 1px solid #b8860b; color: #fff;
  padding: .5rem; border-radius: .25rem; width: 100%;
  margin-top: .25rem; margin-bottom: .75rem;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: #d4af37; }
label { font-size: .75rem; text-transform: uppercase; letter-spacing: .05em; color: #9ca3af; }
table input { margin: 0; }
