.pass-type-wrapper {
    width: 100%;
    background: rgba(0,0,0,0.25);
    border: 2.5px solid #ff7607;
    border-radius: 25px;
    padding: 15px 35px;
    max-width: 800px;
    margin: 0 auto;
}

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

.pass-gradient-border {
    height: 2.5px;
    background: linear-gradient(to left, rgba(0,0,0,0) 0%, #f2d544 12.5%, #f2d544 87.5%, rgba(0,0,0,0) 100%);
}

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

.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: 'proxima-nova';
    font-size: 1.5rem;
    font-weight: bold;
    color: #f2d544;
    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: 'proxima-nova';
    color: white;
}

.starting-at-label {
    font-size: 0.9rem;
}
.current-price {
    font-size: 1.25rem;
}


.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 {
}

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

.pass-type-gradient {    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #f7ee6485, transparent);
    max-width: 800px;
    margin: 0 auto;
    background-position: center center;
    background-size: cover;
    border: 2.5px solid #f2d544;
    border-radius: 25px;
    opacity: 0.4;
}


.pass-type-radial {    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
/*     background-image: url('/wp-content/uploads/2023/11/radial.png'); */
    max-width: 800px;
    margin: 0 auto;
    background-position: center center;
    background-size: cover;
    border: 2.5px solid #f2d544;
    border-radius: 25px;
    opacity: 0.25;
    filter: grayscale(.25);
}

.pass-description-wrapper {
    padding: 1rem 0rem;
    font-family: 'proxima-nova';
    color: white;
}

.pass-description-toggle {
    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: .9rem;
}

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

.buy-now-button {
    font-family: 'proxima-nova';
    background: url('/wp-content/uploads/2024/09/orange-horizontal.webp');
    text-transform: uppercase;
    color: black !important;
}

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

@media only screen and (max-width: 800px) {
    .pass-type-header {
        flex-direction: column;
    }

    .pass-price-wrapper {
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
    }

    .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;

    }

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

    }

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

    .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.3rem;
        /* margin-bottom: .75rem; */
    }

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

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

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