/* ================================
   PERSONALIZZAZIONI PER IL SITO WEB SPCIFICO
   ================================ */

#silktide-wrapper {
  --primaryColor: #E82A2A;
  --cookieIconBackgroundColor: #E82A2A;
  font-weight: 400;
}

#silktide-wrapper .st-button {
  text-transform: uppercase !important;
  /* font-weight: 500; */
  padding: 9px 18px;
}

#silktide-wrapper a {
  font-weight: 500;
}

#qbico-policy-modal, #qbico-content-policy {
  --primaryColor: #E82A2A;
  --backgroundColor: #FFFFFF;
  --textColor: #253B48;
  font-weight: 400;
}

#qbico-content-policy hr {
  background-color: inherit;
}

#qbico-content-policy h3 {
  color: var(--primaryColor);
}

.youtube-overlay button {
  background-color: #E82A2A !important;
}