/* =========================================================
   DAILY PRODUCTION SCHEDULE
   ========================================================= */

.utvph-daily-schedule-panel {
    border-top: 6px solid #ffcc00;
}

.utvph-daily-schedule-count {
    display: inline-flex;
    padding: 8px 12px;
    color: #111;
    background: #ffcc00;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.utvph-daily-schedule-list {
    display: grid;
    gap: 14px;
}

.utvph-daily-schedule-item {
    display: grid;
    grid-template-columns: 165px minmax(0, 1fr);
    overflow: hidden;
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-left: 6px solid #2271b1;
    border-radius: 14px;
}

.utvph-daily-schedule-time {
    display: flex;
    padding: 20px;
    background: rgba(0, 0, 0, 0.04);
    align-items: center;
    justify-content: center;
    text-align: center;
}

.utvph-daily-schedule-time strong {
    font-size: 14px;
    line-height: 1.45;
}

.utvph-daily-schedule-content {
    min-width: 0;
    padding: 20px;
}

.utvph-daily-schedule-content h3 {
    margin: 8px 0 10px;
    font-size: 20px;
}

.utvph-daily-schedule-content p {
    margin: 0;
    color: #5e5e5e;
    line-height: 1.6;
}

.utvph-daily-schedule-meta {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.utvph-daily-schedule-meta span {
    padding: 4px 8px;
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.utvph-daily-schedule-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.utvph-daily-classroom-link {
    display: inline-flex;
    padding: 9px 13px;
    color: #111;
    background: #ffcc00;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.utvph-daily-classroom-link:hover,
.utvph-daily-classroom-link:focus {
    color: #111;
    background: #e5b800;
}

.utvph-daily-schedule-item[data-stage="Development"] {
    border-left-color: #2271b1;
}

.utvph-daily-schedule-item[data-stage="Screenwriting"] {
    border-left-color: #d97706;
}

.utvph-daily-schedule-item[data-stage="Pre-Production"] {
    border-left-color: #7e22ce;
}

.utvph-daily-schedule-item[data-stage="Production"] {
    border-left-color: #d63638;
}

.utvph-daily-schedule-item[data-stage="Post-Production"] {
    border-left-color: #008a20;
}

.utvph-daily-schedule-item[data-stage="Premiere"] {
    border-left-color: #ffcc00;
}

.utvph-daily-schedule-item[data-activity-type="Break"] {
    background: #fffbea;
    border-left-color: #dba617;
}

.utvph-daily-schedule-item[data-activity-type="Break"] .utvph-daily-schedule-time {
    background: #fff3b8;
}

@media screen and (max-width: 700px) {
    .utvph-daily-schedule-item {
        grid-template-columns: 1fr;
    }

    .utvph-daily-schedule-time {
        justify-content: flex-start;
        text-align: left;
    }

    .utvph-daily-schedule-count {
        margin-top: 12px;
    }
}/* =========================================================
   DAILY PRODUCTION SCHEDULE
   ========================================================= */

.utvph-daily-schedule-panel {
    border-top: 6px solid #ffcc00;
}

.utvph-daily-schedule-count {
    display: inline-flex;
    padding: 8px 12px;
    color: #111;
    background: #ffcc00;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.utvph-daily-schedule-list {
    display: grid;
    gap: 14px;
}

.utvph-daily-schedule-item {
    display: grid;
    grid-template-columns: 165px minmax(0, 1fr);
    overflow: hidden;
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-left: 6px solid #2271b1;
    border-radius: 14px;
}

.utvph-daily-schedule-time {
    display: flex;
    padding: 20px;
    background: rgba(0, 0, 0, 0.04);
    align-items: center;
    justify-content: center;
    text-align: center;
}

.utvph-daily-schedule-time strong {
    font-size: 14px;
    line-height: 1.45;
}

.utvph-daily-schedule-content {
    min-width: 0;
    padding: 20px;
}

.utvph-daily-schedule-content h3 {
    margin: 8px 0 10px;
    font-size: 20px;
}

.utvph-daily-schedule-content p {
    margin: 0;
    color: #5e5e5e;
    line-height: 1.6;
}

.utvph-daily-schedule-meta {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.utvph-daily-schedule-meta span {
    padding: 4px 8px;
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.utvph-daily-schedule-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.utvph-daily-classroom-link {
    display: inline-flex;
    padding: 9px 13px;
    color: #111;
    background: #ffcc00;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.utvph-daily-classroom-link:hover,
.utvph-daily-classroom-link:focus {
    color: #111;
    background: #e5b800;
}

.utvph-daily-schedule-item[data-stage="Development"] {
    border-left-color: #2271b1;
}

.utvph-daily-schedule-item[data-stage="Screenwriting"] {
    border-left-color: #d97706;
}

.utvph-daily-schedule-item[data-stage="Pre-Production"] {
    border-left-color: #7e22ce;
}

.utvph-daily-schedule-item[data-stage="Production"] {
    border-left-color: #d63638;
}

.utvph-daily-schedule-item[data-stage="Post-Production"] {
    border-left-color: #008a20;
}

.utvph-daily-schedule-item[data-stage="Premiere"] {
    border-left-color: #ffcc00;
}

.utvph-daily-schedule-item[data-activity-type="Break"] {
    background: #fffbea;
    border-left-color: #dba617;
}

.utvph-daily-schedule-item[data-activity-type="Break"]
.utvph-daily-schedule-time {
    background: #fff3b8;
}

@media screen and (max-width: 700px) {
    .utvph-daily-schedule-item {
        grid-template-columns: 1fr;
    }

    .utvph-daily-schedule-time {
        justify-content: flex-start;
        text-align: left;
    }

    .utvph-daily-schedule-count {
        margin-top: 12px;
    }
    
    .utvph-daily-schedule-panel .utvph-panel-heading {
    align-items: flex-start;
}

.utvph-daily-schedule-item[data-activity-type="Break"] {
    background: #fffbea;
    border-left-color: #dba617;
}

.utvph-daily-schedule-item[data-activity-type="Break"] .utvph-daily-schedule-time {
    background: #fff3b8;
}

@media screen and (max-width: 700px) {
    .utvph-daily-schedule-panel .utvph-panel-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .utvph-daily-schedule-item {
        grid-template-columns: 1fr;
    }

    .utvph-daily-schedule-time {
        justify-content: flex-start;
        text-align: left;
    }

    .utvph-daily-schedule-count {
        margin-top: 12px;
    }

}