html.vt-cookie-dismissed #vt-cookie-banner {
  display: none !important;
}

#vt-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10050;
  padding: 1rem;
  background: rgba(23, 23, 25, 0.97);
  color: #f5f5f5;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.25);
  font-size: 0.95rem;
  line-height: 1.5;
}

#vt-cookie-banner[hidden] {
  display: none !important;
}

.vt-cookie-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.vt-cookie-text {
  flex: 1 1 280px;
  margin: 0;
}

.vt-cookie-text a {
  color: #9ecbff;
  text-decoration: underline;
}

.vt-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.vt-cookie-actions button {
  border-radius: 4px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  cursor: pointer;
  border: 1px solid transparent;
}

.vt-btn-accept {
  background: #0f5cfa;
  color: #fff;
}

.vt-btn-reject {
  background: transparent;
  color: #eee;
  border-color: #666 !important;
}

.vt-btn-settings {
  background: #333;
  color: #fff;
}

#vt-cookie-settings[hidden] {
  display: none !important;
}

#vt-cookie-settings {
  position: fixed;
  inset: 0;
  z-index: 10060;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.vt-settings-panel {
  background: #fff;
  color: #232323;
  max-width: 420px;
  width: 100%;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.vt-settings-panel h2 {
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
}

.vt-settings-panel p {
  font-size: 0.9rem;
  margin: 0 0 1rem;
  line-height: 1.5;
}

.vt-setting-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.vt-setting-row label {
  cursor: pointer;
  font-weight: 500;
}

.vt-setting-row small {
  display: block;
  font-weight: 400;
  color: #555;
  margin-top: 0.2rem;
}

.vt-settings-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  justify-content: flex-end;
}

.vt-settings-actions button {
  padding: 0.45rem 0.9rem;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #f5f5f5;
}

.vt-settings-actions .vt-save {
  background: #0f5cfa;
  color: #fff;
  border-color: #0f5cfa;
}
