a, a:hover {
    text-decoration: none;
}

.fs-16 {
    font-size: 16px;
}
.fs-14 {
    font-size: 14px;
}

body.is-vn-redesign .blog-posts .blue-card-small-heading a {
    color: var(--color-bullet-blue);
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.2;
}

.post-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 12px; /* horizontal spacing */
    row-gap: 40px; /* vertical spacing */
    margin: 40px 0;
}

/* first card */
.grid-1 {
    grid-column: span 12;
}


/* 3 column cards */
.grid-3 {
    grid-column: span 4;
}

/* 1-Column cards */
body.is-vn-redesign .blog-posts .post-card .post-title {
    color: #121619;
    font-size: 3rem;
    font-weight: 500;
    line-height: 57.60px;
}

/* 2-column cards */
body.is-vn-redesign .blog-posts .post-grid .grid-2 .post-title {
    font-size: 2.25rem;
    line-height: 1.2;
}

/* 3-column cards */
body.is-vn-redesign .blog-posts .post-grid .grid-3 .post-title {
    font-size: 1.5rem;
    line-height: 1.3;
}

body.is-vn-redesign .author-info .title,
body.is-vn-redesign .author-info .title a {
    color: #121619;
    font-size: 1rem;
    font-weight: 500;
    line-height: 19.20px;
    word-wrap: break-word;
}


body.is-vn-redesign .blog-posts .post-card .v-text {
    color: #22272B;
    font-size: 1rem;
    font-weight: 400;
    line-height: 21.60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Photos - legacy */

.author-info img {
	border: 1px solid #D0D4D5;
	border-radius: 6px;
	max-width: 60px;
	max-height: 66px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
	display: block;
	margin-right: 1.125rem;
}


/* Blog Post Page */

body.is-vn-redesign .small-heading {
    font-size: 1.25rem;
}


body.is-vn-redesign .blog-info .blog-summary {
    background-color: var(--color-white);
    padding: 1.5rem 2.25rem;
    box-shadow: 0 3.09px 46.41px 0 var(--color-shadow-xs);
    border-radius: 20px;
}

body.is-vn-redesign .blog-info .text-success,
.author-info .meta-info {
    font-size: 0.875rem;
}

body.is-vn-redesign .blog-author-nav,
body.is-vn-redesign .blog-tab-nav {
    border-right: 1px solid #D0D4D5
}

body.is-vn-redesign .blog-tab-nav ul li.list-arrow {
    padding-left: 0.75rem;
}

body.is-vn-redesign .blog-tab-nav ul li.list-arrow::marker {
    content: ">";
    font-weight: 600;
    color: #22272B;
}

body.is-vn-redesign .blog-tab-nav ul li > a {
    display: block;
    color: #22272B;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 16.80px;
    width: 100%;
}

body.is-vn-redesign .author-info .title a:hover,
body.is-vn-redesign .blog-tab-nav ul li:hover > a {
    color: var(--color-bullet-blue)
}

body.is-vn-redesign .blog-info .blog-article {
    gap: 0.25rem;
}

body.is-vn-redesign .blog-info .blog-article h2 {
    font-size: 2.75rem;
    line-height: 52.80px;
    letter-spacing: -0.04em;
}

body.is-vn-redesign .blog-info .blog-article .box-details h3,
body.is-vn-redesign .blog-info .blog-article .box-details h4 {
    color: #121619;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 28.80px;
    letter-spacing: -0.04em;
}

body.is-vn-redesign .blog-info .blog-article .blog-image {
    max-width: 880px;
}

body.is-vn-redesign .blog-info {
    padding-left: 2rem;
    gap: 5.25rem;
}

body.is-vn-redesign .blog-info .card-box {
    padding: 2rem 2.25rem;
    background: #FFF;
    color: #22272B;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.60px;
    border-radius: 8px;
    margin-bottom: 1.25rem;
}
body.is-vn-redesign .blog-info .image-box {
    padding: 2rem 2.25rem;
    background: #FFF;
    border-radius: 8px;
    margin-bottom: 1.25rem;
    text-align: center;
}

body.is-vn-redesign .blog-info .author-info .title {
    color: #121619;
    font-size: 1rem;
    font-weight: 500;
    line-height: 19.20px;
    word-wrap: break-word;
}
  
body.is-vn-redesign .blog-info .author-info .v-text {
    color: #121619;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 18.90px;
}

body.is-vn-redesign .blog-tags .tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

body.is-vn-redesign .blog-tags .tag-list .tags,
body.is-vn-redesign .blog-tags .tag-list .tags > a,
body.is-vn-redesign .post-category > a {
    color: var(--color-bullet-blue);
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; 
    line-height: 16.80px;
}

body.is-vn-redesign .blog-tags .post-category > a::before {
    content: ">";
    margin-right: 5px;
}

body.is-vn-redesign .blog-tags .post-category.no-before > a::before {
    display: none;
}

body.is-vn-redesign .blog-tags {
    margin-top: 1.75rem;
}

body.is-vn-redesign .blog-tags .tag-list .tags {
    border: 2px var(--color-bullet-blue) solid;
}

body.is-vn-redesign .meta-list {
    display: none;
}

body.is-vn-redesign .accordion-content .accordion-item .accordion-button.collapsed .accordian-heading {
    font-size: 1rem;
}

body.is-vn-redesign .accordion-content .accordion-item .accordion-button:not(.collapsed) .accordian-heading{
    font-size: 1.25rem;
    color: #121619;
}

body.is-vn-redesign .accordion-content {
    margin-top: 2.5rem;
}

body.is-vn-redesign .accordion-content .accordion-item:last-child {
    border-bottom: 1px solid #D0D4D5;
    border-radius: 0px;
}

body.is-vn-redesign .accordion-content .accordion-item .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.is-vn-redesign .accordion-content .toggle-icon {
    display: inline-flex;
    align-items: center;
    border: none;
    width: 12px;
    height: 12px;
    flex: none;
}

/* arrow icon */
body.is-vn-redesign .accordion-content .toggle-icon::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    background-image: url('https://versa-networks.com/wp-content/themes/bootstrap-theme/assets/images/new-homepage/chevron-rich-black-left.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

/* Rotate when OPEN */
body.is-vn-redesign .accordion-content .accordion-button:not(.collapsed) .toggle-icon::before {
    content: "";
    transform: rotate(90deg);
}

/* Default (collapsed state) */
body.is-vn-redesign .accordion-content .accordion-button.collapsed .toggle-icon::before {
    transform: rotate(-90deg);
}

/*Media queries*/
@media (min-width: 991px) {
    body.is-vn-redesign .mobile-card .blog-info {
        margin-bottom: 100px;
    }
}
  
@media (max-width: 991px) {

    body.is-vn-redesign .blog-posts .post-card .post-title {
        font-size: 2.25rem;
        line-height: 43.20px;
    }
    body.is-vn-redesign .big-heading {
        font-size: 2.25rem;
    }
    body.is-vn-redesign .post-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 36px;
    }

    body.is-vn-redesign .grid-1 {
        grid-column: span 2; /* full width */
    }

    body.is-vn-redesign .grid-3 {
        grid-column: span 1; /* 2 columns layout */
    }

    body.is-vn-redesign .blog-author-nav, 
    body.is-vn-redesign .blog-tab-nav {
        padding: 0;
        border-right: none;
    }
    body.is-vn-redesign .blog-info,
    body.is-vn-redesign .blog-info .blog-summary {
        padding: 0 !important;
    }

    body.is-vn-redesign .blog-info .green-bullets{
        padding: 0 1rem;
    }

    body.is-vn-redesign .blog-author-nav .author-info {
        border-bottom: 1px solid #D0D4D5;
        padding-bottom: 1.25rem;
        margin-bottom: 1.25rem;
    }

    body.is-vn-redesign .mobile-card {
        background: #FFF;
        padding: 1.75rem;
        border-radius: 20px;
        box-shadow: 0px 3.09375px 46.40625px rgba(0, 0, 0, 0.02);
    }

    body.is-vn-redesign .meta-list {
        display: flex;
        flex-wrap: wrap;
        gap: 0.25rem;
        justify-content: space-between;
    }

    body.is-vn-redesign .meta-list li {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        white-space: nowrap;
    }
}

@media (max-width: 785px) {
    body.is-vn-redesign .container {
        max-width: 720px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    body.is-vn-redesign .dd-tbl-content  {
        padding: 32px 0 !important;
        border-top: 1px solid #D0D4D5;
    }

    body.is-vn-redesign .blog-info .blog-article h2,
    body.is-vn-redesign .subscription-box .big-heading {
        font-size: 2.25rem;
        line-height: 43.20px;
    }

    body.is-vn-redesign .blog-info .card-box,
    body.is-vn-redesign .blog-info .image-box {
        padding: 1.75rem;
    }

    body.is-vn-redesign .blog-info {
        gap: 3rem;
    }

    body.is-vn-redesign .big-heading {
        font-weight: 500;
        line-height: 52.80px;
        font-size: 2.75rem;
    }

    body.is-vn-redesign .accordion-content {
        margin-top: 1.75rem;
    }

    /* body.is-vn-redesign .accordion-content .accordion-item .accordion-button.collapsed {
        font-size: 1rem;
    }

    body.is-vn-redesign .accordion-content .accordion-item .accordion-button {
        font-size: 1.25rem;
        color: #121619;
    } */
}
  
@media (max-width: 767px) {  
    
    body.is-vn-redesign .container {
        max-width: 720px;
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    body.is-vn-redesign .blog-info .blog-article h2, 
    body.is-vn-redesign .subscription-box .big-heading,
    body.is-vn-redesign .blog-posts .post-card .post-title {
        font-size: 1.75rem;
        line-height: 33.60px;
    }
    body.is-vn-redesign .post-grid {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 36px;
    }
    body.is-vn-redesign .grid-1,
    body.is-vn-redesign .grid-3 {
        grid-column: span 1;
    }
    
    body.is-vn-redesign .accordion-content .accordion-item .accordion-button {
        align-items: flex-start;
    }

    body.is-vn-redesign .meta-list {
        display: flex;
        flex-wrap: wrap;
        gap: 0.25rem;
        justify-content: space-between;
    }

    body.is-vn-redesign .meta-list li:first-child {
        width: 100%;   /* full row */
    }

    body.is-vn-redesign .meta-list li:nth-child(2),
    body.is-vn-redesign .meta-list li:nth-child(3) {
        width: auto;   /* share second row */
    }
}


/* ==========================================
   FILTER WRAPPER
========================================== */

.blog-filter-wrapper {
    position: relative;
}

/* Horizontal line */

.filter-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: #D9DDE3;
    z-index: 1;
}

/* Filter box */
.blog-filter-bar {
    position: relative;
    z-index: 2;
}

.blog-filter-bar .filter-box {
    border: 1px solid #D0D4D5;
	border-radius: 12px;
    background: #EDF1F2;
    padding: 14px 24px;
}

.blog-filter-bar .filter-box .mglass {
    display: inline-block;
    pointer-events: none;
    margin-right: 12px;
    -webkit-transform: rotate(-45deg);
}

.blog-filter-bar .filter-box .form-select,
.blog-filter-bar .filter-box .form-control {
    height: 25px;
}

.blog-filter-bar .filter-box .form-select,
.blog-filter-bar .filter-box .form-control,
.blog-filter-bar .filter-box .dd-menu label,
.blog-filter-bar .filter-box .dd-menu .date-box {
    color: #121619;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 18.90px;
}

.blog-filter-bar .filter-box input.form-control::placeholder {
    color: #22272B;    
    font-style: italic;
    font-weight: 400;
    opacity: 1;
}

.blog-filter-bar .filter-box button {
    color: #121619;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    line-height: 21.60px;
}

/* Ensure filter sits above line */
.blog-filter-bar > div {
    position: relative;
    z-index: 2;
}


/* ==========================================
   FILTER CONTAINER
========================================== */

.filter-box {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) 205px 205px auto;
    gap: 16px;
    align-items: center;
    background: #fff;
    border: 1px solid #D9DDE3;
    border-radius: 16px;
    padding: 12px 16px;
    position: relative;
    z-index: 5;
}

/* ==========================================
   SEARCH
========================================== */

.filter-search {
    min-width: 0;
}

.search-filter {
    height: 48px;
    border: 1px solid #D9DDE3 !important;
    border-radius: 8px;
    background: #fff;
}

.search-filter input {
    font-size: 14px;
}

.search-filter input::placeholder {
    color: #808080;
}

.search-clear-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
}

/* ==========================================
   TOPIC + DATE BUTTONS
========================================== */

.filter-topic,
.filter-date {
    width: 100%;
}

#topicDropdownBtn,
#dateDropdownBtn {
    height: 48px;
    border: 1px solid #D9DDE3;
    border-radius: 8px;
    font-size: 14px;
    background: #fff;
    box-shadow: none;
    padding: 0 16px;
}

#topicDropdownBtn:focus,
#dateDropdownBtn:focus {
    box-shadow: none;
}

/* ==========================================
   BADGES
========================================== */

.filter-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    min-width: 22px;
    padding: 0 8px;
    background: #D9EEF8;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
}

.filter-badge.d-none {
    display: none !important;
}

/* ==========================================
   CLEAR BUTTON
========================================== */

.filter-clear .btn {
    color: #000;
    font-size: 16px;
}

/* ==========================================
   TOPIC DROPDOWN
========================================== */

.custom-dropdown {
    position: relative;
}

.dropdown-menu-custom {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    min-width: 280px;
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid #E5E5E5;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    display: none;
    z-index: 999;
}

.custom-dropdown.active .dropdown-menu-custom {
    display: block;
}

.dropdown-item-checkbox {
    cursor: pointer;
}

.dropdown-item-checkbox:last-child {
    margin-bottom: 0 !important;
}

/* ==========================================
   DATE DROPDOWN
========================================== */

.date-filter-wrapper {
    position: relative;
}

.date-dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 370px;
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid #E5E5E5;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    display: none;
    z-index: 999;
}

.date-filter-wrapper.active .date-dropdown-menu {
    display: block;
}

/* ==========================================
   DATE BOXES
========================================== */

.date-box-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}

.date-box {
    flex: 1;
    text-align: center;
    border: 1px solid #D9DDE3;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
    background: #fff;
}

/* ==========================================
   NOUISLIDER
========================================== */

#dateRangeSlider {
    margin-top: 12px;
}

.noUi-target {
    border: none;
    box-shadow: none;
    background: #D9EEF8;
    height: 3px;
}

.noUi-connect {
    background: #1294F2;
}

.noUi-handle {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #1E1E1E;
    box-shadow: none;
    top: -10px !important;
    right: -11px !important;
}

.noUi-handle::before,
.noUi-handle::after {
    display: none;
}

@media (max-width: 992px) {
    .filter-box {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
            "search search search"
            "topic date clear";
    }

    .filter-search {
        grid-area: search;
    }

    .filter-topic {
        grid-area: topic;
    }

    .filter-date {
        grid-area: date;
    }

    .filter-clear {
        grid-area: clear;
        justify-self: end;
    }

    .date-dropdown-menu {
        right: 0;
        width: 320px;
    }
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 768px) {
    .blog-filter-bar .filter-box {
        border: 1px solid #D0D4D5;
        border-radius: 12px;
        background: #EDF1F2;
        padding: 18px;
    }
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 575.98px) {

    .filter-box {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .filter-search,
    .filter-topic,
    .filter-date,
    .filter-clear {
        width: 100%;
    }

    .filter-clear {
        justify-content: flex-end;
    }

    .dropdown-menu-custom,
    .date-dropdown-menu {
        width: 100%;
        min-width: unset;
        left: 0;
        right: 0;
    }

    .date-box-wrapper {
        flex-direction: column;
        gap: 12px;
    }
}


