
.dokman-rooster-tabs {
    margin: 1.5em 0;
}

.dokman-rooster-tab-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.dokman-tab-button {
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    background: #BE1622;
    color: #ffffff;
    border-radius: 999px;
    font-size: 0.9rem;
    transition: background 0.2s ease, color 0.2s ease, transform 0.1s ease;
}

.dokman-tab-button:hover {
    background: #333333;
    color: #ffffff;
    transform: translateY(-1px);
}

.dokman-tab-button-active {
    background: #333333;
    color: #ffffff;
}

.dokman-tab-button-active:hover {
    background: #BE1622;
}

.dokman-rooster-tab-panels {
    margin-top: 0.5rem;
}

.dokman-tab-panel {
    display: none;
}

.dokman-tab-panel-active {
    display: block;
}

/* Vakantietabel & tarieven */
.dokman-vac-wrapper,
.dokman-price-wrapper {
    margin: 1em 0;
    overflow-x: auto;
}

.dokman-vac-table,
.dokman-price-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.95rem;
}

.dokman-vac-table th,
.dokman-vac-table td,
.dokman-price-table th,
.dokman-price-table td {
    padding: 0.5em 0.75em;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.dokman-vac-table th,
.dokman-price-table th {
    font-weight: 600;
}

/* Responsive */
@media (max-width: 600px) {
    .dokman-rooster-tab-buttons {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .dokman-tab-button {
        flex: 1 1 auto;
        text-align: center;
    }

    .dokman-vac-table thead,
    .dokman-price-table thead {
        display: none;
    }

    .dokman-vac-table,
    .dokman-vac-table tbody,
    .dokman-vac-table tr,
    .dokman-vac-table td,
    .dokman-price-table,
    .dokman-price-table tbody,
    .dokman-price-table tr,
    .dokman-price-table td {
        display: block;
        width: 100%;
    }

    .dokman-vac-table tr,
    .dokman-price-table tr {
        margin-bottom: 0.75em;
        padding: 0.5em 0.75em;
        border: 1px solid #ddd;
        border-radius: 6px;
        background: #fff;
    }

    .dokman-vac-table td,
    .dokman-price-table td {
        border: none;
        padding: 0.15em 0;
    }
}
