.mt-blog-hub,
.mt-blog-hub * {
    box-sizing: border-box;
}

.mt-blog-hub {
    width: 100%;
    padding: 0 6.944vw 6.944vw;
    background: #ffffff;
}

.mt-blog-hub-inner {
    width: 100%;
    max-width: 86.111vw;
    margin: 0 auto;
}

.mt-blog-hub-header {
    margin-bottom: 3.472vw;
    text-align: center;
}

.mt-blog-hub-title {
    margin: 0 0 2.083vw;
    color: #000000;
    font-family: var(--vape-font-brand);
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 3.056vw;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mt-blog-hub-subtitle {
    margin: 0;
    color: #000000;
    font-size: 0.972vw;
    font-weight: 400;
    line-height: 1.528vw;
    letter-spacing: 0;
}

.mt-blog-hub-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.389vw;
    margin-bottom: 3.472vw;
}

.mt-blog-hub-filter {
    min-width: 8.403vw;
    min-height: 2.5vw;
    padding: 0.417vw 1.389vw;
    color: #0d0d0d;
    font-size: 1.111vw;
    font-weight: 700;
    line-height: 1.667vw;
    letter-spacing: 0;
    background: #ffffff;
    border: 1px solid #111111;
    border-radius: 6.875vw;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.mt-blog-hub-filter:hover {
    transform: translateY(-0.069vw);
}

.mt-blog-hub-filter.is-active {
    background: #2ef0d6;
    border-color: #2ef0d6;
}

.mt-blog-hub-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.472vw 1.389vw;
}

.mt-blog-hub-card {
    display: none;
}

.mt-blog-hub-card.is-visible {
    display: block;
}

.mt-blog-hub-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
    border-radius: 0.694vw;
    overflow: hidden;
}

.mt-blog-hub-card-image {
    width: 100%;
    aspect-ratio: 400 / 250;
    overflow: hidden;
    background: #e5e7eb;
    border-radius: 0.694vw 0.694vw 0 0;
}

.mt-blog-hub-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.mt-blog-hub-card-link:hover .mt-blog-hub-card-image img {
    transform: scale(1.04);
}

.mt-blog-hub-card-placeholder {
    width: 100%;
    height: 100%;
    background: #e5e7eb;
}

.mt-blog-hub-card-body {
    min-height: 9.097vw;
    padding: 1.389vw;
    background: #f1f1f1;
    border-radius: 0 0 0.694vw 0.694vw;
}

.mt-blog-hub-card-title {
    margin: 0 0 0.694vw;
    height: 3.333vw;
    color: #111111;
    font-size: 1.111vw;
    font-weight: 800;
    line-height: 1.667vw;
    letter-spacing: 0;
}

.mt-blog-hub-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.111vw;
}

.mt-blog-hub-card-meta {
    color: #666666;
    font-size: 0.833vw;
    font-weight: 400;
    line-height: 1.389vw;
    text-transform: uppercase;
}

.mt-blog-hub-card-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.083vw;
    height: 2.083vw;
    color: #111111;
    font-size: 0.972vw;
    line-height: 1;
    flex: 0 0 auto;
}

.mt-blog-hub-card-arrow svg {
    display: block;
    width: 0.972vw;
    height: 0.972vw;
}

.mt-blog-hub-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 3.472vw;
}

.mt-blog-hub-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.833vw;
    min-height: 1.667vw;
    padding: 0.556vw 1.111vw;
    color: #313235;
    font-family: var(--vape-font-brand);
    font-size: 1.111vw;
    font-weight: 700;
    line-height: 1.667vw;
    letter-spacing: 0;
    background: transparent;
    border: none;
    border-radius: 6.875vw;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.mt-blog-hub-more:hover {
    transform: translateY(0.069vw);
}

.mt-blog-hub-more-icon {
    display: block;
    width: 1.389vw;
    height: 1.389vw;
    flex: 0 0 auto;
}

.mt-blog-hub-more-icon path {
    stroke-width: 1;
}

.mt-blog-hub-more.is-hidden {
    display: none;
}

@media (max-width: 1024px) {
    .mt-blog-hub-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.93vw 1.758vw;
    }
}

@media (max-width: 768px) {
    .mt-blog-hub {
        padding: 0 2.083vw 7.813vw;
    }

    .mt-blog-hub-header {
        margin-bottom: 4.427vw;
    }

    .mt-blog-hub-title {
        margin-bottom: 2.344vw;
        font-size: 3.646vw;
        letter-spacing: 0.14em;
    }

    .mt-blog-hub-filters {
        gap: 1.302vw;
        margin-bottom: 4.167vw;
    }

    .mt-blog-hub-filter {
        min-width: auto;
        min-height: 4.167vw;
        padding: 0.911vw 1.823vw;
        font-size: 1.563vw;
    }

    .mt-blog-hub-grid {
        grid-template-columns: 1fr;
        gap: 3.125vw;
    }

    .mt-blog-hub-card-body {
        min-height: auto;
    }

    .mt-blog-hub-more-wrap {
        margin-top: 4.427vw;
    }
}