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

#silktide-wrapper {
  --primaryColor: #67a3b8;
  --cookieIconBackgroundColor: #67a3b8;
}

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

#qbico-policy-modal, #qbico-content-policy {
  --primaryColor: #67a3b8;  /* #de870f; */
  --backgroundColor: #FFFFFF;
  --textColor: #253B48;
  /* font-weight: 400;   */
}

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

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