.hotel-toggle {
    margin-bottom: 20px;
    text-align: center;
}

.hotel-toggle button {
    font-family: 'Gotham-Bold', Sans-Serif;
    padding: 10px 20px;
    margin: 0 5px;
    background-color: #eee;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.hotel-toggle button.active,
.hotel-toggle button:hover {
    background-color: #333;
    color: #fff;
}

.benefits-table {
    margin-top: 1px;
    overflow-x: scroll;
}

.benefits-table table {
    table-layout: fixed;
    min-width: 1024px;
    width: 100%;
    border-collapse: collapse;
    font-family: 'Gotham-Book', Sans-Serif;
    font-size: 14px;
    background-color: #fff;
    border-radius: 8px;
    overflow: scroll;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.benefits-table th,
.benefits-table td {
    padding: 14px 16px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    vertical-align: top;
}

.benefits-table tr {
    min-width: 768px;
}

.benefits-table tr > td:first-child {
    position: sticky;
    left: 0;
    background: white;
}

.benefits-table thead {
    background-color: #f5f5f5;
    font-family: 'Gotham-Book', Sans-Serif;
    font-size: 14px;
    letter-spacing: 1px;
}

.benefits-table tbody tr:hover {
    background-color: #f9f9f9;
}

.benefits-table td:first-child,
.benefits-table th:first-child {
    text-align: left;
}

.benefit-card-image {
    height: 130px;
    width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.benefit-card {
    margin-bottom: auto;
}

.benefit-card .card-body {
    margin-bottom: auto;
    padding: 0.5rem 0.5rem 0.25rem; /* Reduced bottom padding */
}

.benefit-card .card-title {
    font-size: 20px;
    margin-top: 0.4rem;
    margin-bottom: 0; /* No space below the title */
}

.benefit-card .card-body .card-desc {
    font-size: 12px !important;
    margin-top: 0.3rem;
    margin-bottom: 0;
    line-height: 1.2;
    max-width: 100%;
    font-weight: 300;
}

.table-footnotes {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left;
}

.table-footnotes p {
    margin-bottom: 0.5rem;
}