.tooltips {
        position: relative;
        display: inline-block;
        border-bottom: 1px dotted black;
    }

    .tooltips .tooltiptext {
        text-align: justify !important;
        visibility: hidden;
        width: 405px;
        background-color: #2b2764;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 10px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltiptext a {
        color: #fff !important;
    }

    .tooltiptext a:hover {
        color: #ec0908 !important;
    }

    .tooltips:hover .tooltiptext {
        visibility: visible;
    }

    .selling-details {
        display: inline-block;
    }

    .exclaim {
        display: inline;
    }

    @media only screen and (max-width: 991px) {
        .tooltips .tooltiptext {
            font-size: 11px;
            width: 250px !important;
        }

        .ordertwos {
            order: 2 !important;
        }

        .blog-section .row {
            display: flex;
            flex-direction: column;
        }

        .large_area {
            width: 100%;
        }
    }

    @media only screen and (max-width: 767px) {
        .tooltips .tooltiptext {
            font-size: 11px;
            width: 250px !important;
        }

        .ordertwos {
            order: 2 !important;
        }

        .large_area {
            width: 100%;
        }

        .tooltips:hover::before,
        .tooltips:hover::after {
            width: 270px !important;
            /* margin: 0px 1px 32px -270px; */
        }

        .tooltips::after {
            margin-left: -255px;
            top: 14px;
        }

        .tooltips::before {
            top: 29px;
            font-size: 11px !important;
        }

    .blog-section .row {
        display: flex;
        flex-direction: column;
    }
}

/* Sidebar subcategory toggle (same as listing page) */
.fwd-category-menu,
.fwd-subcat-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fwd-cat-item {
    border-bottom: 1px solid #ececec;
}

.fwd-cat-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fwd-cat-link {
    display: block;
    padding: 8px 10px;
    flex: 1;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    text-decoration: none;
}

.fwd-cat-item.has-children > .fwd-cat-link {
    font-weight: 600;
}

.fwd-cat-toggle {
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: #2b2764;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    flex: 0 0 28px;
}

.fwd-cat-toggle:hover,
.fwd-cat-toggle[aria-expanded="true"] {
    color: #ec0908;
}

.fwd-cat-toggle[aria-expanded="true"]::before {
    content: "-";
}

.fwd-cat-toggle[aria-expanded="false"]::before {
    content: "+";
}

.fwd-cat-link:hover,
.fwd-cat-link.active {
    color: #ec0908;
    font-weight: 600;
}

.fwd-subcat-list {
    display: none;
    padding: 0 0 10px 20px;
    margin-top: -2px;
}

.fwd-cat-item.is-open > .fwd-subcat-list {
    display: block;
}

.fwd-subcat-list li {
    border-bottom: 0;
}

.fwd-subcat-list li:last-child {
    border-bottom: 0;
}

.fwd-subcat-list .fwd-cat-link {
    padding: 8px 10px;
    font-size: 16px;
    line-height: 1.4;
    border: 0 !important;
    text-decoration: none;
    color: #000;
}
