.ppp-player{
  --ppp-primary:#0864bd;--ppp-primary-dark:#003f82;--ppp-accent:#ff6538;--ppp-bg:#fff;--ppp-surface:#f4f8fc;--ppp-text:#10213b;--ppp-muted:#718096;--ppp-border:#e3ebf3;--ppp-track:#e5edf5;
  direction:rtl;background:var(--ppp-bg);border:1px solid var(--ppp-border);border-radius:24px;box-shadow:0 18px 55px rgba(14,65,117,.12);color:var(--ppp-text);font-family:inherit;line-height:1.8;margin:28px 0;overflow:hidden;position:relative
}
.ppp-player *{box-sizing:border-box}.ppp-player:before{background:linear-gradient(90deg,var(--ppp-accent),var(--ppp-primary));content:"";height:4px;inset:0 0 auto;position:absolute;z-index:3}.ppp-audio{display:none}.ppp-main{display:grid;gap:24px;grid-template-columns:174px minmax(0,1fr);padding:25px}.ppp-cover{align-items:center;background:linear-gradient(145deg,var(--ppp-primary),var(--ppp-primary-dark));background-position:center;background-size:cover;border-radius:19px;color:#fff;display:flex;justify-content:center;min-height:174px;overflow:hidden;position:relative}.ppp-cover.has-image:before{background:linear-gradient(150deg,rgba(18,103,196,.42),rgba(5,35,67,.68));content:"";inset:0;position:absolute}.ppp-cover-icon{align-items:center;background:#fff;border-radius:50%;box-shadow:0 10px 30px rgba(0,0,0,.16);color:var(--ppp-primary);display:flex;height:66px;justify-content:center;position:relative;width:66px;z-index:2}.ppp-cover-icon svg{height:29px;width:29px}.ppp-cover-label{align-items:center;background:rgba(5,35,67,.48);border-radius:99px;display:flex;font-size:10px;font-weight:700;gap:6px;padding:4px 8px;position:absolute;right:13px;top:13px;z-index:3}.ppp-cover-label i{background:var(--ppp-accent);border-radius:50%;box-shadow:0 0 0 4px rgba(255,255,255,.15);height:6px;width:6px}.ppp-visual-wave,.ppp-episode{display:none}.ppp-content{min-width:0}.ppp-eyebrow{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:3px}.ppp-eyebrow strong{color:var(--ppp-primary);font-size:12px}.ppp-duration{background:var(--ppp-surface);border:1px solid var(--ppp-border);border-radius:99px;color:var(--ppp-muted);font-size:11px;padding:3px 9px}.ppp-content h2{color:var(--ppp-text);font-size:clamp(18px,2.3vw,25px);line-height:1.55;margin:0 0 4px}.ppp-description,.ppp-speaker-inline{color:var(--ppp-muted);font-size:13px;margin:0 0 10px}.ppp-speaker-inline{font-size:11px;margin-top:-7px}.ppp-timeline{align-items:center;cursor:pointer;display:flex;height:26px;touch-action:none}.ppp-track{background:var(--ppp-track);border-radius:99px;height:7px;overflow:visible;width:100%}.ppp-played{background:linear-gradient(90deg,var(--ppp-primary-dark),var(--ppp-primary),var(--ppp-accent));border-radius:inherit;height:100%;position:relative;width:0}.ppp-played:after{background:var(--ppp-bg);border:4px solid var(--ppp-primary);border-radius:50%;box-shadow:0 2px 8px rgba(15,78,141,.25);content:"";height:13px;left:-6px;position:absolute;top:50%;transform:translateY(-50%);width:13px}.ppp-times{color:var(--ppp-muted);display:flex;font-size:10px;justify-content:space-between;margin-top:-3px}.ppp-controls{align-items:center;display:flex;gap:14px;justify-content:space-between;margin-top:8px}.ppp-main-controls,.ppp-tools{align-items:center;display:flex;gap:7px}.ppp-player button,.ppp-player a{font:inherit}.ppp-icon-btn,.ppp-tool-btn{align-items:center;background:transparent;border:0;color:var(--ppp-muted);cursor:pointer;display:flex;justify-content:center;text-decoration:none;transition:.2s}.ppp-icon-btn{border-radius:50%;height:37px;padding:0;width:37px}.ppp-icon-btn svg{height:19px;width:19px}.ppp-play{background:var(--ppp-primary);box-shadow:0 7px 20px rgba(18,103,196,.3);color:#fff;height:50px;width:50px}.ppp-tool-btn{border-radius:10px;font-size:11px;font-weight:700;gap:6px;height:34px;padding:0 9px}.ppp-tool-btn svg{height:16px;width:16px}.ppp-speed{border:1px solid var(--ppp-border)}.ppp-bottom{align-items:center;background:var(--ppp-surface);border-top:1px solid var(--ppp-border);display:flex;gap:16px;justify-content:space-between;padding:12px 25px}.ppp-note{color:var(--ppp-muted);font-size:11px}.ppp-transcript-toggle{align-items:center;background:transparent;border:0;color:var(--ppp-primary);cursor:pointer;display:flex;font-size:12px;font-weight:700;gap:6px;padding:4px;white-space:nowrap}.ppp-transcript-toggle svg{height:16px;transition:.25s;width:16px}.ppp-transcript-toggle.is-open svg{transform:rotate(180deg)}.ppp-transcript{background:var(--ppp-bg);border-top:1px solid var(--ppp-border);display:none;padding:22px 25px}.ppp-transcript.is-open{display:block}.ppp-transcript h3{color:var(--ppp-text);font-size:16px;margin:0 0 8px}.ppp-transcript-content{color:var(--ppp-muted);font-size:13px}.ppp-transcript-content>:first-child{margin-top:0}.ppp-transcript-content>:last-child{margin-bottom:0}.ppp-speaker{color:var(--ppp-muted);font-size:11px;margin:12px 0 0}.ppp-toast{background:var(--ppp-text);border-radius:8px;bottom:12px;color:var(--ppp-bg);font-size:11px;left:16px;opacity:0;padding:6px 10px;pointer-events:none;position:absolute;transform:translateY(5px);transition:.2s}.ppp-toast.is-visible{opacity:1;transform:none}.ppp-player.is-playing .ppp-cover-icon{animation:ppp-pulse 1.8s infinite}.ppp-player.is-playing .ppp-cover-label i{animation:ppp-blink 1s infinite}

/* طرح ۲: ادیتوریال مینیمال */
.ppp-style-editorial{border-radius:8px;box-shadow:0 12px 34px rgba(16,33,59,.08)}.ppp-style-editorial:before{background:var(--ppp-text);height:7px;width:34%;right:0}.ppp-style-editorial .ppp-main{display:block;padding:30px 34px}.ppp-style-editorial .ppp-cover{display:none}.ppp-style-editorial .ppp-content{display:grid;gap:0 28px;grid-template-columns:minmax(0,1fr) auto}.ppp-style-editorial .ppp-eyebrow,.ppp-style-editorial h2,.ppp-style-editorial .ppp-description,.ppp-style-editorial .ppp-speaker-inline,.ppp-style-editorial .ppp-timeline,.ppp-style-editorial .ppp-times{grid-column:1}.ppp-style-editorial .ppp-controls{align-self:end;grid-column:2;grid-row:1/7;margin:0}.ppp-style-editorial .ppp-main-controls{background:var(--ppp-surface);border:1px solid var(--ppp-border);border-radius:99px;padding:6px}.ppp-style-editorial .ppp-tools{bottom:12px;left:28px;position:absolute}.ppp-style-editorial .ppp-play{background:var(--ppp-text)}.ppp-style-editorial .ppp-eyebrow strong{letter-spacing:.04em}.ppp-style-editorial .ppp-content h2{font-family:inherit;font-size:clamp(20px,2.5vw,29px)}.ppp-style-editorial .ppp-track{height:3px}.ppp-style-editorial .ppp-played:after{border-width:3px;height:10px;width:10px}.ppp-style-editorial .ppp-bottom{background:transparent;padding:10px 34px}

/* طرح ۳: ویترین محصول */
.ppp-style-product{border:0;border-radius:28px;box-shadow:0 24px 65px rgba(16,33,59,.16)}.ppp-style-product:before{display:none}.ppp-style-product .ppp-main{gap:0;grid-template-columns:minmax(270px,38%) minmax(0,1fr);padding:0}.ppp-style-product .ppp-cover{background:linear-gradient(145deg,var(--ppp-primary-dark),var(--ppp-primary));border-radius:0;min-height:310px}.ppp-style-product .ppp-cover.has-image:before{background:linear-gradient(145deg,rgba(0,0,0,.16),rgba(0,0,0,.58))}.ppp-style-product .ppp-cover-icon{background:var(--ppp-accent);color:#fff;height:74px;width:74px}.ppp-style-product .ppp-cover-label{background:var(--ppp-bg);color:var(--ppp-text)}.ppp-style-product .ppp-episode{bottom:18px;color:#fff;display:block;font-size:12px;font-weight:800;letter-spacing:.3em;position:absolute;z-index:2}.ppp-style-product .ppp-content{align-self:center;padding:34px 38px}.ppp-style-product .ppp-eyebrow strong{background:var(--ppp-accent);border-radius:99px;color:#fff;padding:3px 12px}.ppp-style-product .ppp-content h2{font-size:clamp(23px,3vw,34px);margin:7px 0}.ppp-style-product .ppp-track{height:9px}.ppp-style-product .ppp-play{background:var(--ppp-accent);box-shadow:0 9px 24px rgba(0,0,0,.2);height:58px;width:58px}.ppp-style-product .ppp-bottom{padding-right:calc(38% + 38px)}

/* طرح ۴: تکنولوژی تاریک */
.ppp-style-dark{background:linear-gradient(135deg,var(--ppp-primary-dark),var(--ppp-text));border-color:var(--ppp-primary);box-shadow:0 24px 70px rgba(0,0,0,.28);color:#fff}.ppp-style-dark:before{background:linear-gradient(90deg,var(--ppp-accent),var(--ppp-primary));height:2px}.ppp-style-dark .ppp-main{grid-template-columns:210px minmax(0,1fr);padding:30px}.ppp-style-dark .ppp-cover{background:rgba(255,255,255,.04);border:1px solid var(--ppp-primary);min-height:210px}.ppp-style-dark .ppp-cover.has-image:before{background:rgba(0,0,0,.58)}.ppp-style-dark .ppp-cover-icon{display:none}.ppp-style-dark .ppp-visual-wave{align-items:center;display:flex;gap:6px;height:82px;position:relative;z-index:2}.ppp-style-dark .ppp-visual-wave i{background:linear-gradient(180deg,var(--ppp-accent),var(--ppp-primary));border-radius:99px;height:30%;width:7px}.ppp-style-dark .ppp-visual-wave i:nth-child(2),.ppp-style-dark .ppp-visual-wave i:nth-child(6){height:58%}.ppp-style-dark .ppp-visual-wave i:nth-child(3),.ppp-style-dark .ppp-visual-wave i:nth-child(5){height:82%}.ppp-style-dark .ppp-visual-wave i:nth-child(4){height:100%}.ppp-style-dark.is-playing .ppp-visual-wave i{animation:ppp-wave .75s ease-in-out infinite alternate}.ppp-style-dark.is-playing .ppp-visual-wave i:nth-child(2n){animation-delay:-.35s}.ppp-style-dark .ppp-content h2,.ppp-style-dark .ppp-transcript h3{color:#fff}.ppp-style-dark .ppp-description,.ppp-style-dark .ppp-speaker-inline,.ppp-style-dark .ppp-times,.ppp-style-dark .ppp-note,.ppp-style-dark .ppp-transcript-content{color:var(--ppp-muted)}.ppp-style-dark .ppp-duration,.ppp-style-dark .ppp-main-controls,.ppp-style-dark .ppp-speed{background:rgba(255,255,255,.06);border-color:var(--ppp-primary);color:#fff}.ppp-style-dark .ppp-track{background:rgba(255,255,255,.13)}.ppp-style-dark .ppp-played:after{background:var(--ppp-primary-dark)}.ppp-style-dark .ppp-icon-btn,.ppp-style-dark .ppp-tool-btn{color:#fff}.ppp-style-dark .ppp-play{background:var(--ppp-accent);box-shadow:0 0 30px rgba(255,255,255,.13)}.ppp-style-dark .ppp-bottom,.ppp-style-dark .ppp-transcript{background:rgba(0,0,0,.14);border-color:rgba(255,255,255,.1)}

/* طرح ۵: شیشه‌ای فشرده */
.ppp-style-glass{background:linear-gradient(120deg,var(--ppp-bg),var(--ppp-surface));border:1px solid var(--ppp-border);border-radius:99px;box-shadow:0 18px 45px rgba(16,33,59,.12);overflow:visible}.ppp-style-glass:before{background:linear-gradient(180deg,var(--ppp-accent),var(--ppp-primary));border-radius:99px;height:auto;inset:10px auto 10px 10px;width:7px}.ppp-style-glass .ppp-main{display:block;padding:18px 34px}.ppp-style-glass .ppp-cover{display:none}.ppp-style-glass .ppp-content{display:grid;align-items:center;gap:0 24px;grid-template-columns:minmax(190px,1fr) minmax(200px,1.4fr) auto}.ppp-style-glass .ppp-eyebrow,.ppp-style-glass .ppp-content h2,.ppp-style-glass .ppp-description,.ppp-style-glass .ppp-speaker-inline{grid-column:1}.ppp-style-glass .ppp-eyebrow{align-self:end}.ppp-style-glass .ppp-eyebrow strong{font-size:10px}.ppp-style-glass .ppp-duration{display:none}.ppp-style-glass .ppp-content h2{font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ppp-style-glass .ppp-description{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ppp-style-glass .ppp-speaker-inline{display:none}.ppp-style-glass .ppp-timeline,.ppp-style-glass .ppp-times{grid-column:2}.ppp-style-glass .ppp-timeline{grid-row:1/3}.ppp-style-glass .ppp-times{align-self:start;grid-row:3}.ppp-style-glass .ppp-controls{grid-column:3;grid-row:1/4;margin:0}.ppp-style-glass .ppp-tools{bottom:-42px;left:45px;position:absolute}.ppp-style-glass .ppp-main-controls{background:var(--ppp-bg);border:1px solid var(--ppp-border);border-radius:99px;padding:5px}.ppp-style-glass .ppp-play{background:linear-gradient(135deg,var(--ppp-accent),var(--ppp-primary));height:46px;width:46px}.ppp-style-glass .ppp-track{height:5px}.ppp-style-glass .ppp-bottom{background:transparent;border:0;bottom:-47px;padding:8px 35px;position:absolute;right:0}.ppp-style-glass .ppp-note{display:none}.ppp-style-glass .ppp-transcript{border:1px solid var(--ppp-border);border-radius:18px;margin-top:55px}

.ppp-cover-copy{display:none}.ppp-style-product .ppp-cover-copy{bottom:48px;color:#fff;display:flex;flex-direction:column;padding:22px;position:absolute;right:0;text-align:right;z-index:2}.ppp-style-product .ppp-cover-copy b{font-size:19px;line-height:1.6}.ppp-style-product .ppp-cover-copy small{font-size:11px;line-height:1.7;opacity:.78}.ppp-style-glass{margin-bottom:70px}

/* ایزوله‌سازی کنترل‌ها از استایل قالب و المنتور */
.ppp-player button.ppp-icon-btn,.ppp-player button.ppp-tool-btn,.ppp-player button.ppp-transcript-toggle,.ppp-player a.ppp-tool-btn{-webkit-appearance:none!important;appearance:none!important;box-sizing:border-box!important;float:none!important;font-family:inherit!important;letter-spacing:normal!important;line-height:1!important;margin:0!important;max-width:none!important;min-height:0!important;min-width:0!important;text-indent:0!important;text-shadow:none!important;text-transform:none!important}.ppp-player button.ppp-icon-btn{background:transparent!important;border:0!important;border-radius:50%!important;box-shadow:none!important;color:var(--ppp-muted)!important;height:37px!important;padding:0!important;position:relative!important;width:37px!important}.ppp-player button.ppp-icon-btn.ppp-play{background:var(--ppp-primary)!important;box-shadow:0 7px 20px rgba(18,103,196,.3)!important;color:#fff!important;height:50px!important;width:50px!important}.ppp-player button.ppp-icon-btn.ppp-play:hover,.ppp-player button.ppp-icon-btn.ppp-play:focus-visible{background:var(--ppp-primary-dark)!important;color:#fff!important;transform:translateY(-1px)}.ppp-player button.ppp-icon-btn:not(.ppp-play):hover,.ppp-player button.ppp-icon-btn:not(.ppp-play):focus-visible,.ppp-player button.ppp-tool-btn:hover,.ppp-player a.ppp-tool-btn:hover{background:var(--ppp-surface)!important;color:var(--ppp-primary)!important}.ppp-player button.ppp-tool-btn,.ppp-player a.ppp-tool-btn{background:transparent!important;border:0!important;border-radius:10px!important;box-shadow:none!important;color:var(--ppp-muted)!important;display:flex!important;font-size:11px!important;font-weight:700!important;height:34px!important;padding:0 9px!important;text-decoration:none!important;width:auto!important}.ppp-player button.ppp-tool-btn.ppp-speed{border:1px solid var(--ppp-border)!important}.ppp-player button.ppp-transcript-toggle{background:transparent!important;border:0!important;box-shadow:none!important;color:var(--ppp-primary)!important;height:auto!important;padding:4px!important;width:auto!important}.ppp-player button.ppp-icon-btn>svg{display:block!important;height:19px!important;left:50%!important;margin:0!important;position:absolute!important;right:auto!important;top:50%!important;transform:translate(-50%,-50%)!important;width:19px!important}.ppp-player button.ppp-icon-btn.ppp-play>svg{height:20px!important;width:20px!important}.ppp-player .ppp-tool-btn svg,.ppp-player .ppp-transcript-toggle svg{display:block!important;flex:0 0 auto!important;margin:0!important}.ppp-player .ppp-tool-btn span{line-height:1!important;white-space:nowrap!important}.ppp-style-product button.ppp-icon-btn.ppp-play{background:var(--ppp-accent)!important;height:58px!important;width:58px!important}.ppp-style-dark button.ppp-icon-btn,.ppp-style-dark button.ppp-tool-btn,.ppp-style-dark a.ppp-tool-btn{color:#fff!important}.ppp-style-dark button.ppp-icon-btn.ppp-play{background:var(--ppp-accent)!important}.ppp-style-editorial button.ppp-icon-btn.ppp-play{background:var(--ppp-text)!important}.ppp-style-glass button.ppp-icon-btn.ppp-play{background:linear-gradient(135deg,var(--ppp-accent),var(--ppp-primary))!important;height:46px!important;width:46px!important}

.ppp-editor-notice{background:#fff8e7;border:1px solid #f0d28b;color:#704e00;font-size:12px;margin:0;padding:10px 12px}.ppp-block-fallback.is-loading{animation:ppp-loading 1.3s linear infinite;background:linear-gradient(90deg,#f5f8fb 25%,#eaf0f6 50%,#f5f8fb 75%);background-size:200% 100%;border-radius:24px;display:block;min-height:190px}.ppp-block-fallback.has-error{background:#fff4f4;border:1px solid #f1c7c7;border-radius:12px;color:#8f3030;font-size:12px;padding:12px;text-align:center}
@keyframes ppp-pulse{50%{box-shadow:0 0 0 12px rgba(255,255,255,.12),0 10px 30px rgba(0,0,0,.16)}}@keyframes ppp-blink{50%{opacity:.35}}@keyframes ppp-wave{to{height:22%}}@keyframes ppp-loading{to{background-position:-200% 0}}

@media(max-width:820px){.ppp-style-product .ppp-main{grid-template-columns:190px minmax(0,1fr)}.ppp-style-product .ppp-bottom{padding-right:228px}.ppp-style-glass{border-radius:28px}.ppp-style-glass .ppp-content{grid-template-columns:minmax(150px,1fr) minmax(180px,1.3fr)}.ppp-style-glass .ppp-controls{grid-column:1/-1;grid-row:4;margin-top:6px}.ppp-style-glass .ppp-tools{position:static}.ppp-style-glass .ppp-bottom{position:static}.ppp-style-glass .ppp-transcript{margin-top:0}}
@media(max-width:720px){.ppp-player{border-radius:19px}.ppp-main{gap:13px;grid-template-columns:74px minmax(0,1fr);padding:19px 16px 14px}.ppp-cover{border-radius:15px;height:74px;min-height:74px}.ppp-cover-icon{height:40px;width:40px}.ppp-cover-icon svg{height:19px;width:19px}.ppp-cover-label,.ppp-description,.ppp-speaker-inline{display:none}.ppp-content h2{font-size:15px;margin-bottom:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ppp-duration{font-size:9px;padding:2px 7px}.ppp-controls{grid-column:1/-1;margin-top:2px}.ppp-tool-btn span{display:none!important}.ppp-tool-btn{padding:0 7px!important}.ppp-player button.ppp-icon-btn.ppp-play{height:46px!important;width:46px!important}.ppp-bottom{padding:10px 16px}.ppp-note{display:none}.ppp-transcript{padding:18px 16px}.ppp-style-editorial .ppp-main{padding:24px 18px}.ppp-style-editorial .ppp-content{display:block}.ppp-style-editorial .ppp-controls{margin-top:10px}.ppp-style-editorial .ppp-tools{position:static}.ppp-style-product .ppp-main{display:block}.ppp-style-product .ppp-cover{border-radius:0;height:150px;min-height:150px}.ppp-style-product .ppp-content{padding:22px 18px}.ppp-style-product .ppp-content h2{font-size:20px}.ppp-style-product .ppp-bottom{padding:10px 18px}.ppp-style-dark .ppp-main{grid-template-columns:82px minmax(0,1fr);padding:20px 16px}.ppp-style-dark .ppp-cover{height:82px;min-height:82px}.ppp-style-dark .ppp-visual-wave{gap:3px;height:38px}.ppp-style-dark .ppp-visual-wave i{width:3px}.ppp-style-glass .ppp-main{padding:18px}.ppp-style-glass .ppp-content{display:block}.ppp-style-glass .ppp-timeline{margin-top:8px}.ppp-style-glass .ppp-controls{display:flex;margin-top:7px}.ppp-style-glass .ppp-bottom{padding:8px 18px}}
@media(max-width:390px){.ppp-download{display:none!important}.ppp-main{grid-template-columns:62px minmax(0,1fr)}.ppp-cover{height:62px;min-height:62px}.ppp-controls{gap:4px}.ppp-main-controls{gap:3px}.ppp-style-dark .ppp-main{display:block}.ppp-style-dark .ppp-cover{display:none}}
@media(max-width:820px){.ppp-style-glass{margin-bottom:28px}}
@media(max-width:720px){.ppp-style-product .ppp-cover-copy{bottom:28px;padding:14px}.ppp-style-product .ppp-cover-copy b{font-size:15px}.ppp-style-product .ppp-cover-copy small{display:none}.ppp-style-product .ppp-cover-icon{display:none}}

/* عرض پلیر همیشه از کانتینر والد گرفته می‌شود؛ محدودیت‌های قالب و Elementor خنثی می‌شوند. */
.ppp-player{align-self:stretch!important;container-name:ppp;container-type:inline-size;display:block!important;max-width:none!important;min-width:0!important;width:100%!important}
.ppp-block-fallback,.wp-block-page-podcast-player,.elementor-widget-page_podcast,.elementor-widget-page_podcast>.elementor-widget-container{box-sizing:border-box!important;max-width:none!important;min-width:0!important;width:100%!important}
.elementor-widget-page_podcast{align-self:stretch!important;flex:1 1 100%!important}
.ppp-player .ppp-content h2{color:var(--ppp-text)!important;font-family:inherit!important;font-style:normal!important;font-weight:700!important;letter-spacing:normal!important;text-decoration:none!important;text-transform:none!important}
.ppp-style-dark .ppp-content h2{color:#fff!important}

/* واکنش‌گرایی بر اساس عرض واقعی خود پلیر، نه عرض پنجره مرورگر. */
@container ppp (max-width:720px){
  .ppp-main{gap:13px;grid-template-columns:74px minmax(0,1fr);padding:19px 16px 14px}
  .ppp-cover{border-radius:15px;height:74px;min-height:74px}.ppp-cover-icon{height:40px;width:40px}.ppp-cover-icon svg{height:19px;width:19px}
  .ppp-cover-label,.ppp-description,.ppp-speaker-inline{display:none}.ppp-content h2{font-size:17px!important;line-height:1.65!important;margin:0 0 7px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .ppp-duration{font-size:9px;padding:2px 7px}.ppp-controls{grid-column:1/-1;margin-top:7px}.ppp-tool-btn span{display:none!important}.ppp-tool-btn{padding:0 7px!important}.ppp-bottom{padding:10px 16px}.ppp-note{display:none}.ppp-transcript{padding:18px 16px}
  .ppp-style-editorial .ppp-main{padding:24px 18px}.ppp-style-editorial .ppp-content{display:block}.ppp-style-editorial .ppp-controls{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.ppp-style-editorial .ppp-tools{position:static}.ppp-style-editorial .ppp-main-controls{flex:0 0 auto}
  .ppp-style-product .ppp-main{display:block}.ppp-style-product .ppp-cover{border-radius:0;height:150px;min-height:150px}.ppp-style-product .ppp-content{padding:22px 18px}.ppp-style-product .ppp-content h2{font-size:20px!important}.ppp-style-product .ppp-bottom{padding:10px 18px}.ppp-style-product .ppp-cover-copy{bottom:28px;padding:14px}.ppp-style-product .ppp-cover-copy b{font-size:15px}.ppp-style-product .ppp-cover-copy small,.ppp-style-product .ppp-cover-icon{display:none}
  .ppp-style-dark .ppp-main{grid-template-columns:82px minmax(0,1fr);padding:20px 16px}.ppp-style-dark .ppp-cover{height:82px;min-height:82px}.ppp-style-dark .ppp-visual-wave{gap:3px;height:38px}.ppp-style-dark .ppp-visual-wave i{width:3px}
  .ppp-style-glass{border-radius:28px;margin-bottom:28px}.ppp-style-glass .ppp-main{padding:18px}.ppp-style-glass .ppp-content{display:block}.ppp-style-glass .ppp-timeline{margin-top:8px}.ppp-style-glass .ppp-controls{display:flex;margin-top:7px}.ppp-style-glass .ppp-tools,.ppp-style-glass .ppp-bottom{position:static}.ppp-style-glass .ppp-transcript{margin-top:0}
}
@container ppp (max-width:430px){
  .ppp-main{grid-template-columns:62px minmax(0,1fr);padding-inline:12px}.ppp-cover{height:62px;min-height:62px}.ppp-content h2{font-size:15px!important}.ppp-controls{gap:4px}.ppp-main-controls{gap:3px}.ppp-download{display:none!important}
  .ppp-style-editorial .ppp-main{padding-inline:14px}.ppp-style-editorial .ppp-controls{gap:5px}.ppp-style-dark .ppp-main{display:block}.ppp-style-dark .ppp-cover{display:none}
}

/* طرح ۲ ـ پیاده‌سازی دقیق نسخه ادیتوریال تأییدشده */
@container ppp (min-width:721px){
  .ppp-style-editorial{border:1px solid var(--ppp-border);border-radius:18px;box-shadow:0 12px 34px rgba(16,33,59,.08);min-height:154px;overflow:hidden}
  .ppp-style-editorial:before{display:none}
  .ppp-style-editorial .ppp-main{display:block;min-height:154px;padding:0;position:relative}
  .ppp-style-editorial .ppp-cover{background:transparent!important;background-image:none!important;border:0;border-radius:0;display:flex;height:48px;left:22px;min-height:0;overflow:visible;position:absolute;top:34px;width:48px;z-index:2}
  .ppp-style-editorial .ppp-cover:before,.ppp-style-editorial .ppp-cover-label,.ppp-style-editorial .ppp-cover-icon,.ppp-style-editorial .ppp-cover-copy,.ppp-style-editorial .ppp-episode{display:none!important}
  .ppp-style-editorial .ppp-visual-wave{align-items:center;color:var(--ppp-primary);display:flex;gap:4px;height:34px;justify-content:center;width:48px}
  .ppp-style-editorial .ppp-visual-wave i{background:currentColor;border-radius:4px;display:block;height:12px;width:3px}
  .ppp-style-editorial .ppp-visual-wave i:nth-child(2),.ppp-style-editorial .ppp-visual-wave i:nth-child(6){height:25px}.ppp-style-editorial .ppp-visual-wave i:nth-child(3),.ppp-style-editorial .ppp-visual-wave i:nth-child(5){height:18px}.ppp-style-editorial .ppp-visual-wave i:nth-child(4){height:31px}
  .ppp-style-editorial.is-playing .ppp-visual-wave i{animation:ppp-wave .75s ease-in-out infinite alternate}.ppp-style-editorial.is-playing .ppp-visual-wave i:nth-child(2n){animation-delay:-.3s}
  .ppp-style-editorial .ppp-content{display:block;min-height:154px;padding:22px 100px 52px 190px;position:relative}
  .ppp-style-editorial .ppp-eyebrow{display:block;margin:0;position:static}
  .ppp-style-editorial .ppp-eyebrow strong{color:var(--ppp-accent);display:block;font-size:10px;font-weight:700;line-height:1.4;margin:0 0 4px}
  .ppp-style-editorial .ppp-duration{background:var(--ppp-surface);border:1px solid var(--ppp-border);border-radius:99px;color:var(--ppp-muted);font-size:10px;left:78px;line-height:1.4;padding:4px 9px;position:absolute;top:40px;white-space:nowrap}
  .ppp-style-editorial .ppp-content h2{font-size:18px!important;line-height:1.55!important;margin:0 0 2px!important;max-width:none!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .ppp-style-editorial .ppp-description,.ppp-style-editorial .ppp-speaker-inline{color:var(--ppp-muted);display:block;font-size:10px;line-height:1.6;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .ppp-style-editorial:has(.ppp-speaker-inline) .ppp-description{display:none}
  .ppp-style-editorial .ppp-timeline{bottom:34px;height:18px;left:190px;position:absolute;right:24px;width:auto}
  .ppp-style-editorial .ppp-track{height:5px}
  .ppp-style-editorial .ppp-played:after{border-width:3px;height:11px;width:11px}
  .ppp-style-editorial .ppp-times{bottom:25px;font-size:8px;left:190px;margin:0;position:absolute;right:24px}
  .ppp-style-editorial .ppp-controls,.ppp-style-editorial .ppp-main-controls,.ppp-style-editorial .ppp-tools{display:contents}
  .ppp-style-editorial button.ppp-icon-btn.ppp-play{background:var(--ppp-primary)!important;box-shadow:0 8px 22px rgba(8,100,189,.28)!important;height:56px!important;position:absolute!important;right:22px!important;top:27px!important;width:56px!important}
  .ppp-style-editorial button.ppp-icon-btn.ppp-play:hover{background:var(--ppp-primary-dark)!important}
  .ppp-style-editorial button.ppp-icon-btn.ppp-back,.ppp-style-editorial button.ppp-icon-btn.ppp-forward{bottom:13px!important;height:32px!important;position:absolute!important;width:32px!important}
  .ppp-style-editorial button.ppp-icon-btn.ppp-back{left:74px!important}.ppp-style-editorial button.ppp-icon-btn.ppp-forward{left:112px!important}
  .ppp-style-editorial button.ppp-tool-btn.ppp-speed{bottom:13px!important;height:32px!important;left:22px!important;position:absolute!important;width:40px!important}
  .ppp-style-editorial a.ppp-tool-btn.ppp-download{bottom:12px!important;height:34px!important;left:150px!important;position:absolute!important}
  .ppp-style-editorial button.ppp-tool-btn.ppp-share{display:none!important}
  .ppp-style-editorial .ppp-bottom{background:var(--ppp-surface);padding:9px 22px}
}
@media(prefers-reduced-motion:reduce){.ppp-player *{animation:none!important;scroll-behavior:auto!important;transition:none!important}}
