/* قوائم التشغيل ووصف الفيديو - v12 */
.ev-list-view .ev-playlist{grid-template-columns:64px minmax(0,1fr);align-items:stretch;min-height:66px}
.ev-list-view .ev-playlist-count{display:none!important}
.ev-list-view .ev-media{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:66px;padding:6px 3px;background:linear-gradient(155deg,#3d5148,#2f443b)}
.ev-list-view .ev-media img{display:none}
.ev-list-view .ev-media>i{position:static;inset:auto;transform:none;width:29px;height:29px;font-size:16px}
.ev-list-view .ev-media>b{position:static;display:block;max-width:100%;padding:0;background:transparent;color:#eef8f3;border-radius:0;font-size:9px;font-weight:800;line-height:1.25;text-align:center;white-space:nowrap}
.ev-list-view .ev-media>b span{font-size:11px;font-weight:950}
.ev-list-view .ev-playlist-body{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:9px 12px}
.ev-list-view .ev-playlist-body strong{display:block;white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere;line-height:1.55}

.ev-description{position:relative;margin-top:16px;border:1px solid #d7e6df;border-radius:17px;background:linear-gradient(180deg,#fbfdfc,#f5faf7);overflow:hidden;box-shadow:0 8px 24px rgba(22,66,47,.045)}
.ev-description .ev-desc{position:relative;max-height:132px;margin:0;padding:15px 17px;overflow:hidden;white-space:pre-line;line-height:1.95;transition:max-height .4s ease}
.ev-description.is-open .ev-desc{max-height:none}
.ev-description.is-collapsible:not(.is-open) .ev-desc:after{content:"";position:absolute;inset-inline:0;bottom:0;height:55px;background:linear-gradient(180deg,rgba(247,251,249,0),#f7fbf9 78%);pointer-events:none}
.ev-description-toggle{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:45px;padding:10px 16px;border:0;border-top:1px solid #dfebe5;background:#fff;color:#087b52;font:900 .84rem/1 inherit;cursor:pointer;transition:background .18s,color .18s}
.ev-description-toggle[hidden]{display:none}
.ev-description-toggle:hover{background:#eef9f3}
.ev-description-toggle:focus-visible{outline:3px solid rgba(7,139,89,.2);outline-offset:-3px}
.ev-description-toggle i{font-size:14px;transition:transform .25s ease}
.ev-description.is-open .ev-description-toggle i{transform:rotate(180deg)}
html[data-theme=dark] .ev-description{background:linear-gradient(180deg,#15231d,#111c17);border-color:#30463c;box-shadow:none}
html[data-theme=dark] .ev-description .ev-desc{color:#a9bbb2}
html[data-theme=dark] .ev-description.is-collapsible:not(.is-open) .ev-desc:after{background:linear-gradient(180deg,rgba(17,28,23,0),#111c17 78%)}
html[data-theme=dark] .ev-description-toggle{background:#15231d;border-color:#30463c;color:#7edcb5}
html[data-theme=dark] .ev-description-toggle:hover{background:#1b2d25}

@media(max-width:620px){
  .ev-list-view .ev-playlist{grid-template-columns:58px minmax(0,1fr);min-height:64px}
  .ev-list-view .ev-media{min-height:64px}
  .ev-list-view .ev-playlist-body{padding:8px 10px}
  .ev-list-view .ev-playlist-body strong{font-size:13px}
  .ev-list-view .ev-playlist-body small{font-size:10px}
  .ev-description{margin-top:13px;border-radius:15px}
  .ev-description .ev-desc{max-height:108px;padding:13px 14px;font-size:.86rem}
  .ev-description-toggle{min-height:44px}
}
