/* Hide the 'Filters' button */
.am-capf__menu-btn {
    display: none !important;
}

@media (max-width: 768px) {

    /* --- Main Heading Styles --- */
    .amelia-v2-booking #amelia-container .am-fs__main-heading-inner {
        width: 100%;
        display: flex;
        justify-content: center !important;
    }
    .amelia-v2-booking #amelia-container .am-fs__main-heading-inner-title {
        font-size: 22px !important;
    }
    .amelia-v2-booking #amelia-container .am-fs__main-heading-mobile {
        padding: 8px !important;
    }

    /* --- Package Item Container Styles --- */
    .am-fs__ps-item {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
    }

    /* --- Hide Original Package Name --- */
    p.am-fs__ps-name {
        display: none !important;
    }

    /* --- Price & Discount Row Styles --- */
    .am-fs__ps-price__wrapper {
        width: 100%;
        justify-content: center !important;
    }
    .amelia-v2-booking #amelia-container .am-fs__ps-price__wrapper > p {
        font-size: 15px !important;
    }
    .am-fs__ps-price {
        color: #333333 !important;
    }

    /* --- Bottom Description Text Styles --- */
    .am-fs__ps-item__services {
        display: flex;
        justify-content: center !important;
    }
    .amelia-v2-booking #amelia-container .am-fs__ps-item__services-inner {
        font-size: 15px !important;
        font-weight: 550 !important;
        letter-spacing: 1px !important;
    }

    /* --- Main Content Area Styles --- */
    .amelia-v2-booking #amelia-container .am-fs__main-content {
        height: 464px !important;
    }

    .amelia-v2-booking #amelia-container .am-fs__main-mobile .am-fs__main-content {
        padding: 38px;
    }

    /* --- Main Footer Styles --- */
    .amelia-v2-booking #amelia-container .am-fs__main-footer {
        padding: 2px !important;
    }

    /* --- Add Space Above Footer Button --- */
    .am-fs__main-footer .am-button-continue {
        margin-top: 5px !important; /* Adjust 10px to add more or less space */
        margin-bottom: 5px !important; /* Adjust 10px to add more or less space */
    }

}