/* My Journey specific styles */

.back-arrow {
    margin: 20px 0 0 20px;
}

.back-link {
    text-decoration: none;
    color: #27374D;
    font-weight: 500;
    font-size: 16px;
}

.back-link:hover {
    text-decoration: underline;
}

.journey-content {
    text-align: center;
    margin-top: 50px;
}

.journey-title {
    color: #27374D;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
}

.under-construction {
    color: #666;
    font-size: 24px;
    font-style: italic;
}