.cat2{
    padding-left: 20px !important;
}

.cat3{
    padding-left: 40px !important;
}

#scrollbar {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0%;
    height: 5px;
    z-index: 9999;
}

#scrollbar-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E16036;
}

.binshops-cat-hierarchy {
    list-style-type: none !important;
}

.read-more-wrap {
    padding: 18px 0;
}

.read-more-heading {
    margin: 0 0 12px;
    font-weight: bold;
    font-size: 18px;
}

/* Grid (we use our own floats so we can control 1/2/3/4 per row in BS2 breakpoints) */
.readmore-list {
    list-style: none;
    margin: 0 -10px;
    padding: 0;
}

.readmore-item {
    float: left;
    width: 100% !important;
    /* phone default: 1 per row */
    padding: 5px !important;
    /* column gutter + row gap */
    box-sizing: border-box;
}

/* Tablet: 2 per row */
@media (min-width: 630px) and (max-width: 767px) {
    .readmore-item {
        width: 50% !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .readmore-item {
        width: 50% !important;
    }
}

/* Desktop: 3 per row */
@media (min-width: 980px) and (max-width: 1199px) {
    .readmore-item {
        width: 50% !important;
    }
}

/* Large desktop: 4 per row */
@media (min-width: 1200px) {
    .readmore-item {
        width: 33.3333% !important;
    }
}

/* Card */
.rm-card {
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 10px;
    padding: 8px;
    min-height: 90px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
    transition: box-shadow .18s ease, border-color .18s ease;
}

.rm-card:hover {
    border-color: #ddd;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
}

/* Make whole card clickable */
.rm-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.rm-link,
.rm-link:hover,
.rm-link:focus {
    text-decoration: none !important;
}

/* Media layout: image left, text right */
.rm-media {
    *zoom: 1;
}

/* clearfix for old IE */
.rm-media:before,
.rm-media:after {
    content: "";
    display: table;
}

.rm-media:after {
    clear: both;
}

.rm-thumb {
    float: left;
    width: 90px;
    height: 90px;
    margin-right: 12px;
    overflow: hidden;
    border-radius: 20%;
    /* 🔵 20% rounded corners */
    background: #eee;
}

.rm-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit not widely supported back then; if unsupported, image will scale */
    object-fit: cover;
    -o-object-fit: cover;
}

.rm-body {
    overflow: hidden;
    text-align: left;
}

/* create the right column */
.rm-title {
    margin: 2px 0 6px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: bold;
    color: #222;
}

.rm-meta {
    margin: 0;
    color: #777;
    font-size: 12px;
}

/* Touch-friendly spacing on phones */
@media (max-width: 767px) {
    .rm-card {
        padding: 8px;
    }

    .rm-title {
        font-size: 12px;
    }

    .rm-thumb {
        width: 84px;
        height: 84px;
        margin-right: 12px;
    }
}

/* Image zoom effect */
.rm-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    transition: transform 0.3s ease;
}

.rm-card:hover .rm-thumb img {
    transform: scale(1.05);
}

/* Clear floats */
.readmore-list::after {
    content: "";
    display: table;
    clear: both;
}

.blog_body_content blockquote {
    margin: 1.5em 0;
    padding: 1em 1.5em;
    border-left: 4px solid #ddd;
    background-color: #f9f9f9;
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    float: none;
}

/* Mobile-specific fixes */
@media (max-width: 767px) {
    .blog_body_content blockquote {
        margin: 1em auto !important;  /* Center with automatic margins */
        padding: 1em !important;
        position: static !important;  /* Remove any positioning */
        transform: none !important;
        top: auto !important;
        bottom: auto !important;
        clear: both;
    }

    /* Create spacing insurance */
    .blog_body_content blockquote::before,
    .blog_body_content blockquote::after {
        content: "";
        display: table;
        clear: both;
    }
}
#middle-pages .main-pages-mid{margin-top: 0px !important;}