.tb-weekview-frontend {
    margin: 30px 0;
}

.tb-weekview-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.tb-weekview-btn {
    background: #0073aa;
    color: #fff;
    padding: 6px 16px;
    border-radius: 5px;
    text-decoration: none;
}

.tb-weekview-btn:hover {
    background: #005177;
}

.tb-weekview-title {
    font-weight: bold;
    font-size: 1.1em;
}

.tb-weekview-table {
    width: 100%;
    border-collapse: collapse;
}

.tb-weekview-table th,
.tb-weekview-table td {
    border: 1px solid #e0e0e0;
    padding: 8px;
    text-align: center;
    width: 20em;
}

.tb-weekview-table th:first-child, 
.tb-weekview-table td:first-child {
    width: 1em;
    min-width: 12ch;
    font-size: 0.8em;
}

.tb-weekview-table th:nth-child(7), 
.tb-weekview-table th:nth-child(8), 
.tb-weekview-table td:nth-child(7),
.tb-weekview-table td:nth-child(8) {
    width: 1em;
    min-width: 5ch;
}

.tb-weekview-table th {
    background: #f8fafc;
    font-size: 0.8em;
}

.tb-weekview-name {
    background: #f0f0f1;
    padding: 4px;
    margin: 2px 0;
    border-radius: 3px;
    font-size: 0.95em;
}