.ckeditor-content *{
    all:revert;
}

.section-article_desc .article_details-desc img{
    margin-bottom: 0px !important;
}

.mobile_text_div {
    display: none;
}

.mobile_show {
    display: none;
}

@media (max-width:1023px) {
    .mobile_show {
        display: block;
    }
}

@media (max-width:575px) {
    .desktop_view {
        display: none;
    }
    .mobile_text_div {
        display: block;
    }

    .mobile_text_div .description_wrapper {
        transition: max-height 0.4s ease;
        overflow: hidden;
    }

    /* Collapsed: limit height to show approx. 4 lines */
    .mobile_text_div.collapsed .description_wrapper {
        max-height: 25.5em;

    }

    /* Expanded: allow full height */
    .mobile_text_div.expanded .description_wrapper {
        max-height: 1000em; /* Arbitrary large value */
    }

    /* Read More / Read Less link style */
    .mobile_text_div a {
        /* text-align: end; */
        display: block;
        color: #b9a98d;
        cursor: pointer;
        margin-top: 8px;
    }
}

.autocomplete-list.search-result {
    max-height: 300px;
    overflow-y: auto;
    background: whitesmoke;
}

.autocomplete-list.search-result li a:hover{
    background: #ccbea5;
    font-weight: 600;
}
