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

#silktide-wrapper {
  --primaryColor: #e7286d;
  --cookieIconBackgroundColor: #e7286d;
  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: #e7286d;
  --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: #e7286d !important;
}
