/* wire-music-match-social-recommendations-303f1h9116 */
.wire-music-match-card-303f1h9116{
  display:grid;grid-template-columns:auto minmax(0,1fr) auto;
  gap:13px;align-items:center;margin:12px 0;padding:14px;
  border:1px solid rgba(73,107,136,.34);border-radius:15px;
  background:linear-gradient(120deg,rgba(236,47,93,.12),#0a1621);
}
.wire-music-match-score-303f1h9116{
  display:grid;place-items:center;width:64px;height:64px;border-radius:50%;
  border:2px solid #ec2f5d;background:#08131d
}
.wire-music-match-score-303f1h9116 strong{font-size:20px;line-height:1}
.wire-music-match-score-303f1h9116 small{font-size:8px;color:#91a4b4;text-transform:uppercase}
.wire-music-match-copy-303f1h9116{min-width:0}
.wire-music-match-copy-303f1h9116>small{color:#ec2f5d;font-weight:900;letter-spacing:.1em}
.wire-music-match-copy-303f1h9116 h3{margin:3px 0;font-size:16px}
.wire-music-match-copy-303f1h9116 p{margin:0;color:#91a4b4;font-size:12px}
.wire-music-match-open-303f1h9116{
  min-height:38px;padding:0 12px;border:1px solid #ec2f5d;
  border-radius:10px;background:#ec2f5d;color:#fff;font-weight:800;cursor:pointer
}
.wire-music-match-dialog-303f1h9116{
  width:min(860px,calc(100vw - 24px));max-height:min(84vh,850px);
  padding:0;border:1px solid #31495e;border-radius:18px;
  background:#07131d;color:#eef6ff;box-shadow:0 30px 90px rgba(0,0,0,.6)
}
.wire-music-match-dialog-303f1h9116::backdrop{
  background:rgba(0,0,0,.68);backdrop-filter:blur(5px)
}
.wire-music-match-panel-303f1h9116{display:grid;max-height:84vh;overflow:hidden}
.wire-music-match-head-303f1h9116{
  display:flex;justify-content:space-between;gap:12px;align-items:center;
  padding:16px 18px;border-bottom:1px solid #203446;background:#0b1925
}
.wire-music-match-head-303f1h9116 small{color:#ec2f5d;font-weight:900;letter-spacing:.1em}
.wire-music-match-head-303f1h9116 h2{margin:2px 0 0}
.wire-music-match-close-303f1h9116{
  width:38px;height:38px;border:1px solid #354c60;border-radius:50%;
  background:#0d1a25;color:#fff;font-size:22px;cursor:pointer
}
.wire-music-match-body-303f1h9116{display:grid;gap:14px;padding:16px;overflow:auto}
.wire-music-match-hero-303f1h9116{
  display:grid;grid-template-columns:110px minmax(0,1fr);gap:16px;align-items:center;
  padding:15px;border:1px solid #263e53;border-radius:14px;background:#0a1722
}
.wire-music-match-big-303f1h9116{
  display:grid;place-items:center;width:96px;height:96px;border-radius:50%;
  border:3px solid #ec2f5d;background:#07131d
}
.wire-music-match-big-303f1h9116 strong{font-size:31px}
.wire-music-match-big-303f1h9116 span{font-size:9px;color:#91a4b4}
.wire-music-match-section-303f1h9116{
  padding:13px;border:1px solid #22384b;border-radius:13px;background:#091620
}
.wire-music-match-section-303f1h9116 h3{margin:0 0 9px}
.wire-music-match-chips-303f1h9116{display:flex;gap:6px;flex-wrap:wrap}
.wire-music-match-chip-303f1h9116{
  display:inline-flex;align-items:center;gap:5px;padding:6px 8px;border-radius:999px;
  background:#13283a;color:#dbe7ef;text-decoration:none;font-size:11px
}
.wire-music-match-grid-303f1h9116{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.wire-music-match-item-303f1h9116{
  display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:9px;align-items:center;
  padding:8px;border:1px solid #22384a;border-radius:11px;background:#0d1b27
}
.wire-music-match-art-303f1h9116{
  width:52px;height:52px;border-radius:9px;overflow:hidden;background:#15283a;
  display:grid;place-items:center
}
.wire-music-match-art-303f1h9116 img{width:100%;height:100%;object-fit:cover}
.wire-music-match-item-copy-303f1h9116{min-width:0}
.wire-music-match-item-copy-303f1h9116 strong,.wire-music-match-item-copy-303f1h9116 small{
  display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap
}
.wire-music-match-item-copy-303f1h9116 a{color:inherit;text-decoration:none}
.wire-music-match-item-copy-303f1h9116 small{color:#8da2b3}
.wire-music-match-action-303f1h9116{
  min-height:34px;padding:0 9px;border:1px solid #36536a;border-radius:9px;
  background:#122536;color:#fff;font-weight:800;cursor:pointer
}
.wire-music-match-action-303f1h9116.is-done{
  border-color:#368b64;background:rgba(54,139,100,.18);color:#8fe2ba
}
.wire-music-match-empty-303f1h9116{color:#8196a8;font-size:12px}
@media(max-width:700px){
  .wire-music-match-card-303f1h9116{grid-template-columns:auto minmax(0,1fr)}
  .wire-music-match-open-303f1h9116{grid-column:1/-1;width:100%}
  .wire-music-match-grid-303f1h9116{grid-template-columns:1fr}
  .wire-music-match-hero-303f1h9116{grid-template-columns:1fr}
}