.cb-class-bookings-wrap {
    width: 100%;
    overflow-x: auto;
}

.cb-class-bookings-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 1rem 0;
    font-size: 16px;
    line-height: 1.45;
}

.cb-class-bookings-table th {
    padding: 12px 16px;
    font-weight: 700;
    background: #f7f7f7;
    color: #222;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    text-align: left;
}

.cb-class-bookings-table th:first-child {
    border-left: 1px solid #dedede;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.cb-class-bookings-table th:last-child {
    border-right: 1px solid #dedede;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.cb-session-spacer-row td {
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 0;
    line-height: 0;
}

.cb-session-main-row td {
    padding: 16px;
    vertical-align: top;
    background: #ffffff;
    border-top: 2px solid #6f7a88;
    border-bottom: 1px solid #cfd6df;
    border-right: 1px solid #a9b2bf;
}

.cb-session-main-row td:first-child {
    border-left: 2px solid #6f7a88;
    border-top-left-radius: 10px;
}

.cb-session-main-row td:last-child {
    border-right: 2px solid #6f7a88;
    border-top-right-radius: 10px;
}

.cb-session-single-row td {
    border-bottom: 2px solid #6f7a88;
}

.cb-session-single-row td:first-child {
    border-bottom-left-radius: 10px;
}

.cb-session-single-row td:last-child {
    border-bottom-right-radius: 10px;
}

.cb-session-description-row td {
    padding: 0;
    background: #ffffff;
    border-left: 2px solid #6f7a88;
    border-right: 2px solid #6f7a88;
    border-bottom: 2px solid #6f7a88;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cb-session-title {
    display: block;
    font-size: 1.06em;
    color: #111;
    font-weight: 800;
    line-height: 1.25;
}

.cb-class-meta {
    margin-top: 5px;
    font-size: 0.9em;
    color: #4d5661;
}

.cb-session-description-cell {
    border-top: none;
}

.cb-class-description {
    margin: 0 16px 16px 16px;
    padding: 14px 16px;
    background: #fafbfc;
    border-top: 1px solid #cfd6df;
    color: #30363d;
    line-height: 1.55;
}

.cb-register-cell {
    text-align: center;
}

.cb-register-button {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 999px;
    background: #1a73e8;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(26, 115, 232, 0.22);
}

.cb-register-button:hover,
.cb-register-button:focus {
    background: #1558b0;
    color: #fff;
}

.cb-empty {
    padding: 16px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    border-radius: 8px;
}

.cb-missing-link {
    color: #777;
    font-size: 0.9em;
}

@media (max-width: 760px) {
    .cb-class-bookings-table,
    .cb-class-bookings-table thead,
    .cb-class-bookings-table tbody,
    .cb-class-bookings-table th,
    .cb-class-bookings-table td,
    .cb-class-bookings-table tr {
        display: block;
    }

    .cb-class-bookings-table thead {
        display: none;
    }

    .cb-session-spacer-row td {
        height: 22px;
    }

    .cb-session-main-row {
        border: 2px solid #6f7a88;
        border-bottom: none;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        overflow: hidden;
        background: #fff;
    }

    .cb-session-single-row {
        border-bottom: 2px solid #6f7a88;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-bottom: 0;
    }

    .cb-session-main-row td {
        border: none;
        border-bottom: 1px solid #cfd6df;
        border-radius: 0 !important;
        padding: 13px 16px;
    }

    .cb-session-main-row td::before {
        content: attr(data-label);
        display: block;
        font-weight: 700;
        margin-bottom: 4px;
        color: #555;
        font-size: 0.85em;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

    .cb-session-description-row {
        border: 2px solid #6f7a88;
        border-top: none;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        overflow: hidden;
        background: #fff;
        margin-bottom: 0;
    }

    .cb-session-description-row td {
        border: none;
        border-radius: 0;
    }

    .cb-class-description {
        margin: 0;
        padding: 15px 16px;
        border-top: 1px solid #cfd6df;
    }

    .cb-register-cell {
        text-align: left;
    }
}