.schedule-section {
    padding: 50px 0;
    background: linear-gradient(to right, #f5f5f5, #ffffff);
}

.schedule-table {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}

.table th, .table td {
    padding: 15px 20px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.th {
    text-align: center;
    width: 120px;
}

.th small {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Open Sans', sans-serif;
}

.th h3 {
    margin: 0;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.td {
    padding: 10px 0;
}

.td p {
    margin: 0 0 8px;
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}

.td a {
    display: inline-block;
    margin-top: 5px;
    text-decoration: none;
    color: #ab2430;
    /*color: #EC7623;*/
    text-decoration: underline;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    font-family: 'Open Sans', sans-serif;
}

.arrow.table-continued {
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

.arrow.table-continued img {
    width: 30px;
    height: auto;
    transition: transform 0.3s ease;
}

.arrow.table-continued:hover img {
    transform: translateY(5px);
}

.tr-hidden.hidden {
    display: none;
}

.clinic-info-cell {
    padding-left: 5px;
    text-align: center;
    vertical-align: middle;
}

.clinic-info.bordered{
    display: inline-block; 
    text-transform: uppercase; 
    text-align: center; 
    text-decoration: none; 
    letter-spacing: 1px; 
    padding: 10px 20px; 
    margin: 10px 0;
    border: 1px solid #dee2e6; 
    /*border-radius: 10px;*/
    background-color: transparent; 
    transition: all 0.3s ease; 
}

@media (max-width: 768px) {
    .th {
        width: 80px;
    }
    
    .th small {
        font-size: 12px;
    }
    
    .th h3 {
        font-size: 20px;
    }
    
    .table th, .table td {
        padding: 10px;
    }
}

.schedule-section .container {
    padding: 0 15px;
}

.schedule-section h2 {
    font-family: "PFDINTextCompStdBold", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 576px) {
    .table, .table tbody, .table tr, .table td, .table th {
        display: block;
        width: 100%;
    }
    
    .table tr {
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
    }
    
    .th {
        width: 100%;
        text-align: left;
        padding-bottom: 0;
    }
    
    .th small, .th h3 {
        display: inline-block;
        margin-right: 10px;
    }
}