/* Weavermere Cookie Consent v1.0 */
#wm-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2a2826;
  border-top: 1px solid #4a4642;
  z-index: 9999;
  padding: 1.2rem 1.5rem;
  font-family: Georgia, serif;
}

#wm-cookie-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

#wm-cookie-banner p {
  color: #c8b89a;
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
}

#wm-cookie-banner a {
  color: #a07858;
  text-decoration: underline;
}

#wm-cookie-buttons {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}

#wm-cookie-decline {
  background: transparent;
  border: 1px solid #4a4642;
  color: #8a7a6a;
  font-family: Georgia, serif;
  font-size: 0.8rem;
  padding: 0.5rem 1.1rem;
  cursor: pointer;
  letter-spacing: 0.05em;
}

#wm-cookie-accept {
  background: #a07858;
  border: 1px solid #a07858;
  color: #1a1614;
  font-family: Georgia, serif;
  font-size: 0.8rem;
  padding: 0.5rem 1.1rem;
  cursor: pointer;
  letter-spacing: 0.05em;
}

#wm-cookie-decline:hover {
  border-color: #a07858;
  color: #c8b89a;
}

#wm-cookie-accept:hover {
  background: #b08868;
}

@media (max-width: 600px) {
  #wm-cookie-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
