
.dd-media{
  --dd-blue:#0878c9;
  --dd-navy:#0b2239;
  --dd-text:#18212b;
  --dd-muted:#657184;
  --dd-border:#dfe7ed;
  --dd-light:#f6f9fb;
  --dd-media-columns:4;
  background:#fff;
  color:var(--dd-text);
  font-family:inherit;
}
.dd-media *{box-sizing:border-box}
.dd-media__hero{
  background:linear-gradient(135deg,#0b2239,#163d5c);
  background-size:cover;
  background-position:center;
  color:#fff;
  padding:66px 0 62px;
}
.dd-media__hero-inner,
.dd-media__inner{
  width:min(1240px,calc(100% - 48px));
  margin:0 auto;
}
.dd-media__breadcrumb{
  color:rgba(255,255,255,.62);
  font-size:13px;
  font-weight:700;
  margin-bottom:14px;
}
.dd-media__hero h1{
  margin:0 0 12px!important;
  color:#fff!important;
  font-size:clamp(42px,5vw,64px)!important;
  line-height:1.04!important;
  font-weight:750!important;
  letter-spacing:-.02em!important;
  text-transform:none!important;
}
.dd-media__hero p{
  margin:0;
  max-width:720px;
  color:rgba(255,255,255,.78);
  font-size:18px;
  line-height:1.65;
}

.dd-media__inner{padding:34px 0 64px}
.dd-media__filters{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
  margin-bottom:26px;
  flex-wrap:wrap;
}
.dd-media__types{display:flex;gap:8px;flex-wrap:wrap}
.dd-media__types a{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:9px 16px;
  border-radius:999px;
  background:#f3f6f8;
  border:1px solid #edf1f4;
  color:#364152;
  text-decoration:none!important;
  font-size:14px;
  font-weight:650;
  transition:.2s ease;
}
.dd-media__types a:hover,
.dd-media__types a.is-active{
  background:var(--dd-navy);
  color:#fff;
  border-color:var(--dd-navy);
}
.dd-media__controls{display:flex;gap:10px;align-items:center}
.dd-media__search,
.dd-media__sort{
  height:42px;
  border:1px solid var(--dd-border);
  border-radius:11px;
  display:flex;
  align-items:center;
  background:#fff;
  color:#718096;
}
.dd-media__search{padding:0 12px;min-width:250px}
.dd-media__search input{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  width:100%;
  padding:0 0 0 8px!important;
  height:40px!important;
}
.dd-media__sort{padding:0 10px 0 12px}
.dd-media__sort select{
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
  min-width:145px;
}

.dd-media__grid{
  display:grid;
  grid-template-columns:repeat(var(--dd-media-columns),minmax(0,1fr));
  gap:22px;
}
.dd-media-card{
  background:#fff;
  border:1px solid var(--dd-border);
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 7px 24px rgba(11,34,57,.05);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.dd-media-card:hover{
  transform:translateY(-4px);
  box-shadow:0 15px 35px rgba(11,34,57,.10);
  border-color:#c9d8e4;
}
.dd-media-card__image{
  display:block;
  position:relative;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#e9eef2;
}
.dd-media-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}
.dd-media-card:hover .dd-media-card__image img{transform:scale(1.03)}
.dd-media-card__placeholder{
  width:100%;height:100%;
  background:linear-gradient(135deg,#e9eef2,#dce6ed);
}
.dd-media-card__play{
  position:absolute;
  left:14px;
  bottom:14px;
  width:38px;height:38px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(11,34,57,.88);
  color:#fff;
  border:2px solid rgba(255,255,255,.9);
  font-size:13px;
}
.dd-media-card__body{padding:15px 16px 14px}
.dd-media-card__meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.dd-media-card__outlet{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
}
.dd-media-card__outlet img{
  max-width:74px;
  max-height:26px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.dd-media-card__outlet strong{
  font-size:13px;
  line-height:1.2;
  color:#263244;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.dd-media-card__meta time{
  color:#7f8a99;
  font-size:12px;
  white-space:nowrap;
}
.dd-media-card h2{
  margin:0 0 8px!important;
  font-size:17px!important;
  line-height:1.35!important;
  font-weight:750!important;
  letter-spacing:-.005em!important;
  text-transform:none!important;
}
.dd-media-card h2 a{color:var(--dd-text)!important;text-decoration:none!important}
.dd-media-card__body>p{
  margin:0 0 12px;
  color:var(--dd-muted);
  font-size:14px;
  line-height:1.55;
}
.dd-media-card__footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-top:11px;
  border-top:1px solid #edf1f4;
}
.dd-media-card__format{
  color:#728094;
  font-size:12.5px;
  display:flex;
  align-items:center;
  gap:6px;
}
.dd-media-card__format b{color:var(--dd-blue);font-size:13px}
.dd-media-card__footer>a{
  color:#60748a;
  text-decoration:none!important;
  font-size:18px;
  line-height:1;
}
.dd-media-card__footer>a:hover{color:var(--dd-blue)}

.dd-media__pagination{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:30px;
}
.dd-media__pagination .page-numbers{
  width:38px;height:38px;
  border:1px solid var(--dd-border);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none!important;
  color:#435066;
  background:#fff;
}
.dd-media__pagination .page-numbers.current{
  color:#fff;
  background:var(--dd-navy);
  border-color:var(--dd-navy);
}
.dd-media__empty{
  padding:46px 20px;
  text-align:center;
  border:1px dashed #d9e2e8;
  border-radius:14px;
  color:#718096;
  background:#fbfcfd;
}

@media(max-width:1100px){
  .dd-media__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:850px){
  .dd-media__hero-inner,.dd-media__inner{width:min(1240px,calc(100% - 36px))}
  .dd-media__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dd-media__filters{align-items:stretch}
  .dd-media__controls{width:100%}
  .dd-media__search{flex:1}
}
@media(max-width:560px){
  .dd-media__hero{padding:48px 0 46px}
  .dd-media__hero-inner,.dd-media__inner{width:min(1240px,calc(100% - 28px))}
  .dd-media__hero h1{font-size:38px!important}
  .dd-media__hero p{font-size:16px}
  .dd-media__grid{grid-template-columns:1fr}
  .dd-media__controls{flex-direction:column;align-items:stretch}
  .dd-media__search{min-width:0}
  .dd-media__sort select{width:100%}
}


.dd-media-card__outlet img{
  width:26px!important;
  height:26px!important;
  max-width:26px!important;
  max-height:26px!important;
  border-radius:6px;
  object-fit:contain;
  background:#fff;
  border:1px solid #edf1f4;
}
.dd-media-modal[hidden]{display:none!important}
.dd-media-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
}
.dd-media-modal__backdrop{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  background:rgba(2,12,23,.82);
  cursor:pointer;
}
.dd-media-modal__dialog{
  position:relative;
  z-index:2;
  width:min(1100px,94vw);
  border-radius:16px;
  overflow:hidden;
  background:#000;
  box-shadow:0 30px 90px rgba(0,0,0,.45);
}
.dd-media-modal__frame{
  aspect-ratio:16/9;
  background:#000;
}
.dd-media-modal__frame iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}
.dd-media-modal__close{
  position:absolute;
  top:10px;
  right:10px;
  z-index:3;
  width:40px;
  height:40px;
  border:0;
  border-radius:50%;
  background:rgba(0,0,0,.65);
  color:#fff;
  font-size:28px;
  line-height:1;
  cursor:pointer;
}
.dd-media-modal-open{overflow:hidden}
