.lin-reader-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.lin-btn-container {
    position: relative;
    width: 70px;
    height: 70px;
}

.lin-progress-svg {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
}

#lin-tts-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #ff004c;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 2;
}

#lin-tts-btn.playing {
    background: #00c853;
}

#lin-tts-btn.paused {
    background: #ff9800;
}

#lin-tts-btn:hover {
    transform: scale(1.08);
}

.lin-label {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}
