/* Custom styles for Silktide Cookie Consent Manager */
#silktide-wrapper {
  --primaryColor: #EAB308 !important;
  --backgroundColor: #FFFFFF !important;
  --textColor: #1F2937 !important;
  --backdropBackgroundColor: rgba(0, 0, 0, 0.5) !important;
  --cookieIconColor: #EAB308 !important;
  --cookieIconBackgroundColor: #FFFFFF !important;
}

/* Primary buttons */
#silktide-wrapper .st-button--primary {
  background-color: #EAB308 !important;
  color: #1F2937 !important;
  border-color: #D97706 !important;
}

#silktide-wrapper .st-button--primary:hover {
  background-color: #F59E0B !important;
}

/* Secondary buttons */
#silktide-wrapper .st-button--secondary {
  background-color: #E5E7EB !important;
  color: #1F2937 !important;
  border-color: #9CA3AF !important;
}

#silktide-wrapper .st-button--secondary:hover {
  background-color: #D1D5DB !important;
}

/* Banner */
#silktide-banner {
  background-color: #FFFFFF !important;
  border-color: #E5E7EB !important;
  color: #1F2937 !important;
}

/* Cookie icon */
#silktide-cookie-icon {
  background-color: #FFFFFF !important;
  border-color: #EAB308 !important;
  fill: #EAB308 !important;
}

/* Text styling */
#silktide-wrapper h2 {
  color: #1F2937 !important;
  font-weight: bold !important;
}

#silktide-wrapper p {
  color: #1F2937 !important;
}

#silktide-wrapper a {
  color: #1F2937 !important;
  text-decoration: underline !important;
}
