/* Audiobooks (4.3). */
[data-ms-audiobook] { margin: 32px 0; max-width: 760px; }
.ms-ab-locked { color: rgba(128,128,128,0.95); }
.ms-ab-now { font-weight: 600; margin-bottom: 10px; min-height: 1.2em; }
.ms-ab-ctrls { display: flex; gap: 10px; align-items: center; margin-bottom: 14px; }
.ms-ab-ctrls button { background: var(--mst-accent, #5c6ef4); color: #fff; border: 0; border-radius: 999px; width: 42px; height: 42px; font-size: 1.1rem; cursor: pointer; }
.ms-ab-ctrls select { padding: 5px 8px; border-radius: 6px; }
.ms-ab-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(128,128,128,0.18); }
.ms-ab-list li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 8px; border-bottom: 1px solid rgba(128,128,128,0.12); cursor: pointer; }
.ms-ab-list li:hover { background: rgba(128,128,128,0.07); }
.ms-ab-list li.on { color: var(--mst-accent, #5c6ef4); font-weight: 600; }
.ms-ab-dur { color: rgba(128,128,128,0.85); font-size: 0.82rem; }

.ms-ab-cont { display: flex; gap: 16px; overflow-x: auto; scrollbar-width: none; }
.ms-ab-cont::-webkit-scrollbar { display: none; }
.ms-ab-card { flex: 0 0 150px; }
.ms-ab-card a:first-child { display: block; position: relative; aspect-ratio: 1/1; border-radius: 10px; overflow: hidden; background: #1a1a22; }
.ms-ab-card img { width: 100%; height: 100%; object-fit: cover; }
.ms-ab-bar { position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: rgba(255,255,255,0.25); }
.ms-ab-bar span { display: block; height: 100%; background: var(--mst-accent, #5c6ef4); }
.ms-ab-card div { padding-top: 6px; font-size: 0.85rem; }
.ms-ab-card div a { font-weight: 600; text-decoration: none; color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ms-ab-card small { color: rgba(128,128,128,0.9); }
.ms-related-media { margin-top: 14px; padding: 10px 14px; background: rgba(92,110,244,0.08); border-radius: 8px; }
