.vn-train-schedule {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    max-width: 100%;
    margin: 20px 0;
}

.vn-train-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0073aa;
}

.vn-train-header h3 {
    margin: 0;
    color: #0073aa;
    font-size: 18px;
}

.vn-train-date-range {
    color: #666;
    font-size: 14px;
}

.vn-train-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.vn-train-table th,
.vn-train-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.vn-train-table th {
    background: #0073aa;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.vn-train-table tbody tr:hover {
    background: #f9f9f9;
}

.vn-train-table td:first-child {
    color: #e63946;
    font-weight: 600;
}

.no-trains {
    text-align: center;
    color: #666;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 4px;
}

@media (max-width: 600px) {
    .vn-train-table {
        font-size: 13px;
    }
    
    .vn-train-table th,
    .vn-train-table td {
        padding: 8px 10px;
    }
    
    .vn-train-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

.vn-train-price {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    max-width: 100%;
    margin: 20px 0;
}

.vn-train-price-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.vn-train-price-table th,
.vn-train-price-table td {
    padding: 10px 12px;
    text-align: center;
    border: 1px solid #ddd;
}

.vn-train-price-table th:first-child,
.vn-train-price-table td:first-child {
    text-align: left;
    background: #f5f5f5;
    font-weight: 600;
    width: 180px;
}

.vn-train-price-table th {
    background: #0073aa;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.vn-train-price-table tbody tr:hover {
    background: #f9f9f9;
}

.vn-train-price-table td:not(:first-child) {
    color: #e63946;
    font-weight: 600;
}
