/* Keep the departure-period table on its pre-11 September layout. */
.single-woo-tour .period.table-responsive {
    background: #fff;
    border: 0;
    border-radius: 8px;
    overflow: auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    margin-top: 10px;
}

.single-woo-tour .table.tb-time {
    width: 100%;
    min-width: 0;
    border-collapse: collapse;
    font-size: 15px;
    color: #333;
}

.single-woo-tour .table.tb-time th {
    background: #007bff;
    padding: 12px 16px;
    font-weight: 600;
    border-bottom: 1px solid #e9ecef;
}

.single-woo-tour .table.tb-time td {
    padding: 12px 16px;
    border-bottom: 1px solid #f1f1f1;
    vertical-align: middle;
}

.single-woo-tour .table.tb-time tr:nth-child(even) { background: #fcfcfc; }
.single-woo-tour .table.tb-time tr:nth-child(odd) { background: #fff; }
.single-woo-tour .table.tb-time tr:hover { background: #f5f7ff; transition: background .2s; }

.single-woo-tour .btn-book,
.single-woo-tour .btn-book.full {
    padding: 6px 14px;
    border-radius: 6px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .single-woo-tour .period.table-responsive {
        margin-right: 0;
        margin-left: 0;
        border-radius: 8px;
    }

    .single-woo-tour .table.tb-time {
        min-width: 0;
        font-size: 15px;
    }

    .single-woo-tour .table.tb-time td {
        padding: 12px 16px;
    }
}
