.pnbyw-jam-widget,
.widget_pnbyw_jam_kerja,
.widget_pnbyw_jam_ptsp {
    width: 100%;
    background: #fff !important;
    border: .5px solid #e2e4e8 !important;
    border-radius: 9px !important;
    overflow: hidden !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.pnbyw-jam-head {
    background: linear-gradient(135deg, #9a2109, #c0300f) !important;
    padding: 10px 14px !important;
    border-radius: 9px 9px 0 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.pnbyw-jam-title {
    margin: 0 !important;
    padding: 0 !important;
    font-size: .80rem !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    color: #fff !important;
    letter-spacing: .01em !important;
    text-transform: uppercase !important;
}

.pnbyw-jam-body {
    padding: 0 !important;
    background: #fff !important;
    position: relative !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    border-radius: 0 0 9px 9px !important;
}

.pnbyw-jam-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pnbyw-jam-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px dashed #e2e4e8;
    font-size: 11px;
    color: #374151;
}

.pnbyw-jam-item:last-child {
    border-bottom: none;
}

.pnbyw-jam-hari {
    flex: 1;
    min-width: 0;
}

.pnbyw-jam-val {
    font-weight: 700;
    color: #9a2109;
    font-size: 10.5px;
    white-space: nowrap;
    margin-left: 8px;
}

.pnbyw-jam-note {
    background: #fef3ee;
    border-left: 3px solid #9a2109;
    padding: 7px 10px;
    border-radius: 0 6px 6px 0;
    font-size: 10px;
    color: #374151;
    margin-top: 8px;
    line-height: 1.5;
}

.pnbyw-jam-seksi {
    padding: 8px 12px;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
}

.pnbyw-jam-seksi:last-of-type {
    border-bottom: none;
}

.pnbyw-jam-seksi--istirahat {
    background: #fdf8f0;
}

.pnbyw-jam-seksi-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #9a2109;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.pnbyw-jam-seksi--istirahat .pnbyw-jam-seksi-label {
    color: #92400e;
}

.pnbyw-jam-item--libur .pnbyw-jam-val {
    color: #dc2626;
    font-weight: 700;
}

@media (max-width: 768px) {

    .pnbyw-jam-widget,
    .widget_pnbyw_jam_kerja,
    .widget_pnbyw_jam_ptsp {
        margin-bottom: 12px !important;
    }

    .pnbyw-jam-head {
        padding: 10px 14px !important;
    }

    .pnbyw-jam-title {
        font-size: .80rem !important;
    }

    .pnbyw-jam-seksi {
        padding: 8px 12px;
    }

    .pnbyw-jam-item {
        font-size: 10.5px;
    }

    .pnbyw-jam-val {
        font-size: 10px;
    }

}

@media (max-width: 420px) {

    .pnbyw-jam-head {
        padding: 10px 14px !important;
    }

    .pnbyw-jam-title {
        font-size: .80rem !important;
    }

    .pnbyw-jam-seksi {
        padding: 8px 11px;
    }

    .pnbyw-jam-item {
        gap: 8px;
        font-size: 10.5px;
    }

    .pnbyw-jam-val {
        font-size: 10px;
        margin-left: 6px;
    }

    .pnbyw-jam-note {
        font-size: 10px;
        padding: 7px 9px;
    }

}