.custom-player-controls {border-radius: 12px;display: flex;align-items: center;gap: 16px;box-shadow: 0 2px 8px rgba(0,0,0,0.1);}.custom-play-btn {flex-shrink: 0;width: 44px;height: 44px;border: none;border-radius: 50%;cursor: pointer;display: flex;align-items: center;justify-content: center;transition: all 0.2s ease;}.custom-bars {display: flex;gap: 3px;height: 16px;align-items: flex-end;flex-shrink: 0;}.custom-bars span {width: 3px;background: currentColor;border-radius: 1px;transition: height 0.1s ease;height: 4px;}.custom-play-btn:hover {transform: scale(1.05);}.custom-play-btn:active {transform: scale(0.95);}.custom-time-display {flex-shrink: 0;font-size: 13px;color: #666;font-variant-numeric: tabular-nums;min-width: 85px;}.custom-separator {color: #999;}.custom-progress-wrapper {flex: 1;min-width: 0;}.custom-progress-track {width: 100%;height: 6px;background: #ddd;border-radius: 3px;cursor: pointer;position: relative;overflow: hidden;transition: height 0.2s ease;}.custom-progress-track:hover {height: 8px;}.custom-progress-filled {height: 100%;background: #000;border-radius: 3px;width: 0%;transition: width 0.1s linear;}svg.play-icon, svg.pause-icon {fill: var(--siteBackgroundColor);}.transcript-block {margin-top: 24px;}.transcript-block p {margin: 8px 0;padding: 8px 12px;border-radius: 6px;transition: all 0.2s ease;cursor: pointer;}@media (max-width: 768px) {.custom-player-controls {gap: 12px;padding: 12px 16px;}.custom-play-btn {width: 40px;height: 40px;}.custom-time-display {font-size: 12px;min-width: 75px;}}.custom-player-controls {background: transparent !important;box-shadow: none;}.custom-time-display {display: none;}.custom-progress-wrapper {display: none;}.custom-player-controls::before {content: 'PLAY AUDIO';font-family: var(--body-font-font-family);}body:not(.sqs-edit-mode-active) section[id*='transcriptsync'] .sqs-background-enabled {background: transparent;padding: 0 !important;}body:not(.sqs-edit-mode-active) section[id*='transcriptsync'] .sqs-background-enabled p {display: inline !important;padding: 0 !important;margin: 0 !important;opacity: 0.3;font-size: 2rem;}body:not(.sqs-edit-mode-active) section[id*='transcriptsync'] .sqs-background-enabled p strong {display: none !important;}body:not(.sqs-edit-mode-active) section[id*='transcriptsync'] .sqs-background-enabled p.active {padding: 0 !important;margin: 0 !important;background: transparent;opacity: 1;color: var(--paragraphMediumColor);}.custom-play-btn {background: var(--paragraphMediumColor) !important;}