/** K2 per-stil inline CSS from accommodation source HTML landing files. Scoped to slotivo-kostur-b only. */

/* ── Base body styles (light theme) ── */
html[data-slotivo-template-ready] body[class*='slotivo-kostur-b'] {
  font-family: Montserrat, sans-serif !important;
  background-color: var(--background, #f8fafb) !important;
  color: var(--on-background, #191c1d) !important;
  color-scheme: light;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body[class*='slotivo-kostur-b'] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body[class*='slotivo-kostur-b'] h1,
body[class*='slotivo-kostur-b'] h1 span,
body[class*='slotivo-kostur-b'] p,
body[class*='slotivo-kostur-b'] label,
body[class*='slotivo-kostur-b'] button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body[class*='slotivo-kostur-b'] .material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body[class*='slotivo-kostur-b'] .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none !important;
  padding-right: 1.75rem;
}

/* ── S1 azure-stay (cool coastal, ocean primary, sand accents) ── */
body[class*='slotivo-kostur-b'][data-slotivo-stil='S1'] {
  background-color: #f8fafb !important;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S1'] .glass-nav {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S1'] ::-webkit-scrollbar {
  width: 6px;
}
body[class*='slotivo-kostur-b'][data-slotivo-stil='S1'] ::-webkit-scrollbar-track {
  background: transparent;
}
body[class*='slotivo-kostur-b'][data-slotivo-stil='S1'] ::-webkit-scrollbar-thumb {
  background-color: #d8dadb;
  border-radius: 10px;
}
body[class*='slotivo-kostur-b'][data-slotivo-stil='S1'] ::-webkit-scrollbar-thumb:hover {
  background-color: #71787e;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S1'] select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S1'] input[type='text'],
body[class*='slotivo-kostur-b'][data-slotivo-stil='S1'] input[type='email'],
body[class*='slotivo-kostur-b'][data-slotivo-stil='S1'] input[type='tel'],
body[class*='slotivo-kostur-b'][data-slotivo-stil='S1'] input[type='date'],
body[class*='slotivo-kostur-b'][data-slotivo-stil='S1'] select,
body[class*='slotivo-kostur-b'][data-slotivo-stil='S1'] textarea {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: Montserrat, sans-serif !important;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S1'] input:focus,
body[class*='slotivo-kostur-b'][data-slotivo-stil='S1'] select:focus,
body[class*='slotivo-kostur-b'][data-slotivo-stil='S1'] textarea:focus {
  outline: none;
  border-color: #0c4661 !important;
  box-shadow: 0 0 0 2px rgba(12, 70, 97, 0.15) !important;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S1'] input[type='checkbox']:checked {
  background-color: #0c4661 !important;
  border-color: #0c4661 !important;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S1'] input[type='checkbox']:focus {
  --tw-ring-color: #0c4661;
}

/* ── S2 sand-coast (deeper ocean primary, sand secondary) ── */
body[class*='slotivo-kostur-b'][data-slotivo-stil='S2'] {
  background-color: #f8fafb !important;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S2'] .glass-nav {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S2'] ::-webkit-scrollbar {
  width: 6px;
}
body[class*='slotivo-kostur-b'][data-slotivo-stil='S2'] ::-webkit-scrollbar-track {
  background: transparent;
}
body[class*='slotivo-kostur-b'][data-slotivo-stil='S2'] ::-webkit-scrollbar-thumb {
  background-color: #d8dadb;
  border-radius: 10px;
}
body[class*='slotivo-kostur-b'][data-slotivo-stil='S2'] ::-webkit-scrollbar-thumb:hover {
  background-color: #71787e;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S2'] select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S2'] input[type='text'],
body[class*='slotivo-kostur-b'][data-slotivo-stil='S2'] input[type='email'],
body[class*='slotivo-kostur-b'][data-slotivo-stil='S2'] input[type='tel'],
body[class*='slotivo-kostur-b'][data-slotivo-stil='S2'] input[type='date'],
body[class*='slotivo-kostur-b'][data-slotivo-stil='S2'] select,
body[class*='slotivo-kostur-b'][data-slotivo-stil='S2'] textarea {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: Montserrat, sans-serif !important;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S2'] input:focus,
body[class*='slotivo-kostur-b'][data-slotivo-stil='S2'] select:focus,
body[class*='slotivo-kostur-b'][data-slotivo-stil='S2'] textarea:focus {
  outline: none;
  border-color: #6b5c4c !important;
  box-shadow: 0 0 0 2px rgba(107, 92, 76, 0.15) !important;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S2'] input[type='checkbox']:checked {
  background-color: #002f44 !important;
  border-color: #002f44 !important;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S2'] input[type='checkbox']:focus {
  --tw-ring-color: #6b5c4c;
}

/* ── S3 sea-view-stay (vibrant azure, golden sand) ── */
body[class*='slotivo-kostur-b'][data-slotivo-stil='S3'] {
  background-color: #f7fbfd !important;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S3'] .glass-nav {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S3'] ::-webkit-scrollbar {
  width: 5px;
}
body[class*='slotivo-kostur-b'][data-slotivo-stil='S3'] ::-webkit-scrollbar-track {
  background: transparent;
}
body[class*='slotivo-kostur-b'][data-slotivo-stil='S3'] ::-webkit-scrollbar-thumb {
  background-color: #c5d8e4;
  border-radius: 4px;
}
body[class*='slotivo-kostur-b'][data-slotivo-stil='S3'] ::-webkit-scrollbar-thumb:hover {
  background-color: #6b8a9e;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S3'] select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S3'] input[type='text'],
body[class*='slotivo-kostur-b'][data-slotivo-stil='S3'] input[type='email'],
body[class*='slotivo-kostur-b'][data-slotivo-stil='S3'] input[type='tel'],
body[class*='slotivo-kostur-b'][data-slotivo-stil='S3'] input[type='date'],
body[class*='slotivo-kostur-b'][data-slotivo-stil='S3'] select,
body[class*='slotivo-kostur-b'][data-slotivo-stil='S3'] textarea {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: 'DM Sans', sans-serif !important;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S3'] input:focus,
body[class*='slotivo-kostur-b'][data-slotivo-stil='S3'] select:focus,
body[class*='slotivo-kostur-b'][data-slotivo-stil='S3'] textarea:focus {
  outline: none;
  border-color: #0e6ba8 !important;
  box-shadow: 0 0 0 2px rgba(14, 107, 168, 0.15) !important;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S3'] input[type='checkbox']:checked {
  background-color: #0e6ba8 !important;
  border-color: #0e6ba8 !important;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S3'] input[type='checkbox']:focus {
  --tw-ring-color: #0e6ba8;
}

/* ── S4 warm-coast (warm cream, charcoal primary, muted secondary) ── */
body[class*='slotivo-kostur-b'][data-slotivo-stil='S4'] {
  background-color: #fff8f4 !important;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S4'] .glass-nav {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S4'] ::-webkit-scrollbar {
  width: 5px;
}
body[class*='slotivo-kostur-b'][data-slotivo-stil='S4'] ::-webkit-scrollbar-track {
  background: transparent;
}
body[class*='slotivo-kostur-b'][data-slotivo-stil='S4'] ::-webkit-scrollbar-thumb {
  background-color: #c5c7c2;
  border-radius: 4px;
}
body[class*='slotivo-kostur-b'][data-slotivo-stil='S4'] ::-webkit-scrollbar-thumb:hover {
  background-color: #757873;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S4'] select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S4'] input[type='text'],
body[class*='slotivo-kostur-b'][data-slotivo-stil='S4'] input[type='email'],
body[class*='slotivo-kostur-b'][data-slotivo-stil='S4'] input[type='tel'],
body[class*='slotivo-kostur-b'][data-slotivo-stil='S4'] input[type='date'],
body[class*='slotivo-kostur-b'][data-slotivo-stil='S4'] select,
body[class*='slotivo-kostur-b'][data-slotivo-stil='S4'] textarea {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S4'] input:focus,
body[class*='slotivo-kostur-b'][data-slotivo-stil='S4'] select:focus,
body[class*='slotivo-kostur-b'][data-slotivo-stil='S4'] textarea:focus {
  outline: none;
  border-color: #5f5e5b !important;
  box-shadow: 0 0 0 2px rgba(95, 94, 91, 0.15) !important;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S4'] input[type='checkbox']:checked {
  background-color: #171817 !important;
  border-color: #171817 !important;
}

body[class*='slotivo-kostur-b'][data-slotivo-stil='S4'] input[type='checkbox']:focus {
  --tw-ring-color: #5f5e5b;
}

/* ── Booking form field icons (person/mail/call/group) ── */
body[class*='slotivo-kostur-b'] .slotivo-input-with-icon {
  position: relative;
}

body[class*='slotivo-kostur-b'] .slotivo-input-with-icon > .slotivo-input-icon {
  position: absolute;
  left: 0.75rem;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
  font-size: 20px !important;
  line-height: 1 !important;
  color: #747878;
  transform: none !important;
  -webkit-transform: none !important;
  font-family: 'Material Symbols Outlined' !important;
}

body[class*='slotivo-kostur-b'] .slotivo-input-with-icon > input,
body[class*='slotivo-kostur-b'] .slotivo-input-with-icon > select {
  position: relative;
  z-index: 1;
  width: 100%;
}

body[class*='slotivo-kostur-b'] input[type='date']::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.6;
  transition: 0.2s;
}

body[class*='slotivo-kostur-b'] input[type='date']::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}
