.nk-sm-related-wrap{margin:26px 0;direction:rtl}
.nk-sm-related-title{margin:0 0 12px;color:#8ea6cf;font-size:18px;font-weight:700;line-height:1.2;text-align:right}
.nk-sm-related-list{display:grid;gap:16px}
.nk-aa-card {
  display:grid;
  grid-template-columns:minmax(180px,250px) minmax(320px,1fr) auto;
  grid-template-areas:"content player actions";
  align-items:center;
  gap:18px;
  width:100%;
  box-sizing:border-box;
  padding:16px 18px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.16);
  background:radial-gradient(circle at top left, rgba(255,255,255,.12), transparent 30%), linear-gradient(180deg,#1b468d 0%,#173d7f 100%);
  box-shadow:0 14px 34px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.08);
}
.nk-aa-card.is-playing {
  box-shadow:0 16px 42px rgba(0,0,0,.24), 0 0 0 1px rgba(255,255,255,.18), 0 0 30px rgba(16,103,166,.34), 0 0 54px rgba(255,255,255,.08);
}
.nk-aa-card__content {grid-area:content; display:flex; flex-direction:column; align-items:flex-end; text-align:right; min-width:0;}
.nk-aa-card__title {color:#fff; font-size:24px; line-height:1.18; font-weight:700; margin-bottom:6px; width:100%;}
.nk-aa-card__album,
.nk-aa-card__album--link,
.nk-aa-card__album--link:hover,
.nk-aa-card__album--link:focus,
.nk-aa-card__album--link:visited,
.nk-aa-card__album--link:active {color:#fff !important; font-size:18px; line-height:1.3; font-weight:500; text-decoration:none; width:100%; opacity:.96;}
.nk-aa-card__actions {grid-area:actions; display:flex; align-items:center; justify-content:flex-start; gap:12px; min-width:max-content; direction:ltr;}
.nk-aa-card__buy,
.nk-aa-player__toggle {
  width:60px; height:60px; min-width:60px; border-radius:999px; display:inline-flex; align-items:center; justify-content:center;
  background:#F26533 !important; color:#fff !important; text-decoration:none; border:none; box-shadow:none; outline:none;
}
.nk-aa-card__buy svg,
.nk-aa-player__toggle svg {width:30px; height:30px; fill:#fff; color:#fff; display:block;}
.nk-aa-player__toggle {cursor:pointer; appearance:none;}
.nk-aa-player__toggle:hover,
.nk-aa-player__toggle:focus,
.nk-aa-player__toggle:active,
.nk-aa-card__buy:hover,
.nk-aa-card__buy:focus,
.nk-aa-card__buy:active {transform:none; filter:none; box-shadow:none; color:#fff !important;}
.nk-aa-card__player {grid-area:player; display:grid; grid-template-rows:auto auto; gap:10px; min-width:0; direction:ltr; align-self:center;}
.nk-aa-player__topline {display:grid; grid-template-columns:52px minmax(0,1fr) 52px; align-items:center; gap:12px; min-width:0;}
.nk-aa-player__current,
.nk-aa-player__duration {color:#fff; font-size:16px; line-height:1; opacity:.96; white-space:nowrap;}
.nk-aa-player__current {text-align:left;}
.nk-aa-player__duration {text-align:right;}
.nk-aa-player__bottomline {display:flex; align-items:center; justify-content:flex-start;}
.nk-aa-player__progress,
.nk-aa-player__volume {appearance:none; -webkit-appearance:none; width:100%; background:transparent;}
.nk-aa-player__volume-wrap {display:flex; align-items:center; gap:10px; width:170px; max-width:42%;}
.nk-aa-player__volume-wrap[hidden]{display:none !important;}
.nk-aa-player__volume-icon {width:16px; height:16px; color:#dfe9ff; flex:0 0 auto; opacity:.95;}
.nk-aa-player__progress::-webkit-slider-runnable-track {height:8px; background:rgba(255,255,255,.28); border-radius:999px;}
.nk-aa-player__progress::-moz-range-track {height:8px; background:rgba(255,255,255,.28); border-radius:999px;}
.nk-aa-player__progress::-webkit-slider-thumb {-webkit-appearance:none; width:16px; height:16px; border-radius:50%; background:#fff; border:none; margin-top:-4px;}
.nk-aa-player__progress::-moz-range-thumb {width:16px; height:16px; border-radius:50%; background:#fff; border:none;}
.nk-aa-player__volume::-webkit-slider-runnable-track {height:4px; background:rgba(255,255,255,.26); border-radius:999px;}
.nk-aa-player__volume::-moz-range-track {height:4px; background:rgba(255,255,255,.26); border-radius:999px;}
.nk-aa-player__volume::-webkit-slider-thumb {-webkit-appearance:none; width:11px; height:11px; border-radius:50%; background:#fff; border:none; margin-top:-3.5px;}
.nk-aa-player__volume::-moz-range-thumb {width:11px; height:11px; border-radius:50%; background:#fff; border:none;}
.nk-aa-player__audio {display:none;}
.nk-aa-debug {background:#fff6d8; border:1px solid #e7d08b; color:#5b4c16; border-radius:10px; padding:10px 12px; font-size:15px;}
@media (max-width:767px){
  .nk-aa-card {
    grid-template-columns:1fr auto;
    grid-template-areas:"content actions" "player player";
    align-items:start;
    gap:16px 14px;
    padding:18px 16px;
    border-radius:26px;
    min-height:170px;
  }
  .nk-aa-card__title {font-size:22px;}
  .nk-aa-card__album,.nk-aa-card__album--link {font-size:17px;}
  .nk-aa-card__actions {gap:10px; align-self:center;}
  .nk-aa-card__buy,.nk-aa-player__toggle {width:60px;height:60px;min-width:60px;}
  .nk-aa-card__player {width:100%; gap:12px; align-self:end;}
  .nk-aa-player__topline {grid-template-columns:52px minmax(0,1fr) 52px; gap:10px;}
  .nk-aa-player__current,.nk-aa-player__duration {font-size:14px;}
  .nk-aa-player__volume-wrap, .nk-aa-player__bottomline {display:none !important;}
}
