.elementor-135 .elementor-element.elementor-element-ff04a5f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-86c8287 *//* ===============================
   RXMED HEADER – FINAL CLEAN
   =============================== */

.rxmed-header {
    width: 100%;
    background: #E8F4FF;               /* Soft Sky Blue */
    padding: 12px 18px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    border-bottom: 3px solid #008E8A;  /* RxMed accent */
}

/* ---------- TOP ROW ---------- */
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 12px;
}

/* ---------- LOGO ---------- */
.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 52px;        /* Desktop default */
    width: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
}

/* ---------- MENU ICON ---------- */
.menu-icon {
    font-size: 32px;
    font-weight: 700;
    cursor: pointer;
    color: #005F9E;      /* RxMed Blue */
    line-height: 1;
}

/* ---------- SEARCH SECTION ---------- */
.search-section {
    max-width: 1200px;
    margin: 12px auto 0;
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #c7dbe6;
}

/* Filter button */
.filter-btn {
    background: #008E8A;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

/* Search input */
.search-section input {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #b5cfe0;
    border-radius: 6px;
    font-size: 14px;
}

/* ===============================
   DESKTOP ENHANCEMENT
   =============================== */
@media (min-width: 768px) {
    .rxmed-header {
        padding: 16px 40px;
    }

    .logo img {
        height: 56px;
    }
}

/* ===============================
   MOBILE FIX
   =============================== */
@media (max-width: 480px) {
    .rxmed-header {
        padding: 10px 12px;
    }

    .logo img {
        height: 42px;
    }

    .menu-icon {
        font-size: 28px;
    }

    .search-section {
        padding: 10px;
        margin-top: 10px;
    }

    .filter-btn {
        padding: 8px 14px;
        font-size: 14px;
    }

    .search-section input {
        padding: 10px;
        font-size: 14px;
    }
}/* End custom CSS */