/* ستایلە سەرەکییەکانی پلەیری KT */

.ktap-player-wrapper,
.ktap-playlist-wrapper {
    border: 1px solid #e0e0e0;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 20px;
    background: #fafafa;
    direction: rtl;
    text-align: right;
    font-family: inherit;
}

.ktap-player-header {
    margin-bottom: 8px;
}

.ktap-player-title {
    font-weight: 700;
    margin-bottom: 4px;
}

.ktap-player-chapter,
.ktap-player-duration {
    display: inline-block;
    margin-right: 8px;
    font-size: 13px;
    color: #666;
}

/* لیستی دەنگنامەکان */
.ktap-playlist-items {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.ktap-playlist-item {
    padding: 6px 8px;
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
}

.ktap-playlist-item:last-child {
    border-bottom: none;
}

.ktap-playlist-item:hover {
    background: #f0f0f0;
}

.ktap-playlist-item.ktap-playing {
    background: #e3f2fd;
    font-weight: 600;
}

/* پلەیری HTML5 */
.ktap-player-wrapper audio,
.ktap-playlist-wrapper audio {
    width: 100%;
    margin-top: 6px;
}

/* بەشی بەڕێوەبەر - متاباکس */
.ktap-meta-box {
    direction: rtl;
    text-align: right;
}

.ktap-meta-box label {
    font-weight: 600;
}
