/* Runners.hr Plugin styles */
.rhr-sc-utrke,.rhr-sc-klubovi{width:100%;}
.rhr-prijava-form{max-width:680px;}
.rhr-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px;}
.rhr-form-field{display:flex;flex-direction:column;gap:5px;}
.rhr-full{grid-column:1/-1;}
.rhr-form-field label{font-size:12px;font-weight:600;color:rgba(245,242,237,.55);letter-spacing:.06em;text-transform:uppercase;}
.rhr-form-field input,.rhr-form-field select,.rhr-form-field textarea{background:var(--rhr-card,#181818);border:0.5px solid rgba(255,255,255,.14);border-radius:2px;color:var(--rhr-white,#f5f2ed);font-family:inherit;font-size:14px;padding:10px 12px;outline:none;transition:border-color .2s;}
.rhr-form-field input:focus,.rhr-form-field select:focus,.rhr-form-field textarea:focus{border-color:var(--rhr-accent,#e8401c);}
.rhr-form-field select option{background:#181818;}
.rhr-form-field textarea{resize:vertical;min-height:100px;}
.rhr-form-section-title{font-size:13px;font-weight:600;color:var(--rhr-white,#f5f2ed);margin:20px 0 12px;padding-bottom:8px;border-bottom:0.5px solid rgba(255,255,255,.1);}
.rhr-event-tabs{display:flex;gap:8px;margin-top:8px;}
.rhr-form-success{background:rgba(29,158,117,.12);border:0.5px solid rgba(29,158,117,.35);border-radius:3px;padding:16px 20px;color:#5dcaa5;font-size:14px;margin-bottom:16px;}
.rhr-form-error{background:rgba(232,64,28,.1);border:0.5px solid rgba(232,64,28,.3);border-radius:3px;padding:10px 14px;color:#e8401c;font-size:13px;margin-bottom:14px;}
.rhr-form-note{font-size:12px;color:rgba(245,242,237,.35);margin-top:8px;}
.rhr-evt-item{background:var(--rhr-card,#181818);border:0.5px solid rgba(255,255,255,.12);border-radius:3px;padding:14px;margin-bottom:10px;}
.rhr-evt-item-hdr{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;}
.rhr-evt-title{font-size:13px;font-weight:500;color:var(--rhr-white,#f5f2ed);display:flex;align-items:center;gap:8px;}
.rhr-evt-type{font-size:10px;padding:2px 8px;border-radius:8px;}
.evt-type-rep{background:rgba(29,158,117,.2);color:#5dcaa5;}
.evt-type-once{background:rgba(186,117,23,.2);color:#fac775;}
.rhr-evt-rm{font-size:10px;color:#e8401c;border:0.5px solid #e8401c;background:none;padding:3px 8px;border-radius:2px;cursor:pointer;}
.rhr-evt-fields{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;}
.rhr-evt-fields-2{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px;}
.rhr-rep-box{background:rgba(0,0,0,.2);border:0.5px solid rgba(255,255,255,.1);border-radius:2px;padding:10px 12px;margin-top:8px;}
.rhr-days{display:flex;gap:4px;margin-top:6px;}
.rhr-day-btn{width:30px;height:26px;display:flex;align-items:center;justify-content:center;font-size:10px;border:0.5px solid rgba(255,255,255,.15);border-radius:2px;background:none;color:rgba(245,242,237,.45);cursor:pointer;font-family:inherit;}
.rhr-day-btn.active{background:#2271b1;color:#fff;border-color:#2271b1;}
@media(max-width:640px){.rhr-form-grid,.rhr-evt-fields,.rhr-evt-fields-2{grid-template-columns:1fr;}.rhr-full{grid-column:1;}}

/* ── Club gate (nije prijavljen) ── */
.rhr-club-gate {
  max-width: 560px;
  padding: 2rem 2.5rem;
  background: var(--rhr-card, #181818);
  border: 0.5px solid rgba(255,255,255,0.12);
  border-radius: 8px;
}
.rhr-club-gate-icon {
  font-size: 2rem; color: var(--rhr-accent, #e8401c);
  margin-bottom: 1rem;
}
.rhr-club-gate-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem; letter-spacing: 0.03em;
  color: var(--rhr-white, #f5f2ed);
  margin-bottom: 0.75rem;
}
.rhr-club-gate-text {
  font-size: 0.9rem; color: rgba(245,242,237,0.6);
  line-height: 1.65; margin-bottom: 1.5rem;
}
.rhr-club-gate-steps {
  display: flex; flex-direction: column; gap: 1rem;
  margin-bottom: 1.75rem;
}
.rhr-club-gate-step {
  display: flex; gap: 1rem; align-items: flex-start;
}
.rhr-club-gate-num {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--rhr-accent, #e8401c);
  color: #fff; font-size: 0.75rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.rhr-club-gate-step strong {
  display: block; font-size: 0.9rem; font-weight: 500;
  color: var(--rhr-white, #f5f2ed); margin-bottom: 0.25rem;
}
.rhr-club-gate-step p {
  font-size: 0.825rem; color: rgba(245,242,237,0.5);
  line-height: 1.6; margin: 0;
}
.rhr-link {
  color: var(--rhr-accent, #e8401c); text-decoration: none;
}
.rhr-link:hover { text-decoration: underline; }
