.ap-container-c10f9125 {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.ap-title-c10f9125 {
    margin: 0 0 10px 0;
}
.ap-desc-c10f9125 {
    margin: 0 0 15px 0;
}
.ap-player-c10f9125 {
    display: flex;
    align-items: center;
    gap: 15px;
}
.ap-btn-c10f9125 {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    padding: 0;
    line-height: 1;
}
.ap-progress-wrap-c10f9125 {
    flex-grow: 1;
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}
.ap-progress-fill-c10f9125 {
    height: 100%;
    background: #0073aa;
    border-radius: 4px;
    width: 0%;
    pointer-events: none;
    transition: width 0.1s linear;
}
.ap-time-c10f9125 {
    font-size: 14px;
    color: #666;
    min-width: 40px;
    text-align: right;
}