.pass-type-wrapper {
    width: 100%;
    background: rgba(255, 255, 255, 0.65);
    border: 2px solid #FF462D;
    box-shadow: 0px 0px 10px 0px #FF462D;
    border-radius: 25px;
    padding: 15px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.pass-type-wrapper p {
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}

.pass-gradient-border {
    height: 2.5px;
    background: #02609D;
}

.pass-type-header {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}

.pass-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0rem;
    color: #f2d544;
    flex: 1;
}

.pass-title-wrapper svg {
    width: 30px;
    fill: #f2d544;
}
.pass-title-wrapper p {
    font-family: 'BN Carrol St';
    font-size: 1.75rem;
    font-weight: bold;
    color: #02609D;
    line-height: 1.3;
}

.pass-one-liner {
    font-weight: normal !important;
}

.pass-sub-title p {
    color: white;
    font-weight: normal !important;
    font-size: 1rem;
}
.pass-levels-wrapper {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
    align-items: start;
}

.pass-price-wrapper {
    display: flex;
    gap: 1rem;
    /* align-items: end; */
}

.starting-at-label, .current-price {
    font-family: 'BN Carrol St';
    color: #02609D;
    text-align: right;

}

.starting-at-label {
    font-size: 1.1rem;
}
.current-price {
    font-size: 1.5rem;
    margin-top: -5px;
}


.pass-border-div {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-width: 810px;
    margin: 0 auto;
}

.pass-top-border {
    height: 38px;
/*     background-image: url('/wp-content/uploads/2023/11/top.png'); */
    background-repeat: no-repeat;
    background-size: 98%;
    background-position: center bottom;
    position: absolute;
    top: 2.5px;
    right: 0;
    left: 0;
    z-index: 1;
}

.pass-middle-border {
    height: calc(100% - 74px);
    z-index: 0;
/*     background-image: url('/wp-content/uploads/2023/11/middle.png'); */
    background-size: 98%;
    background-position: center center;
    background-repeat: repeat-y;
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.pass-bottom-border {    
    height: 38px;
/*     background-image: url('/wp-content/uploads/2023/11/bottom.png'); */
    background-position: center top;
    background-size: 98%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 2.5px;
    left: 0;
    right: 0;
    z-index: 1
}

.pass-buy-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pass-one-liner {
    font-size: 1rem !important;
    color: white !important;
}

.pass-description-wrapper {
    padding: 0.5rem 0rem;
    font-family: 'Barlow Condensed';
    color: #02609D;
    font-size: 1.3rem;
    padding-bottom: 0.8rem;
}

.pass-description-toggle {
    font-family: 'Barlow Condensed';
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.pass-description-toggle:hover {
    cursor: pointer; 
}

.pass-accordion-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.pass-accordion-panel {
    font-size: 1.3rem;
}

.pass-accordion-panel p {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
}

.buy-now-button {
    font-family: 'BN Carrol St' !important;
    /* background: url('/wp-content/uploads/2024/09/orange-horizontal.webp'); */
    text-transform: uppercase;
    color: #ffffff !important;
    background: #FF462D;
    font-size: 1.5rem !important; 
    padding-bottom: 11px !important;
}

.buy-now-button:hover {
    color: #ffffff !important;  
}

@media only screen and (max-width: 800px) {
    .pass-title-wrapper p {
        font-size: 1.75rem;
    }
    .pass-type-header {
        flex-direction: column;
        align-items: start;
    }

    .pass-price-wrapper {
        justify-content: space-between;
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
    }

    .pass-sub-title p {
        font-size: 0.9rem;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .pass-type-wrapper {
        padding: 15px 25px;
        max-width: 700px;

    }

    .pass-title-wrapper {
        margin-bottom: .75rem;

    }

    .pass-title-wrapper p {
        text-align: left; 
        font-size: 1.75rem;
    }

    .pass-levels-wrapper {
        gap: .125rem;
    }

    .pass-buy-button-wrapper {
        justify-content: start;
    }
}

@media only screen and (max-width: 768px) {
    .pass-type-wrapper { 
        padding: 15px 25px;
    }

    .pass-title-wrapper {
        margin-bottom: .75rem;
    }
    .pass-title-wrapper p {
        text-align: left; 
        font-size: 1.75rem;
        /* margin-bottom: .75rem; */
    }

    .pass-sub-title p {
        font-size: 0.9rem;
    }

    .pass-levels-wrapper {
        gap: .125rem;
    }

    .pass-buy-button-wrapper {
        justify-content: start;
    }

    .starting-at-label {
        font-size: 1rem;
    }

    .current-price {
        font-size: 1.25rem;
    }

    .starting-at-label, .current-price {
        text-align: left;
    }

    .buy-now-button {
        font-size: 1rem;
    }
}

/* @media only screen and (min-width: 768px) {
    .pass-type-wrapper {
    }
} */