.fg-form {
  display: grid;
  gap: 16px;
  width: 100%;
}

.fg-form label {
  display: grid;
  gap: 6px;
  font-weight: 600;
}

.fg-form input,
.fg-form select,
.fg-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(20, 20, 20, 0.16);
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
}

.fg-form textarea {
  min-height: 120px;
}

.fg-form label.is-error,
.fg-form fieldset.is-error {
  color: #b42318;
}

.fg-form label.is-error input,
.fg-form label.is-error select,
.fg-form label.is-error textarea,
.fg-form fieldset.is-error {
  border-color: #f04438;
  box-shadow: 0 0 0 3px rgba(240, 68, 56, 0.12);
}

.fg-form-inline-status {
  margin-bottom: 0;
}

.fg-form-error {
  margin-top: 6px;
  color: #b42318;
  font-size: 0.92rem;
  font-weight: 600;
}

.fg-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fg-inline {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.7fr) auto;
  align-items: end;
}

.fg-check {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 10px !important;
  align-items: flex-start;
  font-weight: 500 !important;
}

.fg-check input {
  width: auto;
  min-height: auto;
  margin-top: 5px;
}

.fg-fieldset {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 8px;
  margin: 0;
  padding: 14px;
}

.fg-fieldset legend {
  padding: 0 6px;
  font-weight: 700;
}

.fg-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.fg-notice {
  border-radius: 8px;
  margin: 0 0 16px;
  padding: 12px 14px;
  font-weight: 600;
}

.fg-notice-ok {
  background: #ecfdf3;
  color: #05603a;
}

.fg-notice-error {
  background: #fff1f0;
  color: #b42318;
}

.fg-notice-info {
  background: #eff8ff;
  color: #175cd3;
}

.fg-packages {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fg-package {
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 8px;
  padding: 20px;
}

.fg-package h3 {
  margin-top: 0;
}

.fg-credit-total {
  margin: 0 0 14px;
  font-size: 1rem;
  font-weight: 700;
}

.reservation-form h3,
.reservation-form h4 {
  margin-bottom: 0;
}

.form-box {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 8px;
  padding: 16px;
}

.package-info {
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 14px;
}

.package-info p {
  margin: 0 0 8px;
}

.package-info ul {
  margin-bottom: 0;
}

.fg-checkout {
  display: grid;
  gap: 14px;
}

.fg-price {
  font-size: 1.5rem;
  font-weight: 800;
}

.fg-payment-status {
  min-height: 24px;
  font-weight: 700;
}

.fg-payment-status.is-error {
  color: #b42318;
}

.fg-user-dashboard {
  display: grid;
  gap: 24px;
}

.fg-dashboard-header {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  align-items: stretch;
}

.fg-dashboard-eyebrow {
  margin: 0 0 8px;
  color: #667085;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fg-dashboard-balance,
.fg-dashboard-card {
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.fg-dashboard-balance {
  display: grid;
  gap: 8px;
  align-content: start;
}

.fg-dashboard-balance strong {
  font-size: 2rem;
  line-height: 1;
}

.fg-dashboard-balance__label {
  color: #667085;
  font-size: 0.9rem;
  font-weight: 700;
}

.fg-dashboard-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fg-dashboard-card h3,
.fg-dashboard-card h4 {
  margin-top: 0;
}

.fg-dashboard-stats {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.fg-dashboard-stats li {
  display: grid;
  gap: 6px;
  border-radius: 8px;
  background: #f8fafc;
  padding: 12px;
}

.fg-dashboard-stats span {
  color: #667085;
  font-size: 0.9rem;
}

.fg-dashboard-stats strong {
  font-size: 1.15rem;
}

.fg-dashboard-table {
  width: 100%;
  border-collapse: collapse;
}

.fg-dashboard-table th,
.fg-dashboard-table td {
  padding: 10px 8px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  text-align: left;
  vertical-align: top;
}

.fg-credit-packages,
.fg-credit-packages-mini__list {
  display: grid;
  gap: 16px;
}

.fg-credit-packages {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fg-credit-packages-mini {
  margin-top: 18px;
}

.fg-credit-mini-card {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 8px;
  background: #f8fafc;
  padding: 12px;
}

.fg-search {
  position: relative;
  width: 100%;
}

.fg-search-form {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.fg-search-form input[type="search"] {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(20, 20, 20, 0.16);
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
}

.fg-search-form button {
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.fg-search-results {
  position: absolute;
  z-index: 50;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  display: grid;
  gap: 8px;
  max-height: min(70vh, 520px);
  overflow: auto;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(20, 20, 20, 0.12);
  padding: 10px;
}

.fg-search-item {
  display: grid;
  gap: 12px;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  border-radius: 8px;
  color: inherit;
  padding: 8px;
  text-decoration: none;
}

.fg-search-item:hover,
.fg-search-item:focus {
  background: rgba(20, 20, 20, 0.05);
}

.fg-search-item img {
  width: 58px;
  height: 58px;
  border-radius: 6px;
  object-fit: cover;
}

.fg-search-item-body {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.fg-search-item-body strong,
.fg-search-item-body em,
.fg-search-item-body small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fg-newsletter-categories {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 12px;
  padding: 14px;
}

.fg-newsletter-categories legend {
  font-weight: 700;
  padding: 0 6px;
}

.fg-help {
  margin: 0;
  color: #667085;
  font-size: 0.95rem;
}

.fg-newsletter-modal-open,
.fg-newsletter-modal-open body {
  overflow: hidden;
}

.fg-newsletter-trigger {
  position: fixed;
  left: 18px;
  bottom: 24px;
  z-index: 9988;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8f2f, #ff5b5b);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 10px 14px;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(12, 17, 29, 0.2);
  opacity: 0.92;
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.fg-newsletter-trigger:hover,
.fg-newsletter-trigger:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(12, 17, 29, 0.24);
}

.fg-newsletter-modal__overlay {
  position: fixed;
  inset: 0;
  z-index: 9989;
  background: rgba(8, 15, 29, 0.66);
  backdrop-filter: blur(5px);
}

.fg-newsletter-modal__dialog {
  position: fixed;
  z-index: 9990;
  top: 50%;
  left: 50%;
  width: min(760px, calc(100vw - 28px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(8, 15, 29, 0.34);
  padding: 26px;
}

.fg-newsletter-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.fg-newsletter-modal__eyebrow {
  margin-bottom: 10px;
  color: #ff8f2f;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fg-newsletter-modal__dialog h2 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.05;
}

.fg-newsletter-modal__dialog > p {
  margin: 0 0 18px;
  color: #475467;
  font-size: 1rem;
  line-height: 1.7;
}

.fg-newsletter-modal__benefits {
  display: grid;
  gap: 8px;
  margin: 0 0 20px;
  padding-left: 18px;
  color: #0f172a;
}

.fg-newsletter-modal__form {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  padding-top: 18px;
}

.fg-cookie-consent-open,
.fg-cookie-consent-open body {
  overflow: hidden;
}

.fg-cookie-consent[hidden] {
  display: block !important;
}

.fg-cookie-consent[hidden] .fg-cookie-consent__backdrop,
.fg-cookie-consent[hidden] .fg-cookie-consent__panel {
  display: none;
}

.fg-cookie-consent__backdrop {
  position: fixed;
  inset: 0;
  z-index: 9986;
  background: rgba(8, 15, 29, 0.54);
  backdrop-filter: blur(4px);
}

.fg-cookie-consent__panel {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9987;
  width: min(520px, calc(100vw - 24px));
  display: grid;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(8, 15, 29, 0.28);
  padding: 22px;
}

.fg-cookie-consent__eyebrow {
  margin: 0;
  color: #ff8f2f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fg-cookie-consent__panel h2 {
  margin: 0;
  color: #0f172a;
  font-size: 1.5rem;
  line-height: 1.15;
}

.fg-cookie-consent__panel > p {
  margin: 0;
  color: #475467;
  line-height: 1.65;
}

.fg-cookie-consent__choices {
  display: grid;
  gap: 10px;
}

.fg-cookie-consent__choice {
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  background: #f8fafc;
  padding: 12px;
}

.fg-cookie-consent__choice.is-locked {
  opacity: 0.88;
}

.fg-cookie-consent__choice strong,
.fg-cookie-consent__choice small {
  display: block;
}

.fg-cookie-consent__choice small {
  margin-top: 3px;
  color: #667085;
  line-height: 1.5;
}

.fg-cookie-consent__links,
.fg-cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.fg-cookie-consent__links a {
  color: #344054;
  font-weight: 600;
}

.fg-cookie-consent__btn,
.fg-cookie-manage {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0 16px;
}

.fg-cookie-consent__btn.is-primary {
  background: linear-gradient(135deg, #ff8f2f, #ff5b5b);
  color: #fff;
}

.fg-cookie-consent__btn.is-ghost {
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

.fg-cookie-manage {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 9985;
  background: #0f172a;
  color: #fff;
  box-shadow: 0 12px 34px rgba(12, 17, 29, 0.24);
}

@media (max-width: 782px) {
  .fg-grid,
  .fg-inline,
  .fg-credit-packages,
  .fg-dashboard-grid,
  .fg-dashboard-header,
  .fg-dashboard-stats {
    grid-template-columns: 1fr;
  }

  .fg-newsletter-modal__dialog {
    top: auto;
    bottom: 12px;
    left: 12px;
    right: 12px;
    width: auto;
    max-height: min(82vh, 760px);
    transform: none;
    border-radius: 18px;
    padding: 22px 18px;
  }

  .fg-newsletter-trigger {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    min-height: 52px;
    font-size: 0.94rem;
  }

  .fg-cookie-consent__panel {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    padding: 18px;
  }

  .fg-cookie-manage {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
  }
}

.fg-search-item-body em {
  color: rgba(20, 20, 20, 0.68);
  font-style: normal;
}

.fg-search-empty {
  margin: 0;
  padding: 10px;
}

.fg-pwa-banner {
  position: fixed;
  z-index: 9998;
  right: 14px;
  bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  left: auto;
  display: flex;
  gap: 8px;
  align-items: center;
  max-width: min(300px, calc(100vw - 28px));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(8, 13, 22, 0.90);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  color: #fff;
  padding: 6px;
  backdrop-filter: blur(14px);
}

@media (min-width: 821px) and (pointer: fine) {
  .fg-pwa-banner {
    display: none !important;
  }
}

.fg-pwa-banner p {
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.fg-pwa-banner-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 5px;
}

.fg-pwa-banner button {
  min-height: 30px;
  border: 0;
  border-radius: 999px;
  padding: 0 9px;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
}

.fg-pwa-install {
  background: #fff;
  color: #111827;
}

.fg-pwa-close {
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
}

body.wp-theme-fotografovanie-theme .fg-form,
body.wp-theme-fotografovanie-theme .fg-packages,
body.wp-theme-fotografovanie-theme .fg-credit-packages,
body.wp-theme-fotografovanie-theme .fg-user-dashboard,
body.wp-theme-fotografovanie-theme .fg-checkout {
  color: rgba(226, 233, 243, 0.86);
}

body.wp-theme-fotografovanie-theme .fg-package,
body.wp-theme-fotografovanie-theme .fg-credit-package,
body.wp-theme-fotografovanie-theme .fg-dashboard-card,
body.wp-theme-fotografovanie-theme .fg-dashboard-balance,
body.wp-theme-fotografovanie-theme .fg-credit-mini-card,
body.wp-theme-fotografovanie-theme .package-info,
body.wp-theme-fotografovanie-theme .form-box,
body.wp-theme-fotografovanie-theme .fg-fieldset,
body.wp-theme-fotografovanie-theme .fg-dashboard-stats li {
  border-radius: 8px;
  border-color: rgba(255, 255, 255, 0.10);
  background: linear-gradient(180deg, rgba(16, 25, 38, 0.92), rgba(10, 17, 27, 0.96));
  color: rgba(226, 233, 243, 0.86);
}

body.wp-theme-fotografovanie-theme .fg-package h2,
body.wp-theme-fotografovanie-theme .fg-package h3,
body.wp-theme-fotografovanie-theme .fg-dashboard-card h3,
body.wp-theme-fotografovanie-theme .fg-dashboard-card h4,
body.wp-theme-fotografovanie-theme .fg-dashboard-balance strong,
body.wp-theme-fotografovanie-theme .fg-form label,
body.wp-theme-fotografovanie-theme .fg-fieldset legend,
body.wp-theme-fotografovanie-theme .fg-price,
body.wp-theme-fotografovanie-theme .fg-credit-total,
body.wp-theme-fotografovanie-theme .fg-dashboard-stats strong {
  color: #fff;
}

body.wp-theme-fotografovanie-theme .fg-form input,
body.wp-theme-fotografovanie-theme .fg-form select,
body.wp-theme-fotografovanie-theme .fg-form textarea,
body.wp-theme-fotografovanie-theme .fg-search-form input[type="search"] {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

body.wp-theme-fotografovanie-theme .fg-form input::placeholder,
body.wp-theme-fotografovanie-theme .fg-form textarea::placeholder,
body.wp-theme-fotografovanie-theme .fg-search-form input::placeholder {
  color: rgba(244, 247, 251, 0.46);
}

body.wp-theme-fotografovanie-theme .fg-form button,
body.wp-theme-fotografovanie-theme .fg-package .button,
body.wp-theme-fotografovanie-theme .fg-credit-package .button,
body.wp-theme-fotografovanie-theme .fg-credit-mini-card button,
body.wp-theme-fotografovanie-theme .fg-checkout button,
body.wp-theme-fotografovanie-theme .fg-legacy-button {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff9c2f, #ff6b2c);
  color: #fff !important;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 0 18px;
  text-decoration: none;
}

body.wp-theme-fotografovanie-theme .fg-help,
body.wp-theme-fotografovanie-theme .fg-dashboard-eyebrow,
body.wp-theme-fotografovanie-theme .fg-dashboard-balance__label,
body.wp-theme-fotografovanie-theme .fg-dashboard-stats span {
  color: rgba(226, 233, 243, 0.62);
}

body.wp-theme-fotografovanie-theme .fg-auth-gate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin: 10px 0;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 8px;
  background:
    radial-gradient(circle at top right, rgba(73, 194, 255, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(16, 25, 38, 0.96), rgba(8, 14, 23, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  color: rgba(226, 233, 243, 0.86);
}

body.wp-theme-fotografovanie-theme .fg-auth-gate__eyebrow {
  margin: 0 0 10px;
  color: #ffb86a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.wp-theme-fotografovanie-theme .fg-auth-gate h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: 0;
}

body.wp-theme-fotografovanie-theme .fg-auth-gate p {
  max-width: 720px;
  margin: 0 0 18px;
  color: rgba(226, 233, 243, 0.78);
  font-size: 17px;
  line-height: 1.65;
}

body.wp-theme-fotografovanie-theme .fg-auth-gate ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.wp-theme-fotografovanie-theme .fg-auth-gate li {
  position: relative;
  padding-left: 22px;
  color: rgba(244, 247, 251, 0.86);
  font-size: 15px;
  line-height: 1.45;
}

body.wp-theme-fotografovanie-theme .fg-auth-gate li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff9c2f, #49c2ff);
}

body.wp-theme-fotografovanie-theme .fg-auth-gate__actions {
  display: grid;
  gap: 10px;
  min-width: 230px;
}

body.wp-theme-fotografovanie-theme .fg-auth-gate__primary,
body.wp-theme-fotografovanie-theme .fg-auth-gate__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
}

body.wp-theme-fotografovanie-theme .fg-auth-gate__primary {
  background: linear-gradient(135deg, #ff9c2f, #ff6b2c);
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(255, 107, 44, 0.20);
}

body.wp-theme-fotografovanie-theme .fg-auth-gate__secondary {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(244, 247, 251, 0.92) !important;
}

@media (max-width: 800px) {
  body.wp-theme-fotografovanie-theme .fg-auth-gate {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
  }

  body.wp-theme-fotografovanie-theme .fg-auth-gate__eyebrow {
    margin-bottom: 8px;
    font-size: 10px !important;
    letter-spacing: 0.08em;
  }

  body.wp-theme-fotografovanie-theme .fg-auth-gate h2 {
    margin-bottom: 10px;
    font-size: clamp(23px, 6.4vw, 28px) !important;
    line-height: 1.12 !important;
  }

  body.wp-theme-fotografovanie-theme .fg-auth-gate p {
    margin-bottom: 12px;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  body.wp-theme-fotografovanie-theme .fg-auth-gate ul {
    gap: 7px;
  }

  body.wp-theme-fotografovanie-theme .fg-auth-gate li {
    padding-left: 18px;
    font-size: 12.5px !important;
    line-height: 1.38 !important;
  }

  body.wp-theme-fotografovanie-theme .fg-auth-gate li::before {
    width: 7px;
    height: 7px;
  }

  body.wp-theme-fotografovanie-theme .fg-auth-gate__actions {
    min-width: 0;
  }

  body.wp-theme-fotografovanie-theme .fg-auth-gate__primary,
  body.wp-theme-fotografovanie-theme .fg-auth-gate__secondary {
    min-height: 42px;
    font-size: 14px !important;
  }

  body.wp-theme-fotografovanie-theme .pk-slide-ad {
    display: none !important;
  }

  .fg-grid,
  .fg-inline,
  .fg-packages {
    grid-template-columns: 1fr;
  }

  .fg-search-form {
    grid-template-columns: 1fr;
  }

  .fg-search-results {
    position: fixed;
    top: 72px;
    right: 12px;
    left: 12px;
    max-height: calc(100vh - 96px);
  }

  .fg-pwa-banner {
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    max-width: min(286px, calc(100vw - 16px));
    padding: 5px;
  }

  .fg-pwa-banner p {
    font-size: 11px;
  }

  .fg-pwa-banner button {
    min-height: 28px;
    padding: 0 8px;
    font-size: 11px;
  }
}
