    .read-more-content {
        display: none;
        /* Initially hide the extra content */
    }

    .read-more-content p {
        display: inline;
    }

    .read-more-content .read-more-button {
        margin-left: 12px;
    }

    .read-more-button {
        color: #007bff;
        cursor: pointer;
        font-weight: bold;
    }

    .read-more-button:hover {
        text-decoration: underline;
    }

    @media (min-width:991px) {
        .custom-col {
            flex: 0 0 20%;
            max-width: 20%;
        }
    }

    @media only screen and (max-width:767px) {
        .tab-btn {
            min-width: 25% !important;
            margin: 2px;
            font-size: 12px;
        }

        .moreFilter {
            display: flex;
            flex-direction: column-reverse;
        }

        .moreFilter .accordion {
            position: revert;
            width: 97%;
            margin: auto;
            margin-top: 10px;
        }

        .mgap {
            gap: 10px;
        }

        .shop-product-wrap {
            gap: 4%;
            padding: 0 15px;
        }

        .col-md-3.col-6 {
            padding-right: 0;
            padding-left: 0;
            width: 48% !important;
        }

        .section-title h2 {
            margin-top: 15px;
            margin-bottom: 0;
        }

        .energizationSelect h6 {
            font-weight: 600;
        }

        #additional-fields label {
            font-weight: 600;
        }

        .inner p {
            color: #6b6b6b;
        }

        .inner p strong {
            color: black;
            font-weight: 800;
        }
    }