/* Verdeando Partidos · Calendario V1 */
.verdeando-season{
  --vc-dark:#102c1e;--vc-dark-2:#0a2117;--vc-green:#167442;--vc-green-light:#289456;
  --vc-olive:#71883b;--vc-lime:#b8d857;--vc-paper:#f4f3ec;--vc-white:#fff;
  --vc-text:#1b211d;--vc-muted:#7d847e;--vc-border:rgba(22,63,39,.14);--vc-hero-image:none;
  display:flex;flex-flow:row nowrap;align-items:stretch;width:max-content;min-height:680px;
  font-family:inherit;color:var(--vc-text)
}
.verdeando-season .vc-panel{position:relative;flex:0 0 auto;min-height:680px}
.verdeando-season .vc-panel-intro{overflow:hidden}
.verdeando-season .vc-panel-intro::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:
    linear-gradient(115deg,transparent 0%,transparent 55%,rgba(255,255,255,.035) 55.2%,transparent 56%),
    linear-gradient(90deg,rgba(9,34,23,.91) 0%,rgba(13,48,31,.78) 48%,rgba(14,56,35,.48) 100%),
    linear-gradient(180deg,rgba(10,35,24,.08) 0%,rgba(8,29,20,.60) 100%),
    var(--vc-hero-image);
  background-size:cover;background-position:center;background-repeat:no-repeat
}
.verdeando-season .vc-panel-intro::after{
  content:"26";position:absolute;right:-28px;bottom:-70px;color:rgba(255,255,255,.025);
  font-size:330px;font-weight:900;line-height:1;letter-spacing:-.12em;pointer-events:none
}
.verdeando-season .vc-intro-inner{
  position:relative;z-index:2;box-sizing:border-box;display:grid;grid-template-rows:auto minmax(0,1fr) auto;
  width:100%;min-height:calc(100vh - 86px);padding:clamp(42px,5vw,68px) clamp(45px,5vw,72px) clamp(40px,5vw,62px)
}
.verdeando-season .vc-section-index{
  position:relative;z-index:3;display:flex;align-items:center;gap:16px;color:rgba(255,255,255,.46);
  font-size:11px;font-weight:800;line-height:1;letter-spacing:.17em;text-transform:uppercase
}
.verdeando-season .vc-section-index span:first-child{color:var(--vc-lime)}
.verdeando-season .vc-intro-main{position:relative;z-index:3;align-self:center;width:100%;max-width:570px}
.verdeando-season .vc-kicker{
  display:block;margin:0 0 22px;color:var(--vc-lime);font-size:11px;font-weight:800;line-height:1.2;
  letter-spacing:.19em;text-transform:uppercase
}
.verdeando-season .vc-intro-main h2{
  margin:0;color:#fff;font-family:inherit;font-size:clamp(70px,7vw,112px);font-weight:800;line-height:.82;letter-spacing:-.065em
}
.verdeando-season .vc-intro-main h2 em{display:inline-block;color:var(--vc-lime);font-style:normal}
.verdeando-season .vc-intro-main p{max-width:430px;margin:32px 0 0;color:rgba(255,255,255,.68);font-size:15px;line-height:1.65}
.verdeando-season .vc-intro-main::after{content:"";display:block;width:72px;height:3px;margin-top:32px;background:var(--vc-lime)}
.verdeando-season .vc-intro-bottom{position:relative;z-index:3;display:flex;align-items:flex-end;justify-content:space-between;gap:30px}
.verdeando-season .vc-season-big{color:rgba(255,255,255,.12);font-size:76px;font-weight:900;line-height:.8;letter-spacing:-.08em;white-space:nowrap}
.verdeando-season .vc-season-big span{color:var(--vc-lime)}
.verdeando-season .vc-scroll-note{
  display:flex;align-items:center;gap:12px;padding-bottom:3px;color:rgba(255,255,255,.57);
  font-size:9px;font-weight:700;line-height:1.2;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap
}
.verdeando-season .vc-scroll-line{position:relative;display:block;width:46px;height:1px;background:rgba(184,216,87,.6)}
.verdeando-season .vc-scroll-line::after{
  content:"";position:absolute;right:0;top:-3px;width:6px;height:6px;border-top:1px solid var(--vc-lime);
  border-right:1px solid var(--vc-lime);transform:rotate(45deg)
}
.verdeando-season .vc-panel-calendar{position:relative;z-index:5;width:min(1080px,82vw);min-width:820px;background:var(--vc-paper)}
.verdeando-season .vc-calendar-shell{
  position:relative;z-index:6;box-sizing:border-box;display:flex;flex-direction:column;width:100%;min-height:680px;padding:38px 46px 28px
}
.verdeando-season .vc-calendar-top{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding-bottom:26px}
.verdeando-season .vc-calendar-label{display:block;margin-bottom:8px;color:var(--vc-olive);font-size:9px;font-weight:900;letter-spacing:.2em}
.verdeando-season .vc-calendar-top h3{margin:0;color:var(--vc-dark);font-size:37px;line-height:1;letter-spacing:-.035em}
.verdeando-season .vc-current-month{display:flex;align-items:center;gap:12px}
.verdeando-season .vc-current-number{color:var(--vc-lime);font-size:50px;font-weight:900;line-height:.8;letter-spacing:-.05em}
.verdeando-season .vc-current-year{display:block;color:var(--vc-olive);font-size:9px;font-weight:800;letter-spacing:.15em}
.verdeando-season .vc-current-name{display:block;color:var(--vc-dark);font-size:18px}
.verdeando-season .vc-month-navigation{
  position:relative;z-index:20;display:grid;grid-template-columns:45px minmax(0,1fr) 45px;margin-bottom:22px;
  border-top:1px solid var(--vc-border);border-bottom:1px solid var(--vc-border)
}
.verdeando-season .vc-month-nav{display:flex;align-items:center;justify-content:space-between;min-width:0}
.verdeando-season .vc-month-nav button,.verdeando-season .vc-month-arrow{
  appearance:none;-webkit-appearance:none;border:0;background:transparent;font:inherit;cursor:pointer;touch-action:manipulation
}
.verdeando-season .vc-month-nav button{
  position:relative;padding:17px 8px;color:#969c97;font-size:10px;font-weight:800;letter-spacing:.08em;
  transition:color .2s ease,background-color .2s ease
}
.verdeando-season .vc-month-nav button::after{
  content:"";position:absolute;left:50%;bottom:-1px;width:0;height:3px;background:var(--vc-green);
  transform:translateX(-50%);transition:width .25s ease
}
.verdeando-season .vc-month-nav button:hover{color:var(--vc-dark)}
.verdeando-season .vc-month-nav button.is-active{color:var(--vc-green)}
.verdeando-season .vc-month-nav button.is-active::after{width:70%}
.verdeando-season .vc-month-arrow{display:flex;align-items:center;justify-content:center;color:var(--vc-dark);font-size:19px}
.verdeando-season .vc-month-arrow:hover{background:var(--vc-dark);color:#fff}
.verdeando-season .vc-month-arrow:disabled{cursor:default;opacity:.2}
.verdeando-season .vc-season-divider{flex:0 0 1px;width:1px;height:18px;margin:0 3px;background:var(--vc-border)}
.verdeando-season .vc-calendar-stage{position:relative;z-index:5;flex:1;width:100%}
.verdeando-season .vc-empty-divider{height:1px;margin-bottom:22px;background:var(--vc-border)}
.verdeando-season .vc-calendar-stage-empty{display:flex;align-items:center;justify-content:center;min-height:390px}
.verdeando-season .vc-empty-calendar{
  box-sizing:border-box;width:min(620px,100%);padding:54px 48px;border:1px solid var(--vc-border);background:rgba(255,255,255,.5);
  text-align:center
}
.verdeando-season .vc-empty-calendar::before{
  content:"";display:block;width:58px;height:3px;margin:0 auto 24px;background:var(--vc-lime)
}
.verdeando-season .vc-empty-kicker{
  display:block;margin-bottom:14px;color:var(--vc-olive);font-size:9px;font-weight:900;letter-spacing:.18em;text-transform:uppercase
}
.verdeando-season .vc-empty-calendar h4{
  max-width:520px;margin:0 auto;color:var(--vc-dark);font-size:34px;font-weight:800;line-height:1.04;letter-spacing:-.035em
}
.verdeando-season .vc-empty-calendar p{
  max-width:470px;margin:18px auto 0;color:var(--vc-muted);font-size:13px;line-height:1.6
}
.verdeando-season .vc-cal-month{display:none;width:100%;animation:vcMonthFade .3s ease both}
.verdeando-season .vc-cal-month.is-active{display:block}
@keyframes vcMonthFade{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
.verdeando-season .vc-month-title{display:flex;align-items:center;gap:16px;padding:10px 0 18px;border-bottom:1px solid var(--vc-border)}
.verdeando-season .vc-month-number{color:var(--vc-lime);font-size:44px;font-weight:900;line-height:.8;letter-spacing:-.05em}
.verdeando-season .vc-month-small{display:block;margin-bottom:3px;color:var(--vc-olive);font-size:9px;font-weight:800;letter-spacing:.15em}
.verdeando-season .vc-month-title h3{margin:0;color:var(--vc-dark);font-size:24px;font-weight:700;line-height:1}
.verdeando-season .vc-table-wrap,.verdeando-season .vc-table{width:100%}
.verdeando-season .vc-table{border-collapse:collapse;border-spacing:0}
.verdeando-season .vc-table th{
  padding:12px 13px;border-bottom:2px solid var(--vc-dark);color:#929994;font-size:9px;font-weight:800;
  letter-spacing:.15em;text-align:left;text-transform:uppercase
}
.verdeando-season .vc-table td{
  padding:19px 13px;border-bottom:1px solid var(--vc-border);color:#353b37;font-size:14px;line-height:1.4;vertical-align:middle
}
.verdeando-season .vc-table th:first-child,.verdeando-season .vc-table td:first-child{padding-left:0}
.verdeando-season .vc-table th:last-child,.verdeando-season .vc-table td:last-child{padding-right:0}
.verdeando-season .vc-table td:nth-child(1){width:17%;font-weight:650;font-variant-numeric:tabular-nums}
.verdeando-season .vc-table td:nth-child(2){width:13%;font-variant-numeric:tabular-nums}
.verdeando-season .vc-table td:nth-child(3){width:45%;font-size:16px}
.verdeando-season .vc-table td:nth-child(4){width:25%;text-align:right}
.verdeando-season .vc-table strong{color:var(--vc-green);font-weight:850}
.verdeando-season .vc-table a{color:inherit;text-decoration:none;transition:color .2s ease}
.verdeando-season .vc-table a:hover{color:var(--vc-green)}
.verdeando-season .vc-vs{display:inline-block;margin:0 6px;color:#a2a8a3;font-size:10px;font-weight:750;text-transform:uppercase}
.verdeando-season .vc-status-wrap{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:5px}
.verdeando-season .vc-jornada{
  display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:34px;height:26px;padding:0 8px;
  border:1px solid var(--vc-border);border-radius:20px;background:#fff;color:var(--vc-dark);font-size:10px;font-weight:800
}
.verdeando-season .vc-result{
  display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:38px;height:26px;padding:0 8px;
  border-radius:20px;background:var(--vc-dark);color:#fff;font-size:11px;font-weight:800;letter-spacing:.02em
}
.verdeando-season .vc-result-win{background:var(--vc-green)}
.verdeando-season .vc-result-draw{background:var(--vc-olive)}
.verdeando-season .vc-result-loss{background:#626963}
.verdeando-season .vc-outcome-label{font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.verdeando-season .vc-outcome-win{color:var(--vc-green)}
.verdeando-season .vc-outcome-draw{color:var(--vc-olive)}
.verdeando-season .vc-outcome-loss{color:#686f6a}
.verdeando-season .vc-chronicle-cta{
  display:inline-flex;align-items:center;color:var(--vc-green);font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap
}
.verdeando-season .vc-pending{color:#949a95;font-size:10px;font-weight:600;font-style:italic}
.verdeando-season .vc-table tr.is-played{background:linear-gradient(90deg,rgba(40,148,86,.07),transparent 55%)}
.verdeando-season .vc-table tbody tr{transition:background-color .2s ease}
.verdeando-season .vc-table tbody tr:hover{background-color:rgba(184,216,87,.07)}
.verdeando-season .vc-table tr.has-chronicle{cursor:pointer}
.verdeando-season .vc-table tr.has-chronicle:focus-visible{outline:2px solid var(--vc-lime);outline-offset:-2px}
.verdeando-season tr.is-win td:first-child{border-left:3px solid var(--vc-green-light);padding-left:10px}
.verdeando-season tr.is-draw td:first-child{border-left:3px solid var(--vc-olive);padding-left:10px}
.verdeando-season tr.is-loss td:first-child{border-left:3px solid #737a75;padding-left:10px}
.verdeando-season tr.is-next{background:linear-gradient(90deg,rgba(184,216,87,.14),rgba(184,216,87,.035) 68%,transparent)}
.verdeando-season tr.is-next td:first-child{border-left:3px solid var(--vc-lime);padding-left:10px}
.verdeando-season .vc-next-label{
  display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:20px;background:var(--vc-lime);
  color:var(--vc-dark);font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap
}
.verdeando-season .vc-calendar-legend{display:flex;align-items:center;gap:25px;margin-top:auto;padding-top:20px;color:#858c86;font-size:9px;font-weight:650}
.verdeando-season .vc-calendar-legend span{display:flex;align-items:center;gap:7px}
.verdeando-season .vc-dot{display:inline-block;width:6px;height:6px;flex:0 0 6px;border-radius:50%}
.verdeando-season .vc-dot-played{background:var(--vc-green-light)}
.verdeando-season .vc-dot-pending{background:#bec1bd}
.verdeando-season .vc-chronicle-preview{
  position:absolute;right:34px;bottom:54px;z-index:40;width:280px;overflow:hidden;border-radius:4px;background:var(--vc-dark);
  color:#fff;box-shadow:0 18px 48px rgba(3,20,12,.22);opacity:0;visibility:hidden;transform:translateY(8px);
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;pointer-events:none
}
.verdeando-season .vc-chronicle-preview.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.verdeando-season .vc-chronicle-preview img{display:block;width:100%;height:145px;object-fit:cover;background:#dfe5df}
.verdeando-season .vc-chronicle-preview div{padding:12px 14px 14px}
.verdeando-season .vc-chronicle-preview span{display:block;margin-bottom:5px;color:var(--vc-lime);font-size:8px;font-weight:900;letter-spacing:.15em}
.verdeando-season .vc-chronicle-preview strong{display:block;font-size:13px;line-height:1.35}
.verdeando-season .vc-panel-end{width:min(430px,36vw);background:var(--vc-dark-2);color:#fff}
.verdeando-season .vc-end-inner{box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;width:100%;min-height:680px;padding:42px}
.verdeando-season .vc-end-content{max-width:310px}
.verdeando-season .vc-end-small{display:block;margin-bottom:13px;color:var(--vc-lime);font-size:9px;font-weight:800;letter-spacing:.18em}
.verdeando-season .vc-end-content h3{margin:0;color:#fff;font-size:55px;line-height:.88;letter-spacing:-.055em}
.verdeando-season .vc-end-content p{margin-top:27px;color:rgba(255,255,255,.6);font-size:13px;line-height:1.65}
.verdeando-season .vc-end-signature{display:flex;align-items:center;gap:15px;color:rgba(255,255,255,.55)}
.verdeando-season .vc-end-line{width:42px;height:1px;background:var(--vc-lime)}
.verdeando-season .vc-end-signature strong,.verdeando-season .vc-end-signature span{display:block}
.verdeando-season .vc-end-signature strong{margin-bottom:3px;color:#fff;font-size:11px}
.verdeando-season .vc-end-signature span{font-size:9px}
.verdeando-season button:focus-visible,.verdeando-season a:focus-visible{outline:2px solid var(--vc-lime);outline-offset:2px}
.vdp-error,.vdp-empty{padding:16px;border-left:3px solid #167442;background:#f4f3ec}

@media(max-height:760px) and (min-width:701px){
  .verdeando-season .vc-panel-intro,.verdeando-season .vc-intro-inner{min-height:620px}
  .verdeando-season .vc-intro-inner{padding-top:38px;padding-bottom:35px}
  .verdeando-season .vc-intro-main h2{font-size:76px}
  .verdeando-season .vc-season-big{font-size:60px}
}
@media(max-width:1000px) and (min-width:701px){
  .verdeando-season .vc-panel-intro{width:620px;min-width:620px}
  .verdeando-season .vc-panel-calendar{width:820px;min-width:820px}
  .verdeando-season .vc-panel-end{width:360px;min-width:360px}
}
@media(max-width:700px){
  .verdeando-season{display:block;width:100%;min-height:0}
  .verdeando-season .vc-panel{width:100%;min-width:0;min-height:0}
  .verdeando-season .vc-panel-intro{width:100%;min-width:0;min-height:620px}
  .verdeando-season .vc-intro-inner{min-height:620px;padding:34px 24px 30px}
  .verdeando-season .vc-intro-main{max-width:100%}
  .verdeando-season .vc-intro-main h2{font-size:clamp(58px,18vw,82px)}
  .verdeando-season .vc-intro-main p{max-width:330px;font-size:14px}
  .verdeando-season .vc-season-big{font-size:54px}
  .verdeando-season .vc-scroll-note{display:none}
  .verdeando-season .vc-panel-calendar{width:100%;min-width:0}
  .verdeando-season .vc-calendar-shell{min-height:0;padding:28px 18px}
  .verdeando-season .vc-calendar-top{align-items:flex-start;padding-bottom:20px}
  .verdeando-season .vc-calendar-top h3{font-size:30px}
  .verdeando-season .vc-current-month{display:none}
  .verdeando-season .vc-month-navigation{grid-template-columns:38px minmax(0,1fr) 38px}
  .verdeando-season .vc-empty-divider{margin-bottom:0}
  .verdeando-season .vc-calendar-stage-empty{min-height:320px}
  .verdeando-season .vc-empty-calendar{padding:42px 22px}
  .verdeando-season .vc-empty-calendar h4{font-size:29px}
  .verdeando-season .vc-month-nav{justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-behavior:smooth}
  .verdeando-season .vc-month-nav::-webkit-scrollbar{display:none}
  .verdeando-season .vc-month-nav button{flex:0 0 54px}
  .verdeando-season .vc-month-title{padding:10px 0 17px}
  .verdeando-season .vc-month-number{font-size:38px}
  .verdeando-season .vc-month-title h3{font-size:22px}
  .verdeando-season .vc-table,.verdeando-season .vc-table tbody,.verdeando-season .vc-table tr,.verdeando-season .vc-table td{display:block;width:100%}
  .verdeando-season .vc-table thead{display:none}
  .verdeando-season .vc-table tr{box-sizing:border-box;margin:13px 0;overflow:hidden;border:1px solid var(--vc-border);border-radius:4px;background:#fff}
  .verdeando-season .vc-table tr.is-played{background:linear-gradient(90deg,rgba(40,148,86,.07),#fff 50%)}
  .verdeando-season .vc-table td{
    box-sizing:border-box;display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:10px;width:100%!important;
    padding:9px 12px!important;border-bottom:1px solid rgba(20,60,38,.08);font-size:13px;text-align:left!important
  }
  .verdeando-season .vc-table td:last-child{border-bottom:0}
  .verdeando-season .vc-table td::before{
    content:attr(data-label);color:#929893;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase
  }
  .verdeando-season .vc-table td:nth-child(3){padding-top:13px!important;padding-bottom:13px!important;font-size:15px}
  .verdeando-season .vc-status-wrap{justify-content:flex-start}
  .verdeando-season tr.is-win td:first-child,.verdeando-season tr.is-draw td:first-child,
  .verdeando-season tr.is-loss td:first-child,.verdeando-season tr.is-next td:first-child{padding-left:10px!important}
  .verdeando-season .vc-calendar-legend{flex-wrap:wrap;gap:10px 20px;padding-top:16px}
  .verdeando-season .vc-chronicle-preview{display:none}
  .verdeando-season .vc-panel-end{width:100%;min-width:0}
  .verdeando-season .vc-end-inner{min-height:520px;padding:30px 22px}
  .verdeando-season .vc-end-content h3{font-size:48px}
}

/* V1.3 · iconos SVG editoriales por partido */
.verdeando-season .vc-match-links{display:inline-flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:7px}
.verdeando-season .vc-match-icon{display:inline-flex;align-items:center;justify-content:center;width:31px;height:31px;padding:0;border:1px solid rgba(24,73,42,.28);border-radius:999px;background:rgba(234,241,231,.92);color:#18492a;text-decoration:none;box-shadow:0 2px 8px rgba(24,73,42,.07);transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}
.verdeando-season .vc-match-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.verdeando-season .vc-match-icon .vc-svg-fill{fill:currentColor;stroke:none}
.verdeando-season .vc-match-icon:hover,.verdeando-season .vc-match-icon:focus-visible{transform:translateY(-1px);background:#fff;border-color:rgba(24,73,42,.58);box-shadow:0 4px 12px rgba(24,73,42,.12)}
.verdeando-season .vc-match-icon:focus-visible{outline:2px solid currentColor;outline-offset:2px}
@media(max-width:640px){.verdeando-season .vc-match-links{gap:6px}.verdeando-season .vc-match-icon{width:30px;height:30px}.verdeando-season .vc-match-icon svg{width:16px;height:16px}}


/* V1.4 · slide editorial de crónica para TheNa */
.vdp-slide-editorial{margin-top:18px;max-width:980px}
.vdp-slide-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:14px}
.vdp-slide-editorial .vc-match-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid rgba(255,255,255,.48);border-radius:999px;background:rgba(18,58,34,.62);color:#fff;text-decoration:none;backdrop-filter:blur(5px);transition:transform .18s ease,background-color .18s ease}
.vdp-slide-editorial .vc-match-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.vdp-slide-editorial .vc-match-icon .vc-svg-fill{fill:currentColor;stroke:none}
.vdp-slide-editorial .vc-match-icon:hover,.vdp-slide-editorial .vc-match-icon:focus-visible{transform:translateY(-2px);background:rgba(18,58,34,.9)}
.vdp-slide-quotes{display:flex;align-items:flex-end;gap:18px;max-width:900px}
.vdp-slide-person{flex:0 0 112px;padding:8px;background:#f1efe4;color:#173d26;box-shadow:0 10px 28px rgba(0,0,0,.18);transform:rotate(-1.2deg)}
.vdp-slide-person-img{display:block;width:96px;height:96px;object-fit:cover;filter:saturate(.85) contrast(1.04)}
.vdp-slide-person strong{display:block;padding:7px 2px 2px;font-size:12px;line-height:1.15;text-transform:uppercase;letter-spacing:.04em}
.vdp-slide-quote-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;flex:1}
.vdp-slide-quote-list blockquote{margin:0;padding:11px 12px;background:rgba(247,244,229,.93);color:#173d26;font-family:Georgia,'Times New Roman',serif;font-size:14px;line-height:1.25;box-shadow:0 7px 22px rgba(0,0,0,.13)}
.vdp-slide-quote-list blockquote:nth-child(2){transform:rotate(.7deg)}
.vdp-slide-quote-list blockquote:nth-child(3){transform:rotate(-.5deg)}
@media(max-width:760px){
	.vdp-slide-editorial{margin-top:12px}
	.vdp-slide-quotes{align-items:stretch;gap:10px}
	.vdp-slide-person{flex-basis:82px}
	.vdp-slide-person-img{width:66px;height:66px}
	.vdp-slide-quote-list{grid-template-columns:1fr}
	.vdp-slide-quote-list blockquote:nth-child(n){transform:none;font-size:12px;padding:8px 9px}
}
