
/** @note the pricing card needs to be white fully, rounded corners, shadow and not contain a border **/
.pricing-header {
    background-color: #fff;
    color: #2cb1bc;
    padding: 0rem 1rem 1rem 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: none;
}

.pricing-card {
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border: none;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 2rem;
}

.pricing-footer a {
    text-decoration: none !important;
    color: rgb(33 37 41) !important;
}

.pricing-content {
    padding: 1rem;

    /** @note make font-size smaller */
    font-size: 0.8rem;
    color: #333;
}

.pricing-footer {
    background-color: #f8f9fa;
    padding: 1rem;
    text-align: center;
}

.booking-button {
    margin: 1rem 0;
}

.pricing-fixed {
    /** @note only visisble on mobile */
    display: none;
}
