/* 3FIT Rezervace – vzhled sladěný s webem (Poppins, mint #3CDBC0) */
.fitrez { font-family: 'Poppins', sans-serif; max-width: 900px; margin: 0 auto; }
.fitrez h3 { margin-top: 0; }
.fitrez-hlava { display: flex; justify-content: space-between; align-items: center; }
.fitrez-odhlasit { font-size: 14px; }
.fitrez-zprava { background: #e6fbf7; border-left: 4px solid #3CDBC0; padding: 10px 14px; margin: 12px 0; border-radius: 4px; }
.fitrez-zprava.fitrez-chyba { background: #fdecec; border-left-color: #d9534f; }
.fitrez-blok { background: #fff; border: 1px solid #e5e5e5; border-radius: 10px; padding: 20px 24px; margin: 20px 0; box-shadow: 0 2px 6px rgba(0,0,0,.04); }
.fitrez-napoveda { color: #666; font-size: 14px; }
.fitrez-tabulka { width: 100%; border-collapse: collapse; margin: 10px 0 16px; }
.fitrez-tabulka th, .fitrez-tabulka td { text-align: left; padding: 8px 10px; border-bottom: 1px solid #eee; font-size: 15px; }
.fitrez-tabulka th { color: #444; font-weight: 700; }
.fitrez-form { display: flex; flex-wrap: wrap; gap: 12px; align-items: flex-end; margin-top: 8px; }
.fitrez-form label { display: flex; flex-direction: column; font-size: 13px; color: #555; gap: 4px; }
.fitrez-form input, .fitrez-form select { padding: 7px 9px; border: 1px solid #ccc; border-radius: 6px; font-family: inherit; font-size: 15px; }
.fitrez-form button, .fitrez .fitrez-smazat { cursor: pointer; border: none; border-radius: 6px; font-family: inherit; }
.fitrez-form button[type=submit] { background: #3CDBC0; color: #073b33; font-weight: 700; padding: 9px 18px; font-size: 15px; }
.fitrez-form button[type=submit]:hover { background: #2fc4ab; }
.fitrez-inline { display: inline; }
.fitrez-smazat { background: transparent; color: #c0392b; font-size: 13px; text-decoration: underline; padding: 2px 4px; }
.fitrez-nahled { display: flex; flex-direction: column; gap: 6px; }
.fitrez-den { font-size: 15px; }
.fitrez-slot { display: inline-block; background: #f0f4f3; border: 1px solid #d8e4e1; border-radius: 6px; padding: 2px 9px; margin: 2px 3px; font-size: 14px; }
.fitrez-slot-extra { background: #e6fbf7; border-color: #3CDBC0; }
.fitrez #loginform { max-width: 360px; }
.fitrez #loginform input[type=text], .fitrez #loginform input[type=password] { width: 100%; padding: 8px; border: 1px solid #ccc; border-radius: 6px; }
.fitrez #loginform .button-primary { background: #3CDBC0; border: none; color: #073b33; font-weight: 700; padding: 9px 18px; border-radius: 6px; cursor: pointer; }
/* žádosti trenéra */
.fitrez-ceka { background: #fffbe8; }
.fitrez-akce { white-space: nowrap; }
.fitrez-rozhodnuti { display: flex; flex-direction: column; gap: 6px; min-width: 220px; }
.fitrez-rozhodnuti textarea { width: 100%; padding: 6px 8px; border: 1px solid #ccc; border-radius: 6px; font-family: inherit; font-size: 13px; }
.fitrez-mailto { font-size: 13px; color: #0a7a68 !important; text-decoration: none; }
.fitrez-mailto:hover { text-decoration: underline; }
.fitrez-navod { margin: 10px 0 14px; border: 1px solid #d8e4e1; border-radius: 8px; background: #f8fbfa; }
.fitrez-navod summary { cursor: pointer; padding: 10px 14px; font-weight: 700; color: #0a7a68; }
.fitrez-navod > div { padding: 4px 18px 14px; font-size: 14px; }
.fitrez-navod h4 { margin: 14px 0 6px; }
.fitrez-navod ol { margin: 6px 0 10px 20px; }
.fitrez-archiv summary { cursor: pointer; font-weight: 700; color: #444; }
.fitrez-archiv ul { list-style: none; margin: 10px 0 0; padding: 0; max-height: 320px; overflow-y: auto; }
.fitrez-archiv li { font-size: 13px; color: #555; padding: 3px 0; border-bottom: 1px dashed #eee; }
.fitrez-schvalit, .fitrez-zamitnout { cursor: pointer; border: none; border-radius: 6px; font-family: inherit; font-size: 13px; padding: 6px 12px; margin: 0 3px 3px 0; font-weight: 700; }
.fitrez-schvalit { background: #3CDBC0; color: #073b33; }
.fitrez-zamitnout { background: #f3d3d0; color: #7c221b; }

/* klientský kalendář */
.fitrez-kroky { display: flex; margin: 10px 0 6px; }
.fitrez-krok { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; padding: 0 10px; font-size: 14px; color: #333; line-height: 1.45; }
.fitrez-krok-cislo { flex: none; width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, #3CDBC0, #2fc4ab); color: #073b33; font-weight: 700; font-size: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; box-shadow: 0 3px 10px rgba(60, 219, 192, .45); }
.fitrez-krok:not(:last-child)::after { content: ''; position: absolute; top: 18px; left: calc(50% + 28px); width: calc(100% - 56px); height: 2px; background: linear-gradient(90deg, #3CDBC0, #d8e4e1); border-radius: 2px; }
.fitrez-krok span:last-child { max-width: 210px; }
.fitrez-hint { text-align: center; color: #666; font-size: 14px; margin: 6px 0 14px; }
.fitrez-gdpr { display: flex !important; flex-direction: row !important; align-items: flex-start; gap: 8px; font-size: 14px !important; }
.fitrez-gdpr input { width: 18px; height: 18px; margin-top: 2px; }
.fitrez-schovany { display: none; }
.fitrez-legenda { display: flex; flex-wrap: wrap; gap: 14px; margin: 10px 0 16px; }
.fitrez-legenda-polozka { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; color: #444; }
.fitrez-tecka { display: inline-block; width: 10px; height: 10px; border-radius: 50%; }
.fitrez-kal-wrap { display: flex; gap: 22px; align-items: flex-start; }
.fitrez-kalendar { flex: 1.4; background: #fff; border: 1px solid #e5e5e5; border-radius: 10px; padding: 12px; }
.fitrez-kal-nav { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; gap: 8px; }
.fitrez-kal-mesic { font-size: 17px; text-transform: capitalize; }
.fitrez-kal-sipka { font-size: 14px; text-decoration: none; color: #0a7a68 !important; font-weight: 700; text-transform: capitalize; }
.fitrez-kal-sipka:hover { text-decoration: underline; }
.fitrez-form-blok { margin-top: 22px; }
.fitrez-form-blok h3 .fitrez-tecka { width: 14px; height: 14px; margin-right: 4px; }
.fitrez-radek { display: flex; gap: 12px; flex-wrap: wrap; }
.fitrez-radek label { flex: 1; min-width: 160px; }
.fitrez-kal-radek { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-bottom: 4px; }
.fitrez-kal-hlavicka .fitrez-kal-bunka { font-weight: 700; color: #666; font-size: 13px; text-align: center; padding: 4px 0; }
.fitrez-kal-den { min-height: 52px; border-radius: 8px; padding: 5px 6px; background: #f6f8f7; display: flex; flex-direction: column; justify-content: space-between; text-decoration: none !important; color: inherit; font-size: 14px; }
.fitrez-kal-cislo { line-height: 1.1; }
.fitrez-kal-mimo { opacity: .35; }
.fitrez-kal-dnes .fitrez-kal-cislo { font-weight: 700; text-decoration: underline; }
.fitrez-kal-volno { background: #fff; border: 1px solid #d8e4e1; cursor: pointer; }
.fitrez-kal-volno:hover { border-color: #3CDBC0; box-shadow: 0 1px 4px rgba(0,0,0,.08); }
.fitrez-kal-vybrany { border: 2px solid #3CDBC0 !important; box-shadow: 0 0 0 2px rgba(60,219,192,.25); }
.fitrez-tecky { display: flex; gap: 3px; flex-wrap: wrap; }
.fitrez-tecky .fitrez-tecka { width: 8px; height: 8px; }
.fitrez-panel { flex: 1; background: #fff; border: 1px solid #e5e5e5; border-radius: 10px; padding: 16px 18px; position: sticky; top: 90px; }
.fitrez-panel h4 { margin: 0 0 10px; }
.fitrez-panel-casy { display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px; }
.fitrez-cas { display: flex; justify-content: space-between; gap: 10px; align-items: center; border: 1px solid #e5e5e5; border-left: 5px solid #3CDBC0; border-radius: 7px; padding: 8px 12px; text-decoration: none !important; color: inherit; font-size: 15px; }
.fitrez-cas span { color: #666; font-size: 13px; }
.fitrez-cas:hover { border-color: #bbb; }
.fitrez-cas-aktivni { background: #e6fbf7; border-color: #3CDBC0; }
.fitrez-panel-form { border-top: 1px solid #eee; padding-top: 12px; }
.fitrez-form-svisly { flex-direction: column; align-items: stretch; }
.fitrez-form textarea { padding: 7px 9px; border: 1px solid #ccc; border-radius: 6px; font-family: inherit; font-size: 15px; }
.fitrez-skryte { position: absolute !important; left: -9999px !important; height: 1px; width: 1px; overflow: hidden; }

@media (max-width: 760px) {
  .fitrez-blok { padding: 14px; }
  .fitrez-form { flex-direction: column; align-items: stretch; }
  .fitrez-kal-wrap { flex-direction: column; }
  .fitrez-panel { position: static; width: 100%; }
  .fitrez-kal-den { min-height: 44px; }
  .fitrez-kroky { flex-direction: column; gap: 12px; align-items: stretch; }
  .fitrez-krok { flex-direction: row; text-align: left; gap: 12px; padding: 0; }
  .fitrez-krok-cislo { margin-bottom: 0; }
  .fitrez-krok:not(:last-child)::after { display: none; }
  .fitrez-krok span:last-child { max-width: none; }
}
