/**
 * consentmanager vendor list (FAQ embed) – aligned with /css/consent-manager.css
 */
.consent-embed.consent-vendor-list .cmpvendorlistheader,
.consent-vendor-list-host .cmpvendorlistheader {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(26, 26, 25, 0.1);
  font-family: var(--font-roboto), 'Roboto', system-ui, sans-serif;
  font-size: 0.875rem;
  color: #1a1a19;
}

.consent-embed.consent-vendor-list .cmpvendorlistheadertext,
.consent-vendor-list-host .cmpvendorlistheadertext {
  font-weight: 500;
}

.consent-embed.consent-vendor-list .cmpvendordetails,
.consent-vendor-list-host .cmpvendordetails {
  padding: 0.5rem 0 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(26, 26, 25, 0.85);
}

.consent-embed.consent-vendor-list a,
.consent-vendor-list-host a {
  color: #c09a5d;
  text-decoration: underline;
}

.consent-embed.consent-cookie-list a {
  color: #c09a5d;
  text-decoration: underline;
}

/* consentmanager cookieinfotable.min.css squeezes 7 columns with ellipsis – override for embeds */
.consent-embed.consent-cookie-list .cmpcookieinfotable-container {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.consent-embed.consent-cookie-list .cmpcookieinfotable-wrapper {
  width: 100%;
  min-width: 0;
}

.consent-embed.consent-cookie-list .cmpcookieinfotable-header,
.consent-embed.consent-cookie-list .cmpcookieinfotable-body {
  width: 100%;
  min-width: 0;
  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(0, 0.8fr)
    minmax(0, 0.72fr)
    minmax(3.25rem, 0.78fr)
    minmax(0, 0.78fr)
    minmax(0, 0.9fr)
    minmax(0, 1fr);
  border-color: rgba(26, 26, 25, 0.15);
}

.consent-embed.consent-cookie-list .cmpcookieinfotable-cell,
.consent-embed.consent-cookie-list .cmpcookieinfotable-cellHeader {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  word-break: break-word;
  padding: 6px 8px;
  font-size: 0.8125rem;
  line-height: 1.35;
  color: #1a1a19;
  border-color: rgba(26, 26, 25, 0.12);
}

.consent-embed.consent-cookie-list .cmpcookieinfotable-cellHeader {
  align-self: start;
  font-family: var(--font-saldo), 'Saldo', Georgia, serif;
  font-weight: 600;
}

.consent-embed.consent-cookie-list .cmpcookieinfotable-cellHeader--filter {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  align-self: start;
  gap: 0.35rem;
  overflow: visible;
  min-width: 3.25rem;
  padding-top: 0;
}

/* consentmanager appends bare text "Typ" after the dropdown – style as inline label */
.consent-embed.consent-cookie-list .cmpcookieinfotable-cellHeader--filter .cmpfilter-label {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.consent-embed.consent-cookie-list .cmpfilter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: baseline;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(26, 26, 25, 0.18);
  border-radius: 5px;
  background: #fff;
  color: #1a1a19;
  cursor: pointer;
}

.consent-embed.consent-cookie-list .cmpfilter-btn:hover {
  border-color: #c09a5d;
  color: #c09a5d;
}

.consent-embed.consent-cookie-list .cmpfilter-btn--active {
  border-color: #c09a5d;
  background: rgba(192, 154, 93, 0.12);
  color: #a88142;
}

.consent-embed.consent-cookie-list .cmpfilter-btn svg {
  width: 0.875rem;
  height: 0.875rem;
}

/* JS sets top/left – needs positioned overlay, not in-flow in the narrow grid cell */
.consent-embed.consent-cookie-list .cmpfilter-dropdown {
  display: none;
  position: fixed;
  z-index: 50;
  box-sizing: border-box;
  min-width: 12.5rem;
  width: max-content;
  max-width: min(16rem, calc(100vw - 1.5rem));
  margin: 0;
  padding: 0.35rem 0;
  background: #f7f4e9;
  border: 1px solid rgba(26, 26, 25, 0.15);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(26, 26, 25, 0.14);
  font-family: var(--font-roboto), 'Roboto', system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.35;
  color: #1a1a19;
}

.consent-embed.consent-cookie-list .cmpfilter-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0.4rem 0.75rem;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
}

.consent-embed.consent-cookie-list .cmpfilter-option:hover {
  background: rgba(225, 231, 213, 0.65);
}

.consent-embed.consent-cookie-list .cmpfilter-option input[type='checkbox'] {
  flex-shrink: 0;
  width: 0.95rem;
  height: 0.95rem;
  margin: 0;
  accent-color: #c09a5d;
  cursor: pointer;
}

.consent-embed.consent-cookie-list .cmpcookieinfotable-description {
  background-color: rgba(225, 231, 213, 0.45);
  border-color: rgba(26, 26, 25, 0.15);
  color: rgba(26, 26, 25, 0.9);
  font-size: 0.8125rem;
  line-height: 1.4;
  padding: 10px 12px;
}

/* Vendor list embed – compact rows, no clipping in FAQ accordions */
.consent-embed.consent-vendor-list .cmpvendorlist,
.consent-vendor-list-host.consent-vendor-list .cmpvendorlist {
  width: 100%;
}

.consent-embed.consent-vendor-list .cmpvendorlistheader,
.consent-vendor-list-host.consent-vendor-list .cmpvendorlistheader {
  padding: 0.5rem 0;
  font-size: 0.8125rem;
  gap: 0.5rem;
}

.consent-embed.consent-vendor-list .cmpvendorlisticon svg,
.consent-vendor-list-host.consent-vendor-list .cmpvendorlisticon svg {
  width: 1.125rem;
  height: 1.125rem;
}

.consent-embed.consent-vendor-list .cmpvendordetails,
.consent-vendor-list-host.consent-vendor-list .cmpvendordetails {
  font-size: 0.8125rem;
  line-height: 1.4;
  padding: 0.35rem 0 0.75rem;
}
