html,
body.wcss-tv-body {
    margin: 0;
    padding: 0;
    background: #057fb0;
    overflow: hidden;
}

body.wcss-tv-body #wpadminbar {
    display: none !important;
}

.wcss-tv-schedule-wrap {
    width: 100%;
    min-height: 100vh;
    background: #057fb0;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 0 32px 40px 32px;
    box-sizing: border-box;
}

.wcss-tv-title {
    margin: 0;
    padding: 18px 0 4px 0;
    text-align: center;
    color: #ffffff;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.wcss-tv-meta {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
    opacity: 0.95;
}

.wcss-tv-meta span {
    padding: 0 10px;
    color: #ffdf25;
}

.wcss-tv-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-top: 6px;
    position: relative;
    z-index: 2;
}

.wcss-tv-table th {
    background: #002f63;
    color: #ffdf25;
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    padding: 8px 8px;
    line-height: 1.2;
}

.wcss-tv-table td {
    font-size: 20px;
    font-weight: 700;
    padding: 9px 8px;
    line-height: 1.35;
    color: #002b5c;
    vertical-align: middle;
}

.wcss-tv-table tbody tr:nth-child(odd) {
    background: #fffdf1;
}

.wcss-tv-table tbody tr:nth-child(even) {
    background: #057fb0;
}

.wcss-tv-table tbody tr:nth-child(even) td {
    color: #ffffff;
}

.wcss-tv-table th:nth-child(1),
.wcss-tv-table td:nth-child(1) {
    width: 18%;
}

.wcss-tv-table th:nth-child(2),
.wcss-tv-table td:nth-child(2) {
    width: 19%;
}

.wcss-tv-table th:nth-child(3),
.wcss-tv-table td:nth-child(3) {
    width: 32%;
}

.wcss-tv-table th:nth-child(4),
.wcss-tv-table td:nth-child(4) {
    width: 17%;
    text-align: center;
}

.wcss-tv-table th:nth-child(5),
.wcss-tv-table td:nth-child(5) {
    width: 14%;
    text-align: center;
}

.wcss-tv-empty {
    margin: 60px auto 0 auto;
    width: 80%;
    background: #fffdf1;
    color: #002b5c;
    padding: 40px;
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    border-radius: 4px;
    position: relative;
    z-index: 2;
}

.wcss-public-error {
    background: #ffffff;
    border-left: 5px solid #c5221f;
    color: #002b5c;
    padding: 20px;
    max-width: 900px;
    margin: 30px auto;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.wcss-tv-top-decoration {
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
    pointer-events: none;
}

.wcss-curve-left {
    position: absolute;
    top: 0;
    left: -30px;
    width: 420px;
    height: 120px;
    border-bottom: 8px solid #f2b705;
    border-radius: 0 0 70% 70%;
    background: #005987;
    transform: rotate(-8deg);
}

.wcss-curve-right {
    position: absolute;
    top: 0;
    right: -40px;
    width: 420px;
    height: 120px;
    border-bottom: 8px solid #f2b705;
    border-radius: 0 0 70% 70%;
    background: #005987;
    transform: rotate(8deg);
}

.wcss-tv-arrow {
    position: fixed;
    top: 50%;
    width: 64px;
    height: 110px;
    margin-top: -55px;
    background: rgba(255,255,255,0.14);
    color: #ffffff;
    font-size: 82px;
    line-height: 100px;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    border: 1px solid rgba(255,255,255,0.28);
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    backdrop-filter: blur(8px);
    opacity: 0.25;
    transition: opacity 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.wcss-tv-arrow:hover,
.wcss-tv-arrow:focus {
    opacity: 1;
    background: rgba(255,255,255,0.25);
    color: #ffdf25;
    outline: none;
}

.wcss-tv-arrow-left {
    left: 0;
    border-radius: 0 18px 18px 0;
}

.wcss-tv-arrow-right {
    right: 0;
    border-radius: 18px 0 0 18px;
}

.wcss-tv-arrow-left:hover {
    transform: translateX(4px);
}

.wcss-tv-arrow-right:hover {
    transform: translateX(-4px);
}

@media (max-width: 900px) {
    .wcss-tv-title {
        font-size: 30px;
    }

    .wcss-tv-meta {
        font-size: 13px;
    }

    .wcss-tv-table th {
        font-size: 16px;
    }

    .wcss-tv-table td {
        font-size: 15px;
    }

    .wcss-tv-schedule-wrap {
        padding: 0 12px 30px 12px;
    }

    .wcss-tv-arrow {
        width: 44px;
        height: 80px;
        margin-top: -40px;
        font-size: 56px;
        line-height: 72px;
    }
}
html {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

html body.wcss-tv-body {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.wcss-tv-body {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

body.wcss-tv-body #wpadminbar {
    display: none !important;
    height: 0 !important;
}
.wcss-tv-announcement {
    position: relative;
    z-index: 2;
    background: #ffdf25;
    color: #002b5c;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    padding: 8px 16px;
    margin: 0 0 8px 0;
    border-radius: 2px;
}
.wcss-tv-override {
    position: relative;
    z-index: 2;
    width: 88%;
    min-height: 460px;
    margin: 48px auto 0 auto;
    background: #fffdf1;
    color: #002b5c;
    padding: 34px 46px;
    border-radius: 12px;
    box-shadow: 0 16px 42px rgba(0,0,0,0.24);
    border-top: 10px solid #ffdf25;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
    box-sizing: border-box;
}

.wcss-tv-override-image {
    width: 38%;
    text-align: center;
    margin: 0;
}

.wcss-tv-override-image img {
    max-width: 100%;
    max-height: 360px;
    width: auto;
    height: auto;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.28);
    background: #ffffff;
}

.wcss-tv-override-content {
    width: 56%;
    text-align: left;
}

.wcss-tv-override-label {
    display: inline-block;
    background: #002f63;
    color: #ffdf25;
    padding: 9px 22px;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.wcss-tv-override h2 {
    margin: 0 0 18px 0;
    font-size: 54px;
    line-height: 1.1;
    font-weight: 900;
    color: #002b5c;
}

.wcss-tv-override p {
    margin: 0;
    font-size: 32px;
    line-height: 1.35;
    font-weight: 800;
    color: #555555;
}

.wcss-tv-override-emergency {
    border-top-color: #c5221f;
}

.wcss-tv-override-emergency .wcss-tv-override-label {
    background: #c5221f;
    color: #ffffff;
}
.wcss-tv-table tbody tr.wcss-row-status-cancelled td {
    background: #c5221f !important;
    color: #ffffff !important;
}

.wcss-tv-table tbody tr.wcss-row-status-moved_online td {
    background: #ffdf25 !important;
    color: #002b5c !important;
}

.wcss-tv-table tbody tr.wcss-row-status-room_changed td {
    background: #fff3cd !important;
    color: #002b5c !important;
}

.wcss-tv-table tbody tr.wcss-row-status-delayed td {
    background: #f59e0b !important;
    color: #ffffff !important;
}

.wcss-tv-row-note {
    font-size: 15px;
    font-weight: 700;
    margin-top: 4px;
    opacity: 0.9;
}