.explore_block {
        background: #fff;
    }
    .explore_block h2 {
        color: #171717;
        font-weight: 400;
    }
  .explore_block .resource-card h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    min-height: 58px;
}
    .explore_block .select-wrapper {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
        padding: 40px 0 80px;
    }
    .cards-wrapper .archive-cards {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 32px;
        column-gap: 24px;
    }
   .cards-wrapper .archive-cards .resource-card {
        display: flex;
        flex-direction: column;
        background: #fff;
        border-radius: 12px;
        border: 0.5px solid #D9D9D9;
        overflow: hidden;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        width: 23%;
        box-shadow: 1.2rem 1.2rem 3.2rem 0 rgba(0, 0, 0, .05);
    }
    .archive-cards .resource-card .card-thumb-link {
        display: block;
        flex-shrink: 0;
    }
    .archive-cards .resource-card .card-thumb-link .card-thumb {
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
        background: #f3f4f6;
    }
    .archive-cards .resource-card .card-thumb-link .card-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.35s ease;
    }
    .archive-cards .resource-card:hover .card-thumb img {
        transform: scale(1.04);
    }
    .card-play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 42px;
        height: 42px;
        background: rgba(255, 255, 255, 0.88);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        pointer-events: none;
        transition: background 0.2s, transform 0.2s;
    }
    .archive-cards .resource-card:hover .card-play-btn {
        background: #fff;
        transform: translate(-50%, -50%) scale(1.1);
    }
    .card-play-btn__icon {
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 14px solid #1a1a2e;
        margin-left: 3px;
    }
   .archive-cards .resource-card .card-body {
        padding: 14px 16px 18px;
        display: flex;
        flex-direction: column;
        flex: 1;
        gap: 6px;
    }
    .archive-cards .resource-card .resource-type-tag {
        display: inline-block;
        font-size: 12px;
        letter-spacing: 0.06em;
        padding: 3px 9px;
        border-radius: 20px;
        width: fit-content;
        line-height: 1.6;
        margin-bottom: 12px;
        text-decoration: none;
    }
    .archive-cards.resource-card .card-body .card-title {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /* min-height: 58px; */
    }
    .archive-cards.resource-card .card-body .card-title:hover {
        color: #428bca;
    }
    .archive-cards .resource-card .card-body .card-title a {
        color: inherit;
        text-decoration: none;
        transition: 0.4s ease-in-out;
        display: inline-block;
		text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    }
.archive-cards .resource-card a {
    text-decoration: none;
}
    .archive-cards .resource-card .card-body .card-title a:hover {
        color: #428bca;
    }
    /* card description */
    .archive-cards .resource-card .card-body .card-desc {
        color: #555;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        flex: 1;
        margin: 0;
        font-weight: 400;
    }
    /* read more */
    .archive-cards.resource-card .card-body .card-read-more {
        font-size: 16px;
        line-height: 24px;
        color: #0d4dce;
        margin-top: 6px;
        display: inline-block;
        text-decoration: none;
        transition: 0.4s ease-in-out;
        font-weight: 400;
    }
    a.card-read-more {
    margin-top: auto;
}
    .archive-cards .resource-card .card-body .card-read-more:hover {
        color: #428bca;
    }

    .sk-ep-tag,
    .resource-type-tag {
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        padding: 2.5px 11px 3.5px 11px;
        border-radius: 9999px;
        min-width: auto;
        margin: 0;
        background: rgba(13, 76, 205, 0.10);
        color: #0D4CCD;
    } 
    .explore_block .custom-select-wrapper {
        position: relative;
        width: 292px;
    }
    .explore_block .custom-select-wrapper select {
        display: none;
        /* hide real select */
    }
    .explore_block .custom-select-display {
        background: #fff;
        border: 1px solid #E5E5E5;
        border-radius: 50px;
        padding: 12px 23px;
        font-size: 16px;
        cursor: pointer;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .explore_block .custom-select-display.active {
        border-color: #9ca3af;
    }
    .explore_block .custom-select-arrow {
        width: 10px;
        height: 10px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        transition: transform 0.3s ease;
    }
    .explore_block .custom-select-display.active .custom-select-arrow {
        transform: rotate(180deg);
    }
    .explore_block .custom-select-options {
        position: absolute;
        background: #fff;
        width: 100%;
        border: 1px solid #E5E5E5;
        margin-top: 8px;
        display: none;
        max-height: 260px;
        overflow-y: auto;
        padding: 0;
        z-index: 10;
    }
    .explore_block .custom-select-options.active {
        display: block;
    }
    .explore_block .custom-select-options li {
        list-style: none;
        padding: 10px 20px;
        cursor: pointer;
        font-size: 16px;
    }
    .explore_block .custom-select-options li:hover {
        background: #f3f4f6;
    }
    .explore_block .custom-select-options li:hover {
        background: #5897fb;
        color: #fff;
    }
    .explore_block .custom-select-options li.selected {
        background: #ddd;
    }
.archive-cards .resource-card .resource-type-tag.success-stories,
#color-success-stories{
    background: rgba(91, 187, 171, 0.10);
    color: #5BBBAB;
}
.archive-cards .resource-card .resource-type-tag.videos {
   background: #E5F7FF !important;
    color: #00A7EA;
}
.archive-cards .resource-card .resource-type-tag.reports {
      background: rgba(13, 76, 205, 0.10);
    color: #0D4CCD;
}
.archive-cards .resource-card .resource-type-tag.guides,
#color-guides {
      background: #E5F7FF;
    color: #00A7EA;
}
.archive-cards .resource-card .resource-type-tag.reports {
      background: rgba(13, 76, 205, 0.10);
    color: #0D4CCD;
}
.archive-cards .resource-card .resource-type-tag.post,
#color-blog{
    background: rgba(233, 193, 3, 0.10) !important;
    color: #E9C103;
}
    @media (max-width: 992px) {
        .explore_block .select-wrapper {
            padding: 40px 0 40px;
        }
        .cards-wrapper .archive-cards .resource-card {
           width: 48%;
        }
        .cards-wrapper .archive-cards {
            row-gap: 18px;
            column-gap: 15px;
        }
    }
     @media (max-width: 767px) {
        .resource_hero_block h1 {
            font-size: 50px;
            margin-bottom: 15px;
            line-height: 66px;
        }
        .explore_block .select-wrapper {
            padding: 20px 0 40px;
        }
    }
    @media (max-width: 420px) {
        .cards-wrapper .archive-cards {
            row-gap: 20px;
        }
        .cards-wrapper .archive-cards .resource-card {
           width: 100%;
        }
    }