.wds-schedule-wrapper {
    margin: 30px 0;
}

.wds-schedule-table {
    width: 100%;
    border-collapse: collapse;
}

.wds-schedule-table th, .wds-schedule-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    font-size: 13px;
}

.wds-schedule-table th {
    background-color: #f4f4f4;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500 !important;
}

.wds-note {
    margin-top: 12px;
    font-size: 16px;
    color: #555;
    line-height: 1.2;
}