/**
 * SnapTrip Journey Single Page Styles
 * Additional overrides for journey page — main styles in templates.css
 */

.st-journey-single { max-width: 1200px; margin: 0 auto; }
.st-journey-hero {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.st-journey-hero img { width: 100%; height: 520px; object-fit: cover; }
.st-from-price {
    position: absolute; top: 30px; right: 30px;
    background: #fff;
    padding: 16px 24px;
    border-radius: 10px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.12);
    text-align: center;
}
.st-from-price .amount {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1E3A6D;
}
.st-from-price .label {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.st-from-price .per {
    font-size: 12px;
    color: #999;
}
