/* css/route.css */
.route-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
    color: var(--text-white);
}

.route-content h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.route-content p {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 30px;
}