.sesizi-artist-player {
width: 100%;
max-width: 100%;
display: block;
box-sizing: border-box;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
color: #111827;
}
.sesizi-artist-player *,
.sesizi-artist-player *::before,
.sesizi-artist-player *::after {
box-sizing: border-box;
}
.sesizi-artist-player .sesizi-artist-shell {
width: 100%;
background: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 14px;
overflow: hidden;
box-shadow: 0 1px 3px rgba(17, 24, 39, .04);
} .sesizi-artist-player.is-card-view {
width: 100%;
max-width: 100%;
}
.sesizi-artist-player.is-card-view .sesizi-artist-shell {
width: 100%;
border: none;
box-shadow: none;
border-radius: 0;
background: transparent;
}
.sesizi-artist-player.is-card-view .sesizi-hero {
padding: 0 0 8px;
}
.sesizi-artist-player.is-card-view .sesizi-wave-wrap {
padding: 0;
}
.sesizi-artist-player.is-card-view .sesizi-track-list {
background: transparent;
border-top: 1px solid #f3f4f6;
}
.sesizi-artist-player.is-card-view .sesizi-track-item {
padding: 8px 0;
font-size: 13px;
}
.sesizi-artist-player.is-card-view .sesizi-track-heading {
font-size: 16px;
}
.sesizi-artist-player.is-card-view .sesizi-brand {
display: none; }
.sesizi-artist-player.is-card-view .sesizi-description {
display: none;
}
.sesizi-artist-player .sesizi-hero {
padding: 20px 24px 14px;
display: flex;
flex-direction: column;
gap: 4px;
}
.sesizi-artist-player .sesizi-brand {
font-size: 12px;
font-weight: 500;
color: #6b7280;
letter-spacing: .02em;
text-transform: uppercase;
}
.sesizi-artist-player .sesizi-track-heading {
margin: 0;
font-size: 18px;
line-height: 1.3;
font-weight: 600;
color: #111827;
overflow-wrap: anywhere;
}
.sesizi-artist-player .sesizi-description {
margin: 6px 0 0;
font-size: 13px;
line-height: 1.5;
color: #6b7280;
}
.sesizi-artist-player .sesizi-wave-wrap {
padding: 6px 24px 0;
}
.sesizi-artist-player .sesizi-wave {
width: 100%;
min-height: 56px;
}
.sesizi-artist-player .sesizi-wave.is-empty {
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
color: #9ca3af;
font-size: 13px;
text-align: center;
}
.sesizi-artist-player .sesizi-time {
display: flex;
justify-content: space-between;
margin: 4px 0 0;
font-size: 12px;
font-variant-numeric: tabular-nums;
color: #6b7280;
} .sesizi-artist-player .sesizi-native-audio { display: none !important; } .sesizi-artist-player .sesizi-wave.is-fallback {
background: repeating-linear-gradient(90deg, #f3f4f6 0 6px, transparent 6px 12px);
min-height: 56px;
opacity: .5;
} .sesizi-artist-player .sesizi-icon {
display: inline-flex;
align-items: center;
justify-content: center;
line-height: 0;
}
.sesizi-artist-player .sesizi-icon svg {
width: 18px;
height: 18px;
display: block;
} .sesizi-artist-player .sesizi-track-list {
border-top: 1px solid #f3f4f6;
background: #fafafa;
}
.sesizi-artist-player .sesizi-track-item {
display: flex;
align-items: center;
gap: 12px;
width: 100%;
padding: 8px 16px 8px 24px;
border-top: 1px solid #f3f4f6;
background: transparent;
text-align: left;
color: #374151;
font-size: 14px;
transition: background .15s, color .15s;
cursor: pointer;
}
.sesizi-artist-player .sesizi-track-item:first-child { border-top: 0; }
.sesizi-artist-player .sesizi-track-item:hover { background: #f3f4f6; color: #111827; }
.sesizi-artist-player .sesizi-track-item.is-active {
background: #ffffff;
color: #111827;
font-weight: 600;
}
.sesizi-artist-player .sesizi-track-label {
flex: 1 1 auto;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} .sesizi-artist-player .sesizi-track-play {
width: 32px;
height: 32px;
border-radius: 999px;
border: none;
padding: 0;
cursor: pointer;
background: var(--sesizi-play-bg-start, #ff6d1b);
color: #ffffff;
display: inline-flex;
align-items: center;
justify-content: center;
transition: filter .15s, transform .05s;
flex-shrink: 0;
}
.sesizi-artist-player .sesizi-track-play:hover { filter: brightness(1.05); }
.sesizi-artist-player .sesizi-track-play:active { transform: scale(.96); }
.sesizi-artist-player .sesizi-track-play .sesizi-icon { color: #ffffff; }
.sesizi-artist-player .sesizi-track-play .sesizi-icon svg { width: 14px; height: 14px; }
.sesizi-artist-player .sesizi-track-play .sesizi-icon-pause { display: none; }
.sesizi-artist-player .sesizi-track-item.is-active.is-playing .sesizi-track-play .sesizi-icon-play { display: none; }
.sesizi-artist-player .sesizi-track-item.is-active.is-playing .sesizi-track-play .sesizi-icon-pause { display: inline-flex; } .sesizi-artist-player .sesizi-track-download {
width: 36px;
height: 36px;
border-radius: 8px;
border: 1px solid #e5e7eb;
background: #ffffff;
color: #6b7280;
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
transition: color .15s, border-color .15s, background .15s;
flex-shrink: 0;
margin-left: auto;
}
.sesizi-artist-player .sesizi-track-download:hover {
color: #374151;
border-color: #d1d5db;
}
.sesizi-artist-player .sesizi-track-download .sesizi-icon svg { width: 16px; height: 16px; }
.sesizi-artist-player .sesizi-track-empty {
padding: 16px 24px;
color: #6b7280;
font-size: 13px;
} @media only screen and (max-width: 600px) {
.sesizi-artist-player .sesizi-hero { padding: 16px 16px 10px; }
.sesizi-artist-player .sesizi-wave-wrap { padding: 4px 16px 0; }
.sesizi-artist-player .sesizi-track-heading { font-size: 16px; }
.sesizi-artist-player .sesizi-track-item { padding: 10px 16px; }
}