/* R-DTR Audio Engine 1.3.7 DAILY PANEL SYNC*/

.rdtr-player-box {
    background: #111;
    color: #fff;
    padding: 16px 18px;
    border-radius: 10px;
    margin: 0 0 24px 0;
    box-shadow: 0 8px 20px rgba(0,0,0,.18);
    border-left: 5px solid #c40000;
}

.rdtr-player-label {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #ff4a4a;
    margin-bottom: 8px;
}

.rdtr-mode-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 13px;
}

.rdtr-mode-btn {
    background: #292929;
    color: #fff;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    padding: 8px 12px;
    cursor: pointer;
    font-weight: 800;
    font-size: 13px;
}

.rdtr-mode-btn:hover {
    background: #3a3a3a;
}

.rdtr-mode-active {
    background: #c40000;
    border-color: #c40000;
}

.rdtr-player-title {
    font-weight: 850;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0.2px;
}

.rdtr-current-title {
    color: #fff;
}

.rdtr-player-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 9px;
}

.rdtr-player-btn {
    background: #c40000;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    cursor: pointer;
    font-weight: 800;
    line-height: 1;
}

.rdtr-player-btn:hover {
    background: #e00000;
}

.rdtr-player-btn-secondary {
    background: #333;
}

.rdtr-player-btn-secondary:hover {
    background: #444;
}

.rdtr-player-progress {
    width: 100%;
    height: 5px;
    background: rgba(255,255,255,.16);
    border-radius: 999px;
    overflow: hidden;
    margin: 8px 0 9px;
}

.rdtr-player-progress-bar {
    width: 0%;
    height: 100%;
    background: #c40000;
    transition: width .2s linear;
}

.rdtr-player-status {
    font-size: 13px;
    opacity: .92;
}

.rdtr-top-audio {
    margin: 12px 0 20px;
    padding: 12px 14px;
    background: #111;
    color: #fff;
    border-radius: 10px;
    border-left: 5px solid #c40000;
    box-shadow: 0 6px 14px rgba(0,0,0,.14);
}

.rdtr-top-audio-label {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
}

.rdtr-top-audio-btn {
    background: #c40000;
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 9px 13px;
    cursor: pointer;
    font-weight: 800;
}

.rdtr-top-audio-btn:hover {
    background: #e00000;
}

.rdtr-top-audio-player-wrap {
    margin-top: 14px;
}

.rdtr-top-audio-player-wrap .rdtr-player-box {
    margin-bottom: 0;
}


/* Skrót dnia */
.rdtr-daily-brief {
    margin: 18px 0 24px;
    padding: 16px 18px;
    background: #111;
    color: #fff;
    border-left: 5px solid #c40000;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(0,0,0,.15);
}

.rdtr-daily-brief-kicker {
    color: #ff4a4a;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .4px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.rdtr-daily-brief h3 {
    color: #fff;
    margin: 0 0 6px;
    font-size: 21px;
    line-height: 1.2;
}

.rdtr-daily-brief p {
    color: rgba(255,255,255,.9);
    margin: 0 0 10px;
}

.rdtr-daily-brief-count {
    font-size: 13px;
    opacity: .85;
}

.rdtr-daily-brief-btn {
    background: #c40000;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 14px;
    cursor: pointer;
    font-weight: 900;
}

.rdtr-daily-brief-btn:hover {
    background: #e00000;
}

.rdtr-daily-brief-status {
    margin-top: 10px;
    font-size: 13px;
    color: rgba(255,255,255,.86);
}

.rdtr-daily-brief-empty {
    color: rgba(255,255,255,.75);
}


.rdtr-daily-brief-teaser-btn {
    background: #333;
    color: #fff;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 8px;
    padding: 10px 14px;
    cursor: pointer;
    font-weight: 900;
    margin-right: 8px;
}

.rdtr-daily-brief-teaser-btn:hover {
    background: #444;
}


.rdtr-daily-brief-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-start;
    margin-top: 10px;
}

.rdtr-daily-brief-action {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rdtr-daily-brief-time {
    font-size: 12px;
    color: rgba(255,255,255,.68);
    line-height: 1.2;
}
