/* landing-token: 9b9a */
/* Cookie Banner Styles - Kornblüte Bäckerei */
#kb-consent-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #3D2B1F;
  color: #FAF7F0;
  padding: 1rem 2rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
  border-top: 3px solid #D4A843;
}

#kb-consent-bar p {
  margin: 0;
  font-size: 0.9rem;
  flex: 1 1 300px;
  line-height: 1.5;
  color: #FAF7F0;
}

#kb-consent-bar a {
  color: #D4A843;
  text-decoration: underline;
}

#kb-consent-bar a:hover {
  color: #e6bc5e;
}

.kb-consent-btns {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
}

#kb-consent-accept {
  background-color: #D4A843;
  color: #3D2B1F;
  border: none;
  padding: 0.5rem 1.25rem;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.875rem;
  transition: background-color 0.2s ease;
}

#kb-consent-accept:hover {
  background-color: #c49a35;
}

#kb-consent-reject {
  background-color: transparent;
  color: #FAF7F0;
  border: 1px solid #FAF7F0;
  padding: 0.5rem 1.25rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}

#kb-consent-reject:hover {
  background-color: rgba(250, 247, 240, 0.1);
}
