/* Ramen Rebel — cookie consent banner (spójny z design system theme'u). */

#rr-cc {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  display: flex;
  justify-content: flex-start;
  pointer-events: none;
}

#rr-cc .rr-cc-card {
  pointer-events: auto;
  background: #FFFFFF;
  color: #21311f;
  border: 1px solid rgba(33, 49, 31, 0.12);
  border-radius: 6px;
  box-shadow: 0 12px 40px rgba(33, 49, 31, 0.18);
  padding: 20px;
  max-width: 420px;
  width: 100%;
  font-family: "Work Sans", sans-serif;
}

#rr-cc .rr-cc-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  margin-bottom: 8px;
}

#rr-cc .rr-cc-text {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(33, 49, 31, 0.75);
  margin-bottom: 12px;
}

#rr-cc .rr-cc-text a {
  color: #C9342B;
  text-decoration: underline;
}

#rr-cc .rr-cc-panel {
  display: none;
  border-top: 1px solid rgba(33, 49, 31, 0.1);
  margin-bottom: 12px;
}

#rr-cc .rr-cc-panel.open {
  display: block;
}

#rr-cc .rr-cc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(33, 49, 31, 0.08);
  font-size: 13px;
  cursor: pointer;
}

#rr-cc .rr-cc-row em {
  font-style: normal;
  color: rgba(33, 49, 31, 0.5);
  font-size: 12px;
}

#rr-cc .rr-cc-row input {
  width: 18px;
  height: 18px;
  accent-color: #C9342B;
  flex: none;
}

#rr-cc .rr-cc-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

#rr-cc .rr-cc-btn {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #21311f;
  background: transparent;
  color: #21311f;
  cursor: pointer;
  min-height: 44px;
}

#rr-cc .rr-cc-accept {
  background: #C9342B;
  border-color: #C9342B;
  color: #fff;
}

#rr-cc .rr-cc-btn:hover {
  opacity: 0.85;
}

@media (max-width: 640px) {
  #rr-cc {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  #rr-cc .rr-cc-card {
    max-width: none;
  }
  #rr-cc .rr-cc-actions .rr-cc-btn {
    flex: 1 1 auto;
    text-align: center;
  }
}

/* Placeholder mapy przed zgodą (sekcja kontakt). */
.rr-map-blocked {
  background: #F4F0E6;
}

.rr-map-blocked p {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(33, 49, 31, 0.7);
}
