.table-responsive {
    width: 100%;
    overflow-x: auto;
}

.meeting-room-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 1100px;
    background: #f7f7f7;
}

.meeting-room-table thead th {
    background: #a89f83;
    color: #3b2617;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 12px 12px;
    border: 1px solid #d7d7d7;
    letter-spacing: 0.5px;
    font-family: 'Epunda Slab' !important;
    font-weight: 600 !important;
}

.meeting-room-table tbody td {
    padding: 12px 12px;
    border: 1px solid #d7d7d7;
    text-align: center;
    font-size: 12px;
    color: #222;
    background: #f8f8f8;
    font-family: 'Montserrat' !important;
    font-weight: 300 !important;
}

.meeting-room-table tbody td:first-child {
    text-align: left;
    font-weight: 500;
}

.meeting-room-table tbody tr:hover td {
    background: #f0ede7;
    transition: 0.3s ease;
}

/* Mobile */
@media (max-width: 768px) {
    .meeting-room-table thead th,
    .meeting-room-table tbody td {
        padding: 14px 10px;
        font-size: 14px;
    }
}