﻿.priority-pass-section {
    padding: 4rem 2rem;
}

    .priority-pass-section .info-row {
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
    }

.priority-pass-header {
    margin-bottom: 4rem;
}

.pass-info-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pass-title {
    font-weight: 600;
    margin-bottom: 1rem;
}

.pass-benefits {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0 !important;
}

    .pass-benefits li {
        position: relative;
        padding-left: 1.3rem;
        margin-bottom: 0.5rem;
    }

        .pass-benefits li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #6d361e;
            font-weight: bold;
        }

.price-info .price {
    font-size: 1.4rem;
    font-weight: 500;
    color: #a15b33;
}

.price-info .fee {
    font-size: 0.85rem;
    color: #888;
}

.priority-pass-form .button {
    margin-left: auto;
    background-color: #6d361e;
    font-size: 1rem;
}

.priority-pass-select {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .priority-pass-section .info-row {
        justify-content: center !important;
        gap: 1rem !important;
    }
}