.tvcmscookies-notice {
  display: none !important;
}

.smarty-gdpr[hidden] {
  display: none !important;
}

.smarty-gdpr {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2147483000;
}

.smarty-gdpr__panel {
  max-width: 1120px;
  margin: 0 auto;
  padding: 22px 24px;
  border: 1px solid rgba(15, 18, 22, 0.12);
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f6faf9 100%);
  color: #11161c;
  box-shadow: 0 24px 60px rgba(15, 18, 22, 0.22);
}

.smarty-gdpr__eyebrow {
  margin: 0 0 8px;
  color: #007b82;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.smarty-gdpr__title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.12;
}

.smarty-gdpr__summary,
.smarty-gdpr__note,
.smarty-gdpr__preference p {
  margin: 0;
  color: #43515e;
  font-size: 14px;
  line-height: 1.65;
}

.smarty-gdpr__actions,
.smarty-gdpr__save-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.smarty-gdpr__preferences {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 18, 22, 0.08);
}

.smarty-gdpr__preference {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(15, 18, 22, 0.08);
}

.smarty-gdpr__preference h3 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.2;
}

.smarty-gdpr__preference--toggle {
  cursor: pointer;
}

.smarty-gdpr__preference--toggle.is-disabled {
  cursor: default;
}

.smarty-gdpr__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(0, 123, 130, 0.1);
  color: #007b82;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.smarty-gdpr__toggle {
  flex: 0 0 auto;
}

.smarty-gdpr__toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.smarty-gdpr__toggle span {
  position: relative;
  display: inline-flex;
  width: 54px;
  height: 32px;
  border-radius: 999px;
  background: #c8d1d8;
  transition: background 0.2s ease;
}

.smarty-gdpr__toggle span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(17, 22, 28, 0.2);
  transition: transform 0.2s ease;
}

.smarty-gdpr__toggle input:checked + span {
  background: #00b8bf;
}

.smarty-gdpr__toggle input:checked + span::after {
  transform: translateX(22px);
}

.smarty-gdpr__toggle input:disabled + span {
  background: #e1e6ea;
  opacity: 0.8;
}

.smarty-gdpr__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.smarty-gdpr__button:hover {
  transform: translateY(-1px);
}

.smarty-gdpr__button--primary {
  background: #00b8bf;
  color: #03171b;
  box-shadow: 0 12px 24px rgba(0, 184, 191, 0.24);
}

.smarty-gdpr__button--secondary {
  background: #11161c;
  color: #ffffff;
}

.smarty-gdpr__button--ghost {
  background: transparent;
  border-color: rgba(17, 22, 28, 0.16);
  color: #11161c;
}

.smarty-gdpr__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 18px 0 0;
  color: #5a6a79;
  font-size: 13px;
}

.smarty-gdpr__links a {
  color: #0a5d64;
  font-weight: 600;
}

.smarty-legal-links {
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0f1216;
  color: #f5f7f8;
}

.smarty-legal-links__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 14px 12px;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.smarty-legal-links a,
.smarty-legal-links button {
  color: #8fe6ea;
  font-weight: 600;
}

.smarty-legal-links button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

@media (max-width: 767px) {
  .smarty-gdpr {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .smarty-gdpr__panel {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .smarty-gdpr__title {
    font-size: 22px;
  }

  .smarty-gdpr__preference {
    align-items: flex-start;
    flex-direction: column;
  }

  .smarty-gdpr__status,
  .smarty-gdpr__toggle {
    margin-top: 6px;
  }
}
