.recent-blogs-links ul {
    list-style: none;
}

.article img {
    max-width: 100% !important;
    height: auto !important;
}

.article table {
    max-width: 100% !important;
}

#ul-categories li {
    cursor: pointer;
    margin-bottom: 2px;
    border-radius: 4px;
}

#ul-categories li:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.btn-outline-primary-theme {
    background-color: var(--secondary-color);
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.btn-outline-primary-theme:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--secondary-color);
}

.side-author-profile {
    width: 200px;
    height: auto;
    position: absolute;
    left: 22%;
    top: 10px;
    border-radius: 50%;
}


.article a {
    text-decoration: none;
    color: black;
}

.article-icons i {
    color: var(--primary-color);
}


.article .img-bg-div {
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.card-img-top.img-bg-div {
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

iframe {
    width: 560px;
    height: 315px;
}

@media screen and (min-width: 992px) {
    .card-img-top.img-bg-div {
        height: 240px;
    }
}

@media screen and (max-width: 768px) {
    .article .img-bg-div {
        height: 200px;
    }

    .article-icons {
        font-size: smaller;
    }

    .breadcrumb.custom li {
        font-size: smaller;
    }

    .text-mobile-small {
        font-size: smaller;
    }

    iframe {
        max-width: 100%;
        height: 215px;
    }
}


.hover-primary-color:hover {
    color: var(--primary-color);
}

.toc a {
    color: var(--primary-color);
}

.screen-reader-text {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}