/*
Theme Name: Zephyr Child
Theme URI: https://www.ferienwohnung-ilsenburg-harz.de/
Description: Child theme for Ferienwohnung Ilsenburg — custom schema, GA4 events, safe updates.
Author: Studio Enzenberg
Template: Zephyr
Version: 1.0.3
*/

@media (max-width: 1023px) {
  body.fw-has-sticky-cta {
    padding-bottom: 3.75rem;
  }

  .fw-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #1a4a72;
  }

  .fw-sticky-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.8125rem;
    text-decoration: none;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  .fw-sticky-cta a:first-child {
    background: #ff5722;
  }

  .fw-sticky-cta a:last-child {
    border-right: none;
  }
}

.fw-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  padding: 1rem 1.25rem;
  background: #1a1a1a;
  color: #f5f5f5;
  font-size: 0.875rem;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
}

.fw-cookie-banner a {
  color: #ffb03a;
}

.fw-cookie-banner__actions {
  display: flex;
  gap: 0.5rem;
}

.fw-cookie-banner button {
  border: 0;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  font-weight: 600;
  cursor: pointer;
}

.fw-cookie-accept {
  background: #ffb03a;
  color: #1a1a1a;
}

.fw-cookie-decline {
  background: transparent;
  color: #f5f5f5;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
}
