.tpwt-wait { font-weight: 600; }
.tpwt-na { opacity: 0.75; }
.tpwt-error { color: #b00; }

.tpwt-badge {
    display: inline-block;
    padding: 0.25em 0.5em;
    border-radius: 0.5em;
    background: #eee;
    font-weight: 600;
}
.tpwt-badge.tpwt-open { background: #e8f7e8; }
.tpwt-badge.tpwt-down { background: #fde2e2; }
.tpwt-badge.tpwt-closed { background: #ddd; }

.tpwt-asof {
    font-size: 0.85em;
    color: #666;
    margin-top: 0.15rem;
}

.tpwt-debug {
    margin-top: 0.5rem;
    opacity: 0.7;
    white-space: pre-wrap;
    font-size: 0.8em;
}

table.tpwt-park-table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
}
table.tpwt-park-table th,
table.tpwt-park-table td {
    padding: 0.35rem 0.5rem;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
table.tpwt-park-table thead th {
    border-bottom: 2px solid #999;
    font-weight: 600;
}
table.tpwt-park-table .tpwt-col-wait {
    text-align: right;
}
