.pvc-world-tag-links {
    box-sizing: border-box;
    border-bottom: 1px solid #dbe3ee;
    margin: 0 0 24px;
    padding: 0 0 22px;
    width: 100%;
}

.pvc-world-tag-links__title {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #172033 !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.4 !important;
    margin: 0 0 14px !important;
    padding: 0 0 8px 14px !important;
    position: relative;
    width: auto !important;
}

.pvc-world-tag-links__title::before {
    background: linear-gradient(180deg, #2271b1 0%, #16a36a 100%);
    border-radius: 2px;
    content: "";
    height: calc(100% - 8px);
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}

.pvc-world-tag-links__viewport {
    position: relative;
}

.pvc-world-tag-links__grid {
    display: grid;
    gap: 10px;
    grid-auto-columns: calc((100% - 20px) / 3);
    grid-auto-flow: column;
    grid-template-rows: repeat(3, 74px);
    overflow-x: hidden;
    overscroll-behavior-inline: contain;
    padding: 2px;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: none;
}

.pvc-world-tag-links__grid::-webkit-scrollbar {
    display: none;
}

.pvc-world-tag-links__arrow {
    align-items: center;
    background: #fff;
    border: 1px solid #d9e2ec;
    border-radius: 50%;
    box-shadow: 0 5px 16px rgba(15, 23, 42, .16);
    color: #40536a;
    cursor: pointer;
    display: none;
    font-family: Arial, sans-serif;
    font-size: 34px;
    height: 46px;
    justify-content: center;
    line-height: 1;
    padding: 0 0 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    z-index: 3;
}

.pvc-world-tag-links__arrow--prev {
    left: -17px;
}

.pvc-world-tag-links__arrow--next {
    right: -17px;
}

.pvc-world-tag-links__arrow[hidden] {
    display: none;
}

.pvc-world-tag-links__arrow:hover,
.pvc-world-tag-links__arrow:focus-visible {
    border-color: #89b9db;
    color: #1474b5;
    outline: none;
}

.pvc-world-tag-link,
.pvc-world-tag-link:hover {
    align-items: stretch;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    box-shadow: 0 3px 12px rgba(15, 23, 42, .06);
    color: #172033 !important;
    display: flex;
    min-width: 0;
    overflow: hidden;
    scroll-snap-align: start;
    text-decoration: none !important;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.pvc-world-tag-link:hover,
.pvc-world-tag-link:focus-visible {
    border-color: #9fc4e1;
    box-shadow: 0 7px 18px rgba(15, 23, 42, .11);
    outline: none;
    transform: translateY(-1px);
}

.pvc-world-tag-link__media {
    background: #e8eef5;
    display: block;
    flex: 0 0 88px;
    height: 74px;
    overflow: hidden;
}

.pvc-world-tag-link__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.pvc-world-tag-link__placeholder {
    align-items: center;
    background: linear-gradient(135deg, #174274 0%, #1f78ad 56%, #18a261 100%);
    color: #fff;
    display: flex;
    font-size: 22px;
    font-weight: 800;
    height: 100%;
    justify-content: center;
}

.pvc-world-tag-link__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 9px 11px;
}

.pvc-world-tag-link__name {
    color: #172033;
    display: block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pvc-world-tag-link__count {
    color: #718096;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    margin-top: 4px;
}

@media screen and (max-width: 767px) {
    .pvc-world-tag-links {
        margin-bottom: 18px;
        padding-bottom: 18px;
    }

    .pvc-world-tag-links__grid {
        gap: 8px;
        grid-auto-columns: calc((100% - 8px) / 2);
        grid-template-rows: repeat(3, 66px);
        overflow-x: auto;
        scroll-snap-type: inline mandatory;
    }

    .pvc-world-tag-links__arrow {
        display: flex;
        height: 40px;
        width: 40px;
    }

    .pvc-world-tag-links__arrow[hidden] {
        display: none;
    }

    .pvc-world-tag-links__arrow--prev {
        left: -8px;
    }

    .pvc-world-tag-links__arrow--next {
        right: -8px;
    }

    .pvc-world-tag-link__media {
        flex-basis: 70px;
        height: 66px;
    }

    .pvc-world-tag-link__body {
        padding: 7px 8px;
    }

    .pvc-world-tag-link__name {
        font-size: 12px;
    }

    .pvc-world-tag-link__count {
        font-size: 10px;
        margin-top: 3px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pvc-world-tag-link {
        transition: none;
    }

    .pvc-world-tag-links__grid {
        scroll-behavior: auto;
    }
}
