.dps-consent{
  position:fixed;
  inset:0;
  display:none;
  align-items:flex-end;
  justify-content:center;
  padding:18px;
  background:rgba(15,23,42,.22);
  z-index:4200 !important;
}
.dps-consent.is-open{
  display:flex !important;
}
.dps-consent[hidden]{
  display:none !important;
}
.dps-consent[data-position="center"]{
  align-items:center;
  background:rgba(15,23,42,.45);
}
.dps-consent[data-position="bottom"]{
  background:transparent;
  pointer-events:none;
}
.dps-consent[data-position="bottom"] .dpsc-wrap{
  pointer-events:auto;
}
.dpsc-wrap{
  width:min(1120px,calc(100vw - 24px));
  max-height:calc(100vh - 24px);
  position:relative;
  background:#fcfcfc;
  color:var(--dps-cmp-text,#111111);
  border:1px solid rgba(15,23,42,.08);
  border-radius:8px;
  box-shadow:0 18px 44px rgba(15,23,42,.1);
  overflow:hidden;
}
.dps-consent[data-position="bottom"] .dpsc-wrap{
  border-radius:8px 8px 0 0;
}
.dpsc-panel{
  display:none;
}
.dpsc-panel.is-active{
  display:flex;
  flex-direction:column;
  max-height:calc(100vh - 24px);
}
.dpsc-head{
  position:relative;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  gap:16px;
  padding:12px 24px 0;
}
.dpsc-heading{
  display:grid;
  gap:4px;
  width:100%;
}
.dpsc-heading h2{
  margin:0;
  font-size:1.44rem;
  line-height:1.08;
  font-weight:600;
  letter-spacing:-0.01em;
  text-align:center;
}
.dpsc-back,
.dpsc-close{
  border:0;
  background:transparent;
  color:inherit;
  cursor:pointer;
}
.dpsc-back{
  padding:0;
  font:inherit;
  font-weight:600;
  justify-self:start;
  text-align:left;
}
.dpsc-close{
  position:absolute;
  right:24px;
  top:10px;
  font-size:1.6rem;
  line-height:1;
  padding:0 0 4px;
}
.dpsc-body{
  flex:1 1 auto;
  min-height:0;
  overflow:auto;
  padding:10px 24px 10px;
}
.dpsc-intro-layout,
.dpsc-pref-intro{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:14px;
  align-items:start;
}
.dpsc-brandmark{
  display:flex;
  align-items:center;
  justify-content:center;
  width:64px;
  height:64px;
  border-radius:12px;
  background:#ffffff;
  border:1px solid rgba(15,23,42,.08);
}
.dpsc-brandmark svg,
.dpsc-brandmark img{
  width:50px;
  height:50px;
  display:block;
}
.dpsc-brandmark--logo{
  padding:8px;
  border-radius:3px;
}
.dpsc-brandmark--logo img{
  object-fit:contain;
}
.dpsc-intro{
  margin:0;
  max-width:none;
  color:#4b5563;
  font-size:.92rem;
  line-height:1.4;
  text-align:center;
}
.dpsc-intro-shell{
  display:grid;
  justify-items:center;
  gap:10px;
}
.dpsc-stats,
.dpsc-pref-summary{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  padding-bottom:3px;
}
.dpsc-pref-copy{
  display:grid;
  gap:8px;
}
.dpsc-pref-copy__eyebrow{
  margin:0;
  color:#475569;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.dpsc-pref-copy__text{
  margin:0;
  max-width:none;
  color:#475569;
  font-size:.92rem;
  line-height:1.48;
  text-align:center;
}
.dpsc-stat{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 9px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:8px;
  background:#ffffff;
  color:#334155;
  font-size:.8rem;
  font-weight:600;
}
.dpsc-stat--interactive{
  cursor:pointer;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}
.dpsc-stat--interactive:hover,
.dpsc-stat--interactive:focus{
  border-color:rgba(180,121,31,.22);
  box-shadow:0 4px 12px rgba(15,23,42,.06);
  outline:none;
}
.dpsc-stat--interactive.is-active{
  border-color:rgba(180,121,31,.28);
  background:#fffaf0;
  color:#7c5417;
}
.dpsc-actions{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
  padding:10px 24px 8px;
  border-top:1px solid rgba(15,23,42,.06);
  background:#f7f7f8;
}
.dpsc-actions__group{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.dpsc-actions__group--secondary{
  margin-left:auto;
}
.dpsc-actions--intro{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:start;
  padding-bottom:0;
}
.dpsc-actions__aside{
  display:grid;
  justify-items:end;
  align-content:start;
  gap:3px;
}
.dpsc-actions--intro .dpsc-actions__group--secondary{
  margin-left:0;
  justify-content:flex-end;
}
.dpsc-foot{
  flex:0 0 auto;
  display:flex;
  justify-content:flex-end;
  padding:0 24px 2px;
  background:#f7f7f8;
}
.dpsc-foot--intro{
  padding:0;
  background:transparent;
}
.dpsc-foot__links{
  display:flex;
  align-items:center;
  gap:8px;
  color:#6b7280;
  font-size:.72rem;
}
.dpsc-foot__sep{
  opacity:.65;
}
.dpsc-foot__link{
  color:#6b7280;
  font-weight:600;
  text-decoration:none;
}
.dpsc-foot__link:hover,
.dpsc-foot__link:focus{
  text-decoration:underline;
}
@keyframes dpsc-required-pulse{
  0%{ background:rgba(15,23,42,.06); color:#334155; }
  35%{ background:#fff1c7; color:#8a5a0a; }
  100%{ background:rgba(15,23,42,.06); color:#334155; }
}
.dpsc-btn{
  min-height:38px;
  padding:0 14px;
  border-radius:4px;
  border:1px solid rgba(15,23,42,.12);
  background:#ffffff;
  color:inherit;
  font:inherit;
  font-weight:700;
  font-size:.9rem;
  line-height:1;
  cursor:pointer;
  transition:opacity .18s ease, transform .18s ease, box-shadow .18s ease;
}
.dpsc-btn.primary{
  background:#44403c;
  border-color:#44403c;
  color:#ffffff;
}
.dpsc-btn--link{
  min-height:auto;
  padding:0;
  border:0;
  background:transparent;
  color:#9a6b1f;
  box-shadow:none;
  font-size:.82rem;
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:2px;
}
.dpsc-btn--link:hover,
.dpsc-btn--link:focus{
  transform:none;
  box-shadow:none;
  color:#7c5417;
}
.dpsc-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 6px 14px rgba(15,23,42,.08);
}
.dps-consent.is-busy .dpsc-btn{
  opacity:.72;
  pointer-events:none;
}
.dps-consent.is-busy .dpsc-wrap{
  box-shadow:0 28px 70px rgba(15,23,42,.24);
}
.dpsc-btn.ghost{
  background:#f3f4f6;
  color:#3f3f46;
}
.dpsc-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:6px;
}
.dpsc-list__item{
  margin:0;
  position:relative;
}
.dpsc-list__item::before{
  content:"";
  display:block;
  height:2px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  background:rgba(15,23,42,.08);
}
.dpsc-list__item[data-dpsc-state="required"]::before{
  background:rgba(100,116,139,.32);
}
.dpsc-list__item[data-dpsc-state="enabled"]::before{
  background:rgba(34,197,94,.45);
}
.dpsc-list__item[data-dpsc-state="disabled"]::before{
  background:rgba(180,121,31,.28);
}
.dpsc-list__item[data-dpsc-state="required"] .dpsc-cat{
  border-color:rgba(15,23,42,.1);
  background:#fcfcfc;
}
.dpsc-list__item[data-dpsc-state="enabled"] .dpsc-cat{
  border-color:rgba(34,197,94,.22);
  background:#ffffff;
}
.dpsc-list__item.is-summary-match .dpsc-cat{
  border-color:rgba(180,121,31,.26);
  background:#fffdf8;
  box-shadow:0 0 0 1px rgba(180,121,31,.08);
}
.dpsc-list__item.is-preview-focus .dpsc-cat{
  border-color:rgba(59,130,246,.28);
  background:#eff6ff;
  box-shadow:0 0 0 1px rgba(59,130,246,.08),0 10px 24px rgba(59,130,246,.08);
}
.dpsc-list__item.is-expanded .dpsc-cat{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-color:rgba(15,23,42,.12);
}
.dpsc-cat{
  display:grid;
  gap:10px;
  align-items:flex-start;
  padding:7px 8px 6px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:4px;
  background:#ffffff;
}
.dpsc-cat__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding-bottom:6px;
  border-bottom:1px solid rgba(15,23,42,.06);
}
.dpsc-cat__meta{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.dpsc-cat__pill{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 8px;
  border-radius:999px;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.01em;
}
.dpsc-cat__pill--type{
  background:rgba(15,23,42,.06);
  color:#334155;
}
.dpsc-cat__pill--type.is-pulsing{
  animation:dpsc-required-pulse .75s ease;
}
.dpsc-cat__pill--state{
  background:rgba(15,23,42,.08);
  color:#0f172a;
}
.dpsc-cat__toggle input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.dpsc-cat__toggle{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  width:auto;
  min-width:0;
  cursor:pointer;
}
.dpsc-cat__switch{
  position:relative;
  display:block;
  width:44px;
  height:24px;
  border-radius:999px;
  background:#cbd5e1;
  box-shadow:inset 0 0 0 1px rgba(15,23,42,.08);
  transition:background .18s ease;
}
.dpsc-cat__switch::after{
  content:"";
  position:absolute;
  top:3px;
  left:3px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#ffffff;
  box-shadow:0 2px 8px rgba(15,23,42,.18);
  transition:transform .18s ease;
}
.dpsc-cat__toggle input:checked + .dpsc-cat__switch{
  background:#22c55e;
}
.dpsc-cat__toggle input:checked + .dpsc-cat__switch::after{
  transform:translateX(20px);
}
.dpsc-cat__toggle input:disabled + .dpsc-cat__switch{
  background:#d9dee6;
  box-shadow:inset 0 0 0 1px rgba(15,23,42,.06);
  opacity:.95;
}
.dpsc-cat__toggle-text{
  min-width:20px;
  color:#6b7280;
  font-size:.78rem;
  font-weight:700;
  line-height:1;
}
.dpsc-cat__toggle input:checked + .dpsc-cat__switch + .dpsc-cat__toggle-text{
  color:#15803d;
}
.dpsc-cat__content{
  display:grid;
  gap:6px;
}
.dpsc-cat__title{
  font-size:.98rem;
  font-weight:700;
  line-height:1.25;
}
.dpsc-cat__desc{
  color:#475569;
  font-size:.86rem;
  line-height:1.5;
}
.dpsc-cat__details-toggle{
  width:max-content;
  padding:0;
  border:0;
  background:transparent;
  color:#d18a2d;
  font:inherit;
  font-size:.78rem;
  font-weight:600;
  cursor:pointer;
  text-decoration:none;
}
.dpsc-cat__details-toggle:hover,
.dpsc-cat__details-toggle:focus{
  text-decoration:underline;
}
.dpsc-cat__details{
  display:none;
  padding:0 8px 8px;
  background:#fcfcfc;
  border-top:1px solid rgba(15,23,42,.06);
  border:1px solid rgba(15,23,42,.08);
  border-top:0;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
}
.dpsc-cat__details-inner{
  display:grid;
  gap:6px;
  padding-top:8px;
}
.dpsc-service{
  width:100%;
  border-collapse:collapse;
  background:#ffffff;
  border:1px solid rgba(15,23,42,.05);
}
.dpsc-service th,
.dpsc-service td{
  padding:7px 10px;
  border-top:1px solid rgba(15,23,42,.05);
  text-align:left;
  vertical-align:top;
  font-size:.82rem;
  line-height:1.45;
}
.dpsc-service tr:first-child th,
.dpsc-service tr:first-child td{
  border-top:0;
}
.dpsc-service th{
  width:168px;
  color:#374151;
  font-weight:700;
  background:#fafafa;
}
.dpsc-service td{
  color:#4b5563;
}
.dpsc-service-toggle{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:600;
}
.dpsc-service-toggle__input{
  margin:0;
}
.dpsc-service a{
  color:#b7791f;
  text-decoration:none;
}
.dpsc-service a:hover,
.dpsc-service a:focus{
  text-decoration:underline;
}
.dpsc-privacy{
  margin:16px 0 0;
  font-size:.95rem;
}
.dpsc-privacy a{
  color:var(--dps-cmp-primary,#111111);
  font-weight:700;
  text-decoration:none;
}
.dpsc-privacy a:hover,
.dpsc-privacy a:focus{
  text-decoration:underline;
}
.dps-manage-btn,
.dps-top-btn{
  position:fixed;
  right:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(15,23,42,.1);
  border-radius:4px;
  background:#f7f7f8;
  color:#374151;
  font:inherit;
  font-weight:700;
  box-shadow:0 8px 20px rgba(15,23,42,.13);
  z-index:1700 !important;
  cursor:pointer;
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease, border-color .16s ease;
}
.dps-manage-btn{
  bottom:18px;
  gap:7px;
  min-height:36px;
  padding:0 11px;
  font-size:.86rem;
}
.dps-top-btn{
  bottom:62px;
  width:36px;
  height:36px;
  padding:0;
  border-radius:999px;
  min-height:36px;
  font-size:.92rem;
}
.dps-manage-btn[hidden]{
  display:none !important;
}
.dps-top-btn[hidden]{
  display:none !important;
}
.dps-manage-btn__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  border-radius:5px;
  background:rgba(255,255,255,.65);
  font-size:.78rem;
  line-height:1;
}
.dps-top-btn__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  position:relative;
  width:18px;
  height:18px;
  line-height:1;
}
.dps-top-btn__icon::before{
  content:"";
  position:absolute;
  top:1px;
  left:50%;
  width:10px;
  height:1.5px;
  border-radius:999px;
  background:currentColor;
  transform:translateX(-50%);
}
.dps-manage-btn:hover,
.dps-top-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 24px rgba(15,23,42,.15);
  background:#ffffff;
  border-color:rgba(225,20,28,.28);
  color:var(--dps-chat-primary,#e1141c);
}
.dps-manage-btn__label{
  letter-spacing:.01em;
}
.dps-cmp-debug{
  position:fixed;
  left:16px;
  top:16px;
  width:min(460px,calc(100vw - 32px));
  max-height:48vh;
  overflow:auto;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid rgba(15,23,42,.12);
  background:rgba(15,23,42,.92);
  color:#e2e8f0;
  z-index:4500 !important;
  box-shadow:0 20px 50px rgba(15,23,42,.28);
  pointer-events:auto;
}
.dps-cmp-debug strong{
  display:block;
  margin-bottom:8px;
}
#dps-cmp-debug-body{
  font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size:12px;
  line-height:1.45;
  white-space:pre-wrap;
  word-break:break-word;
}

/* Reviews: Verified Badge + Media */
.dps-review-item header {display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}
.dps-verified{
  display:inline-flex;align-items:center;justify-content:center;
  width:18px;height:18px;border-radius:999px;line-height:18px;
  font-size:12px;font-weight:700;color:#fff;background:#2e7d32;
}
.dps-review-media{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}
.dps-review-media .dps-rvm img{
  width:72px;height:72px;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb;background:#fff;display:block
}
.dps-reviews--grouped{
  display:grid;
  gap:18px;
}
.dps-review-group{
  display:grid;
  gap:8px;
}
.dps-review-group__header h3{
  margin:0 0 4px;
  font-size:1.08rem;
}
.dps-review-group__header p{
  margin:0;
  color:#64748b;
  font-size:.94rem;
  line-height:1.45;
}
.dps-stars {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #f2b600;
  letter-spacing: 1px;
  margin-left: 6px;
}
.dps-stars span {
  line-height: 1;
}
.dps-verified svg {
  display: block;
}
.dps-review-media .dps-rvm:hover img {
  transform: scale(1.03);
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.dps-review-item {
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 0;
}
.dps-review-item:last-child {
  border-bottom: none;
}
.dps-review-item .content {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.4;
}
.dps-review-showcase {
  --dps-review-showcase-accent: #dc0018;
  --dps-review-showcase-line: rgba(148, 163, 184, .24);
  --dps-review-showcase-soft: rgba(220, 0, 24, .055);
  --dps-review-showcase-ink: #172033;
  --dps-review-showcase-muted: #667085;
  display: grid;
  gap: 14px;
  margin: 18px 0;
}
.dps-review-showcase__header h2 {
  margin: 0;
  font-size: clamp(1.18rem, 2vw, 1.65rem);
  line-height: 1.12;
}
.dps-review-showcase__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 255px), 1fr));
  gap: 14px;
}
.dps-review-showcase[style*="--dps-review-showcase-columns"] > .dps-review-showcase__grid {
  grid-template-columns: repeat(var(--dps-review-showcase-columns), minmax(0, 1fr));
}
.dps-review-showcase.dps-review-showcase--wide > .dps-review-showcase__grid {
  grid-template-columns: repeat(var(--dps-review-showcase-columns, 2), minmax(0, 1fr));
  gap: 16px;
}
.dps-review-showcase--compact .dps-review-showcase__grid,
.dps-review-showcase--strip .dps-review-showcase__grid {
  grid-template-columns: 1fr;
}
.dps-review-showcase__card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  position: relative;
  overflow: visible;
  padding: 14px;
  border: 1px solid var(--dps-review-showcase-line);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,255,255,.86)),
    var(--dps-review-showcase-soft);
  box-shadow: 0 16px 38px rgba(15, 23, 42, .075);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.dps-review-showcase__card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--dps-review-showcase-accent), rgba(220, 0, 24, .32));
  opacity: .9;
}
.dps-review-showcase__card:hover,
.dps-review-showcase__card:focus-within {
  transform: translateY(-2px);
  border-color: rgba(220, 0, 24, .24);
  box-shadow: 0 22px 48px rgba(15, 23, 42, .11);
}
.dps-review-showcase__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: var(--dps-review-showcase-muted);
  font-size: .78rem;
  line-height: 1.25;
}
.dps-review-showcase__rank,
.dps-review-showcase__helpful,
.dps-review-showcase__type {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 24px;
  padding: 3px 8px;
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: 999px;
  background: #fff;
  font-weight: 800;
}
.dps-review-showcase__rank {
  color: #991b1b;
  border-color: rgba(220, 0, 24, .22);
  background: rgba(220, 0, 24, .06);
}
.dps-review-showcase__helpful {
  color: #14532d;
  border-color: rgba(22, 163, 74, .22);
  background: rgba(240, 253, 244, .92);
}
.dps-review-showcase__helpful-separator {
  color: #94a3b8;
  font-weight: 700;
}
.dps-review-showcase__thumb {
  width: 15px;
  height: 15px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: .35;
}
.dps-review-showcase__thumb--down {
  color: #b91c1c;
}
.dps-review-showcase__type {
  color: #475569;
  font-size: .72rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: rgba(248, 250, 252, .92);
}
.dps-review-showcase__product {
  flex: 1 1 12rem;
  min-width: min(100%, 12rem);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 700;
}
.dps-review-showcase__product a {
  color: inherit;
}
.dps-review-showcase__media {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(76px, 1fr));
  gap: 7px;
  min-width: 0;
  margin: 0;
}
.dps-review-showcase__media .dps-rvm {
  position: relative;
  min-width: 0;
}
.dps-review-showcase__media .dps-rvm img {
  width: 100%;
  height: clamp(84px, 18vw, 138px);
  border-radius: 13px;
  border: 1px solid rgba(148, 163, 184, .26);
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
}
.dps-review-showcase__media .dps-rvm:first-child:nth-last-child(n+2) {
  grid-column: span 2;
}
.dps-review-showcase__media-count {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 3px 7px;
  border-radius: 999px;
  color: #fff;
  background: rgba(15, 23, 42, .72);
  box-shadow: 0 6px 16px rgba(15, 23, 42, .22);
  font-size: .72rem;
  font-weight: 800;
}
.dps-review-showcase .dps-review-item {
  border-bottom: 0;
  min-width: 0;
  padding: 0;
}
.dps-review-showcase .dps-review-item header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .38rem;
}
.dps-review-showcase .dps-review-item .content {
  color: var(--dps-review-showcase-ink);
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.dps-review-showcase .dps-review-item .content p {
  margin: 0;
}
.dps-review-showcase .dps-review-item .content p + p {
  margin-top: .55em;
}
.dps-review-showcase .dps-stars {
  color: #d97706;
  letter-spacing: .03em;
}
.dps-review-showcase--compact .dps-review-showcase__card {
  padding: 12px 14px;
}
.dps-review-showcase--strip .dps-review-showcase__card {
  grid-template-columns: minmax(150px, .35fr) minmax(0, 1fr);
  align-items: start;
}
.dps-review-showcase--strip .dps-review-showcase__meta {
  align-self: start;
}
.dps-review-showcase--strip .dps-review-showcase__media {
  grid-column: 1;
}
.dps-review-showcase--strip .dps-review-item {
  grid-column: 2;
}
@media (prefers-reduced-motion: reduce) {
  .dps-review-showcase__card {
    transition: none;
  }
  .dps-review-showcase__card:hover,
  .dps-review-showcase__card:focus-within {
    transform: none;
  }
}
@media (max-width: 680px) {
  .dps-review-showcase.dps-review-showcase--wide > .dps-review-showcase__grid {
    grid-template-columns: 1fr;
  }
  .dps-review-showcase[style*="--dps-review-showcase-columns"] > .dps-review-showcase__grid {
    grid-template-columns: 1fr;
  }
  .dps-review-showcase--strip .dps-review-showcase__card {
    grid-template-columns: 1fr;
  }
  .dps-review-showcase--strip .dps-review-showcase__media,
  .dps-review-showcase--strip .dps-review-item {
    grid-column: auto;
  }
  .dps-review-showcase__media .dps-rvm:first-child:nth-last-child(n+2) {
    grid-column: auto;
  }
}

@media (max-width: 780px){
  .dps-consent{
    padding:10px;
  }
  .dpsc-wrap{
    width:min(100vw - 12px,100%);
    max-height:calc(100vh - 12px);
    border-radius:10px;
  }
  .dpsc-head,
  .dpsc-body,
  .dpsc-actions{
    padding-left:16px;
    padding-right:16px;
  }
  .dpsc-heading h2{
    font-size:1.22rem;
    line-height:1.12;
  }
  .dpsc-actions{
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    padding-top:12px;
    padding-bottom:10px;
  }
  .dpsc-actions--intro{
    display:flex;
  }
  .dpsc-actions__aside{
    width:100%;
    justify-items:center;
    gap:4px;
  }
  .dpsc-actions__group{
    width:100%;
    justify-content:stretch;
  }
  .dpsc-actions__group--secondary{
    margin-left:0;
    justify-content:center;
  }
  .dpsc-intro-layout,
  .dpsc-pref-intro{
    grid-template-columns:52px minmax(0,1fr);
    gap:10px;
    align-items:start;
  }
  .dpsc-brandmark{
    width:52px;
    height:52px;
  }
  .dpsc-brandmark svg,
  .dpsc-brandmark img{
    width:40px;
    height:40px;
  }
  .dpsc-intro-shell,
  .dpsc-pref-copy{
    justify-items:flex-start;
  }
  .dpsc-intro,
  .dpsc-pref-copy__text{
    text-align:left;
  }
  .dpsc-stats,
  .dpsc-pref-summary{
    display:flex;
    justify-content:flex-start;
    gap:8px;
    flex-wrap:wrap;
  }
  .dpsc-btn{
    width:100%;
    min-height:40px;
    font-size:.92rem;
  }
  .dpsc-cat{
    padding:7px 8px 6px;
  }
  .dpsc-cat__top{
    align-items:flex-start;
    gap:10px;
  }
  .dpsc-cat__toggle{
    align-self:flex-start;
  }
  .dpsc-cat__details{
    padding:0 8px 8px;
  }
  .dpsc-cat__title{
    font-size:.95rem;
  }
  .dpsc-cat__desc{
    font-size:.84rem;
  }
  .dpsc-service th,
  .dpsc-service td{
    display:block;
    width:auto;
    padding:5px 0;
    background:transparent;
  }
  .dpsc-foot{
    justify-content:center;
    padding:0 16px 2px;
  }
  .dpsc-foot__links{
    justify-content:center;
    flex-wrap:wrap;
    gap:6px;
    text-align:center;
  }
  .dps-manage-btn{
    left:12px;
    right:auto;
    bottom:55px;
    min-height:34px;
    padding:0 10px;
  }
  .dps-top-btn{
    left:12px;
    right:auto;
    bottom:98px;
    width:34px;
    height:34px;
  }
  .dps-cmp-debug{
    left:12px;
    right:12px;
    width:auto;
    top:12px;
    max-height:40vh;
  }
}

/* Shared runtime layer guard.
   Keeps DPS layers ordered even when older cached component CSS is still present. */
.dps-chat{
  z-index:2400 !important;
}
.dps-chat:not(.is-open){
  z-index:1600 !important;
}
.dps-manage-btn,
.dps-top-btn{
  z-index:1700 !important;
}
.dps-review-drawer__overlay{
  z-index:2200 !important;
}
.dps-review-drawer{
  z-index:2210 !important;
}
.dps-consent{
  z-index:4200 !important;
}
.dps-cmp-debug{
  z-index:4500 !important;
}
.dps-lightbox,
.dps-lb{
  z-index:4600 !important;
}
.dps-lightbox__close,
.dps-lightbox__nav,
.dps-lb .close{
  z-index:4610 !important;
}
