/* ==========================================================================
   fable_business - frontend styles (fbiz-)
   Modal sloni na obstojecih auth-modal-* slogih teme fable.
   ========================================================================== */

/* ── CTA (stran oglasevanje-si) ── */
.fbiz-cta-wrap { text-align: center; margin: 34px auto 44px; max-width: 640px; }
.fbiz-cta-btn {
  display: inline-block; padding: 14px 34px; background: #111; color: #fff !important;
  border-radius: 10px; font-size: 17px; font-weight: 700; text-decoration: none;
  transition: opacity .15s ease;
}
.fbiz-cta-btn:hover { opacity: .85; }
.fbiz-cta-note { margin-top: 10px; color: #777; font-size: 13px; }

/* ── Modal ── */
#fbiz-register-modal { display: none; position: fixed; inset: 0; z-index: 10050; align-items: center; justify-content: center; }
#fbiz-register-modal.open { display: flex; }
#fbiz-register-modal .auth-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.55); backdrop-filter: blur(3px); }
.fbiz-modal-box { position: relative; z-index: 1; max-width: 540px; width: calc(100% - 30px); max-height: 90vh; overflow-y: auto; background: #fff; border-radius: 18px; padding: 26px 28px; }
.fbiz-modal-box .auth-modal-close { position: absolute; top: 12px; right: 14px; background: none; border: 0; font-size: 26px; line-height: 1; cursor: pointer; color: #555; }
.fbiz-form-section { margin: 18px 0 8px; font-size: 14px; text-transform: uppercase; letter-spacing: .4px; color: #666; border-bottom: 1px solid #eee; padding-bottom: 5px; }
.fbiz-field-row { display: flex; gap: 12px; }
.fbiz-field-row .auth-field { flex: 1; }
.fbiz-modal-box input[type="text"], .fbiz-modal-box input[type="email"], .fbiz-modal-box input[type="password"], .fbiz-modal-box input[type="url"] { width: 100%; box-sizing: border-box; }
.fbiz-submit { width: 100%; margin-top: 14px; }
.fbiz-form-note { margin-top: 10px; font-size: 12px; color: #888; }

/* ── Skupni elementi (onboarding, dashboard) ── */
.fbiz-box { background: #fff; border: 1px solid #e6e6e6; border-radius: 12px; padding: 20px 22px; margin: 0 0 18px; }
.fbiz-box h3 { margin: 0 0 10px; }
.fbiz-muted { color: #777; font-size: 13px; }
.fbiz-warning { background: #fff7e6; border: 1px solid #ffd591; border-radius: 8px; padding: 10px 14px; color: #7a5200; font-size: 14px; }
.fbiz-data-table { width: 100%; border-collapse: collapse; margin: 8px 0; }
.fbiz-data-table td { padding: 6px 8px; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.fbiz-data-table td:first-child { color: #777; width: 38%; }
.fbiz-check { display: flex; gap: 9px; align-items: flex-start; margin: 10px 0; font-size: 14px; cursor: pointer; }
.fbiz-check input { margin-top: 3px; }
.fbiz-check-small { font-size: 13px; margin: 8px 0; }
.fbiz-badge { display: inline-block; padding: 2px 9px; border-radius: 20px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.fbiz-badge-trial { background: #e6f4ff; color: #0958d9; }

/* ── Dashboard ── */
.fbiz-dashboard { max-width: 860px; }
.fbiz-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 18px; }
.fbiz-tab { padding: 8px 16px; border-radius: 22px; background: #f2f2f2; color: #333 !important; text-decoration: none; font-size: 14px; }
.fbiz-tab.active { background: #111; color: #fff !important; }
.fbiz-packages { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 14px; }
.fbiz-package-card { border: 1px solid #e6e6e6; border-radius: 12px; padding: 16px; }
.fbiz-package-card h4 { margin: 0 0 6px; }
.fbiz-package-features { margin: 8px 0; padding-left: 18px; font-size: 13px; color: #444; }
.fbiz-package-price { font-size: 17px; margin: 10px 0; }
.fbiz-item-row { border: 1px solid #e9e9e9; border-radius: 10px; padding: 10px 14px; margin: 0 0 10px; }
.fbiz-item-row summary { cursor: pointer; font-size: 14px; }
.fbiz-item-new { border-style: dashed; }
.fbiz-inline-form { margin-top: 12px; }
.fbiz-hours-row { display: flex; align-items: center; gap: 10px; margin: 4px 0; }
.fbiz-hours-row span { width: 100px; font-size: 13px; color: #666; }
.fbiz-hours-row input { flex: 1; }
.fbiz-btn-delete { margin-top: 8px; }
.fbiz-cover-preview { width: 100%; height: 120px; border-radius: 10px; background-size: cover; background-position: center; margin: 6px 0 10px; border: 1px solid #eee; }

/* ── Javni profil podjetja ── */
.fbiz-profile-header { margin: 0 0 22px; }
.fbiz-cover { width: 100%; height: 180px; border-radius: 14px; background: linear-gradient(120deg, #eef1f4, #dfe5ea); background-size: cover; background-position: center; }
.fbiz-profile-head-row { display: flex; align-items: flex-end; gap: 18px; padding: 0 18px; margin-top: -44px; flex-wrap: wrap; }
.fbiz-logo img { width: 96px; height: 96px; border-radius: 16px; object-fit: cover; border: 4px solid #fff; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.08); }
.fbiz-profile-head-main { flex: 1; min-width: 220px; padding-bottom: 4px; }
.fbiz-display-name { margin: 0 0 2px; font-size: 24px; }
.fbiz-company-line { margin: 0 0 6px; color: #666; font-size: 14px; }
.fbiz-socials { display: flex; gap: 8px; }
.fbiz-social-link {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%; background: #f0f0f0; color: #333 !important; font-size: 15px;
}
.fbiz-social-link:hover { background: #e2e2e2; }
.fbiz-shop-btn-wrap { padding-bottom: 8px; }
.fbiz-shop-btn { display: inline-block; padding: 10px 20px; background: #111; color: #fff !important; border-radius: 8px; font-weight: 700; text-decoration: none; font-size: 14px; }
.fbiz-shop-btn:hover { opacity: .85; }

/* ── Widgeti (poslovalnice, kontakti) ── */
.fbiz-widget h3 { font-size: 16px; margin: 0 0 10px; }
.fbiz-widget h3 i { margin-right: 6px; color: #888; }
.fbiz-branch, .fbiz-contact { padding: 10px 0; border-top: 1px solid #f0f0f0; font-size: 14px; }
.fbiz-branch:first-of-type, .fbiz-contact:first-of-type { border-top: 0; }
.fbiz-branch-address { margin: 2px 0 6px; color: #666; }
.fbiz-hours { width: 100%; border-collapse: collapse; font-size: 12.5px; }
.fbiz-hours td { padding: 2px 4px; color: #555; }
.fbiz-hours td:first-child { color: #999; width: 45%; }
.fbiz-contact-position { display: block; font-size: 12.5px; color: #888; margin: 1px 0 4px; }
.fbiz-contact p { margin: 2px 0; }
.fbiz-contact i { width: 16px; color: #999; }

@media (max-width: 600px) {
  .fbiz-field-row { flex-direction: column; gap: 0; }
  .fbiz-profile-head-row { margin-top: -30px; }
  .fbiz-logo img { width: 72px; height: 72px; }
  .fbiz-cover { height: 130px; }
}
