.tn-things2-page {
    background: #f7fbff;
    color: #09163d;
    min-height: 100vh
}

.tn-things2-hero {
    position: relative;
    min-height: 355px;
    background-image: linear-gradient(90deg,rgba(5,19,54,.72),rgba(5,19,54,.32) 52%,rgba(5,19,54,.06)),var(--things-hero-image);
    background-size: cover;
    background-position: center;
    overflow: hidden
}

    .tn-things2-hero:after {
        content: "";
        position: absolute;
        inset: auto 0 0;
        height: 42%;
        background: linear-gradient(180deg,rgba(255,255,255,0),rgba(247,251,255,.95))
    }

.tn-things2-hero__inner {
    position: relative;
    z-index: 1;
    padding-top: 76px;
    padding-bottom: 28px
}

.tn-things2-hero__copy h1 {
    max-width: 760px;
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(2.3rem,4.2vw,4.2rem);
    line-height: 1.05;
    letter-spacing: -.055em;
    font-weight: 950;
    text-shadow: 0 8px 30px rgba(0,0,0,.28)
}

.tn-things2-search {
    max-width: 920px;
    height: 62px;
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 20px 55px rgba(8,25,68,.25);
    display: flex;
    align-items: center;
    overflow: hidden
}

    .tn-things2-search input {
        flex: 1;
        height: 100%;
        border: 0;
        outline: 0;
        padding: 0 22px;
        color: #111b3f;
        font-size: 1rem
    }

    .tn-things2-search button {
        width: 72px;
        height: 100%;
        border: 0;
        background: #fff;
        color: #0a1740;
        font-size: 1.25rem;
        cursor: pointer
    }

.tn-things2-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 20px
}

    .tn-things2-pills a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 20px;
        border-radius: 999px;
        background: rgba(255,255,255,.92);
        color: #0d1840;
        text-decoration: none;
        font-weight: 850;
        box-shadow: 0 10px 26px rgba(9,22,61,.18);
        backdrop-filter: blur(10px)
    }

    .tn-things2-pills i {
        color: #2458ff
    }

.tn-things2-main {
    padding-top: 34px;
    padding-bottom: 54px
}

.tn-things2-block {
    margin-bottom: 42px
}

.tn-things2-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px
}

    .tn-things2-head h2 {
        margin: 0;
        font-size: 1.45rem;
        line-height: 1.2;
        font-weight: 950;
        letter-spacing: -.025em;
        color: #101a3d
    }

        .tn-things2-head h2 small {
            font-size: .95rem;
            color: #66718e;
            font-weight: 600;
            margin-left: 6px
        }

    .tn-things2-head a {
        color: #2156ff;
        text-decoration: none;
        font-weight: 850
    }

.tn-things2-category-grid {
    display: grid;
    grid-template-columns: repeat(6,minmax(0,1fr));
    gap: 18px
}

.tn-things2-category-card {
    position: relative;
    min-height: 150px;
    border-radius: 13px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 12px 30px rgba(17,29,68,.1);
    isolation: isolate;
    transition: transform .2s ease,box-shadow .2s ease
}

    .tn-things2-category-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 40px rgba(17,29,68,.18)
    }

    .tn-things2-category-card:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg,rgba(2,9,27,.08),rgba(2,9,27,.68))
    }

    .tn-things2-category-card span {
        position: absolute;
        left: 14px;
        right: 14px;
        bottom: 14px;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        font-weight: 950;
        text-shadow: 0 2px 10px rgba(0,0,0,.25)
    }

    .tn-things2-category-card i {
        width: 30px;
        height: 30px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: rgba(255,255,255,.92);
        color: #17306f;
        text-shadow: none
    }

.tn-things2-destination-row {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 18px
}

.tn-things2-destination-card {
    position: relative;
    height: 170px;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    color: #fff;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 12px 30px rgba(17,29,68,.11);
    isolation: isolate
}

    .tn-things2-destination-card:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg,rgba(3,10,31,.02),rgba(3,10,31,.74))
    }

    .tn-things2-destination-card small, .tn-things2-destination-card strong {
        position: relative
    }

    .tn-things2-destination-card small {
        font-size: .82rem;
        font-weight: 700;
        opacity: .92
    }

    .tn-things2-destination-card strong {
        font-size: 1.35rem;
        line-height: 1.05;
        font-weight: 950
    }

.tn-things2-experience-grid {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 18px
}

.tn-things2-experience-card {
    background: #fff;
    border: 1px solid #e3eaf6;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: #101a3d;
    box-shadow: 0 12px 28px rgba(17,29,68,.07);
    transition: transform .2s ease,box-shadow .2s ease
}

    .tn-things2-experience-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 42px rgba(17,29,68,.14)
    }

.tn-things2-experience-image {
    height: 142px;
    background-size: cover;
    background-position: center;
    display: block;
    position: relative
}

    .tn-things2-experience-image em {
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 6px 10px;
        border-radius: 999px;
        background: rgba(255,255,255,.88);
        color: #2458ff;
        font-style: normal;
        font-size: .72rem;
        font-weight: 900
    }

.tn-things2-experience-body {
    display: block;
    padding: 16px
}

    .tn-things2-experience-body strong {
        display: block;
        font-size: 1.12rem;
        line-height: 1.2;
        margin-bottom: 10px;
        font-weight: 950
    }

    .tn-things2-experience-body small {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #53617f;
        line-height: 1.45;
        min-height: 61px
    }

    .tn-things2-experience-body span {
        display: block;
        margin-top: 13px;
        color: #52607b;
        font-weight: 800
    }

    .tn-things2-experience-body i {
        color: #f7a500
    }

.tn-things2-trending-row {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 18px
}

.tn-things2-trending-card {
    background: #fff;
    border: 1px solid #e3eaf6;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: #101a3d;
    box-shadow: 0 12px 28px rgba(17,29,68,.06)
}

    .tn-things2-trending-card span {
        display: block;
        height: 118px;
        background-size: cover;
        background-position: center
    }

    .tn-things2-trending-card strong {
        display: block;
        padding: 13px 14px 4px;
        font-weight: 950
    }

    .tn-things2-trending-card small {
        display: block;
        padding: 0 14px 14px;
        color: #53617f;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

.tn-things2-trust-row {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 0;
    margin-top: 32px;
    padding: 26px 24px;
    border: 1px solid #dce6f5;
    border-radius: 16px;
    background: #f9fcff;
    box-shadow: 0 14px 40px rgba(17,29,68,.06)
}

    .tn-things2-trust-row div {
        display: grid;
        grid-template-columns: 48px 1fr;
        column-gap: 14px;
        align-items: center;
        padding: 0 18px;
        border-right: 1px solid #dce6f5
    }

        .tn-things2-trust-row div:last-child {
            border-right: 0
        }

    .tn-things2-trust-row i {
        grid-row: 1/3;
        width: 48px;
        height: 48px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: #eef4ff;
        color: #163ca3;
        font-size: 1.4rem
    }

    .tn-things2-trust-row strong {
        font-weight: 950;
        color: #101a3d
    }

    .tn-things2-trust-row small {
        color: #61708d
    }

.tn-things2-empty {
    background: #fff;
    border: 1px dashed #cbd7eb;
    border-radius: 14px;
    padding: 24px;
    color: #52607b
}

    .tn-things2-empty h3 {
        margin: 0 0 6px;
        color: #101a3d
    }

    .tn-things2-empty p {
        margin: 0
    }

@media (max-width:1100px) {
    .tn-things2-category-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .tn-things2-destination-row, .tn-things2-experience-grid, .tn-things2-trending-row {
        grid-template-columns: repeat(3,1fr)
    }

    .tn-things2-trust-row {
        grid-template-columns: repeat(2,1fr);
        gap: 18px
    }

        .tn-things2-trust-row div {
            border-right: 0
        }
}

@media (max-width:760px) {
    .tn-things2-hero__inner {
        padding-top: 52px
    }

    .tn-things2-search {
        height: 56px
    }

    .tn-things2-category-grid, .tn-things2-destination-row, .tn-things2-experience-grid, .tn-things2-trending-row {
        grid-template-columns: 1fr 1fr
    }

    .tn-things2-head {
        align-items: flex-start;
        flex-direction: column
    }

    .tn-things2-trust-row {
        grid-template-columns: 1fr
    }

        .tn-things2-trust-row div {
            padding: 8px 0
        }

    .tn-things2-hero__copy h1 {
        font-size: 2.35rem
    }
}

@media (max-width:520px) {
    .tn-things2-category-grid, .tn-things2-destination-row, .tn-things2-experience-grid, .tn-things2-trending-row {
        grid-template-columns: 1fr
    }

    .tn-things2-pills a {
        width: 100%;
        justify-content: center
    }
}

/* Filtered Things To Do category/location pages */
.tn-things-category-page {
    background: #f7fbff;
    color: #09163d;
    min-height: 100vh
}

.tn-things-category-hero {
    position: relative;
    min-height: 390px;
    background-image: linear-gradient(90deg,rgba(5,19,54,.82),rgba(5,19,54,.42) 48%,rgba(5,19,54,.08)),var(--things-category-hero-image);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: #fff
}

    .tn-things-category-hero:after {
        content: "";
        position: absolute;
        inset: auto 0 0;
        height: 38%;
        background: linear-gradient(180deg,rgba(247,251,255,0),rgba(247,251,255,.92))
    }

.tn-things-category-hero__inner {
    position: relative;
    z-index: 1;
    padding-top: 26px;
    padding-bottom: 32px
}

.tn-things-category-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: .83rem;
    font-weight: 850;
    color: rgba(255,255,255,.78);
    margin-bottom: 44px
}

    .tn-things-category-breadcrumbs a {
        color: #fff;
        text-decoration: none
    }

    .tn-things-category-breadcrumbs i {
        font-size: .65rem;
        opacity: .65
    }

.tn-things-category-hero__copy h1 {
    max-width: 720px;
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(2.55rem,4.6vw,4.8rem);
    line-height: 1;
    letter-spacing: -.055em;
    font-weight: 950;
    text-shadow: 0 8px 30px rgba(0,0,0,.28)
}

.tn-things-category-hero__copy p {
    max-width: 560px;
    margin: 0;
    color: rgba(255,255,255,.96);
    font-size: 1.18rem;
    line-height: 1.58;
    font-weight: 750
}

.tn-things-category-search {
    margin-top: 24px;
    max-width: 560px;
    height: 62px;
    border-radius: 18px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 16px;
    box-shadow: 0 18px 45px rgba(8,25,68,.22)
}

    .tn-things-category-search i {
        color: #315cff;
        font-size: 1.1rem
    }

    .tn-things-category-search input {
        min-width: 0;
        flex: 1;
        height: 100%;
        border: 0;
        outline: 0;
        color: #111b3f;
        font-size: .95rem
    }

    .tn-things-category-search button {
        height: 42px;
        border: 0;
        border-radius: 12px;
        background: #244bff;
        color: #fff;
        font-weight: 900;
        padding: 0 18px;
        cursor: pointer
    }

.tn-things-category-stats {
    display: flex;
    gap: 34px;
    margin-top: 26px;
    flex-wrap: wrap
}

    .tn-things-category-stats article {
        display: grid;
        grid-template-columns: 32px 1fr;
        grid-template-rows: auto auto;
        gap: 0 10px;
        align-items: center;
        color: #fff
    }

    .tn-things-category-stats i {
        grid-row: 1/3;
        font-size: 1.55rem
    }

    .tn-things-category-stats strong {
        font-size: 1.28rem;
        font-weight: 950;
        line-height: 1
    }

    .tn-things-category-stats span {
        font-size: .78rem;
        font-weight: 850;
        color: rgba(255,255,255,.9)
    }

.tn-things-category-main {
    padding-top: 28px;
    padding-bottom: 60px
}

.tn-things-category-block {
    margin-bottom: 34px
}

    .tn-things-category-block h2, .tn-things-category-head h2 {
        margin: 0;
        color: #081543;
        font-size: 1.35rem;
        letter-spacing: -.025em;
        font-weight: 950
    }

.tn-things-category-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px
}

    .tn-things-category-head a {
        color: #2156ff;
        text-decoration: none;
        font-weight: 900;
        font-size: .9rem
    }

    .tn-things-category-head.compact h2 {
        font-size: 1.05rem
    }

.tn-things-category-quick h2 {
    margin-bottom: 14px
}

.tn-things-category-filter-row {
    display: grid;
    grid-template-columns: repeat(8,minmax(0,1fr));
    gap: 14px
}

    .tn-things-category-filter-row a {
        min-height: 54px;
        border: 1px solid #dbe5f6;
        border-radius: 12px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-decoration: none;
        color: #10205a;
        font-weight: 900;
        box-shadow: 0 8px 22px rgba(17,29,68,.035)
    }

    .tn-things-category-filter-row i {
        color: #315cff
    }

.tn-things-category-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr)320px;
    gap: 28px;
    align-items: start
}

.tn-things-category-destination-row {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 16px
}

.tn-things-category-image-card {
    position: relative;
    height: 168px;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 14px 14px 13px;
    box-shadow: 0 12px 28px rgba(17,29,68,.1);
    isolation: isolate
}

    .tn-things-category-image-card:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 45%,
    rgba(0,0,0,.08) 60%,
    rgba(0,0,0,.35) 78%,
    rgba(0,0,0,.62) 100%
);
    }

    .tn-things-category-image-card strong, .tn-things-category-image-card span {
        position: relative
    }

    .tn-things-category-image-card strong {
        font-size: 1rem;
        line-height: 1.05;
        font-weight: 750;
        letter-spacing: -0.025em;
        text-shadow: 0 1px 2px rgba(0,0,0,.28);
    }

    .tn-things-category-image-card span {
        margin-top: 2px;
        font-size: .76rem;
        line-height: 1.1;
        font-weight: 600;
        opacity: .88;
        text-shadow: 0 1px 2px rgba(0,0,0,.25);
    }

.tn-things-category-place-grid {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 16px
}

.tn-things-category-place-card {
    background: #fff;
    border: 1px solid #dfe8f6;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: #09163d;
    box-shadow: 0 12px 28px rgba(17,29,68,.055)
}

.tn-things-category-place-image {
    position: relative;
    height: 132px;
    background-size: cover;
    background-position: center;
    display: block
}

    .tn-things-category-place-image button {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 34px;
        height: 34px;
        border: 0;
        border-radius: 999px;
        background: rgba(255,255,255,.95);
        color: #315cff;
        display: grid;
        place-items: center;
        box-shadow: 0 8px 18px rgba(0,0,0,.12)
    }

.tn-things-category-place-card strong {
    display: block;
    padding: 13px 13px 3px;
    font-weight: 950
}

.tn-things-category-place-card small {
    display: block;
    padding: 0 13px 14px;
    color: #52617f;
    font-weight: 750
}

.tn-things-category-guide-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 16px
}

.tn-things-category-guide-card {
    position: relative;
    background: #fff;
    border: 1px solid #dfe8f6;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: #09163d;
    box-shadow: 0 12px 28px rgba(17,29,68,.055)
}

    .tn-things-category-guide-card > span {
        display: block;
        height: 142px;
        background-size: cover;
        background-position: center
    }

    .tn-things-category-guide-card em {
        display: inline-block;
        margin: 12px 14px 0;
        padding: 5px 8px;
        border-radius: 7px;
        background: #eef4ff;
        color: #2458ff;
        font-style: normal;
        font-size: .7rem;
        font-weight: 950;
        text-transform: uppercase
    }

    .tn-things-category-guide-card strong {
        display: block;
        padding: 9px 14px 7px;
        font-size: 1rem;
        line-height: 1.2;
        font-weight: 950
    }

    .tn-things-category-guide-card small {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding: 0 14px 16px;
        color: #52617f;
        line-height: 1.45
    }

.tn-things-category-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px
}

.tn-things-category-panel, .tn-things-category-side-card {
    background: #fff;
    border: 1px solid #dfe8f6;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 12px 28px rgba(17,29,68,.045)
}

.tn-things-category-list {
    display: grid;
    gap: 10px
}

    .tn-things-category-list a {
        display: grid;
        grid-template-columns: 58px minmax(0,1fr)16px;
        gap: 12px;
        align-items: center;
        text-decoration: none;
        color: #09163d;
        padding: 8px;
        border-radius: 10px;
        border: 1px solid #edf2fa
    }

    .tn-things-category-list img {
        width: 58px;
        height: 44px;
        object-fit: cover;
        border-radius: 8px
    }

    .tn-things-category-list strong, .tn-things-category-list small {
        display: block
    }

    .tn-things-category-list strong {
        font-weight: 950;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .tn-things-category-list small {
        color: #52617f;
        font-size: .8rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .tn-things-category-list i {
        color: #315cff
    }

.tn-things-category-sidebar {
    display: grid;
    gap: 18px
}

.tn-things-category-map {
    height: 285px;
    border-radius: 12px;
    background: radial-gradient(circle at 65% 40%,rgba(49,92,255,.22),transparent 18%),linear-gradient(135deg,#dff2ff,#e7fff1 48%,#fff3df);
    display: grid;
    place-items: center;
    text-align: center;
    color: #10205a;
    padding: 20px
}

    .tn-things-category-map i {
        font-size: 3rem;
        color: #315cff;
        display: block;
        margin-bottom: 8px
    }

    .tn-things-category-map span {
        display: block;
        font-weight: 850;
        color: #52617f;
        max-width: 220px
    }

.tn-things-category-related-list {
    display: grid;
    gap: 12px
}

    .tn-things-category-related-list a {
        display: grid;
        grid-template-columns: 24px minmax(0,1fr)auto;
        gap: 10px;
        align-items: center;
        text-decoration: none;
        color: #09163d
    }

    .tn-things-category-related-list i {
        color: #11a87b
    }

    .tn-things-category-related-list strong {
        font-weight: 900
    }

    .tn-things-category-related-list span {
        color: #53617f;
        font-weight: 850;
        font-size: .82rem
    }

.tn-things-category-town-list {
    display: grid;
    gap: 12px
}

    .tn-things-category-town-list a {
        display: grid;
        grid-template-columns: 52px minmax(0,1fr);
        gap: 12px;
        align-items: center;
        text-decoration: none;
        color: #09163d
    }

    .tn-things-category-town-list img {
        width: 52px;
        height: 44px;
        object-fit: cover;
        border-radius: 8px
    }

    .tn-things-category-town-list strong, .tn-things-category-town-list small {
        display: block
    }

    .tn-things-category-town-list strong {
        font-weight: 950
    }

    .tn-things-category-town-list small {
        color: #52617f;
        font-size: .8rem
    }

.tn-things-category-more-row {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 16px
}

    .tn-things-category-more-row a {
        background: #fff;
        border: 1px solid #dfe8f6;
        border-radius: 12px;
        overflow: hidden;
        text-decoration: none;
        color: #09163d
    }

    .tn-things-category-more-row span {
        display: block;
        height: 96px;
        background-size: cover;
        background-position: center
    }

    .tn-things-category-more-row strong {
        display: block;
        padding: 12px 12px 3px;
        font-weight: 950;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .tn-things-category-more-row small {
        display: block;
        padding: 0 12px 12px;
        color: #52617f
    }

.tn-things-category-cta {
    margin-top: 44px;
    min-height: 150px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #dfe8f6;
    display: grid;
    grid-template-columns: 230px minmax(0,1fr)1.5fr;
    overflow: hidden;
    box-shadow: 0 16px 42px rgba(17,29,68,.08)
}

    .tn-things-category-cta > span {
        background-size: cover;
        background-position: center
    }

    .tn-things-category-cta > div {
        padding: 26px
    }

    .tn-things-category-cta h2 {
        margin: 0 0 8px;
        color: #101a3d;
        font-size: 1.55rem;
        font-weight: 950;
        letter-spacing: -.035em
    }

    .tn-things-category-cta p {
        margin: 0 0 16px;
        color: #52617f;
        line-height: 1.55
    }

    .tn-things-category-cta a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 18px;
        border-radius: 10px;
        background: #315cff;
        color: #fff;
        text-decoration: none;
        font-weight: 900
    }

    .tn-things-category-cta ul {
        margin: 0;
        padding: 22px;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 12px;
        align-items: center;
        list-style: none
    }

    .tn-things-category-cta li {
        display: grid;
        grid-template-columns: 36px 1fr;
        grid-template-rows: auto auto;
        gap: 0 10px
    }

        .tn-things-category-cta li i {
            grid-row: 1/3;
            width: 36px;
            height: 36px;
            display: grid;
            place-items: center;
            border-radius: 999px;
            background: #eef4ff;
            color: #315cff
        }

        .tn-things-category-cta li strong {
            font-weight: 950
        }

        .tn-things-category-cta li small {
            color: #52617f
        }

.tn-things-category-empty {
    background: #fff;
    border: 1px dashed #cbd7eb;
    border-radius: 12px;
    padding: 18px;
    color: #52617f;
    font-weight: 750
}

@media(max-width:1180px) {
    .tn-things-category-layout {
        grid-template-columns: 1fr
    }

    .tn-things-category-sidebar {
        grid-template-columns: repeat(3,1fr)
    }

    .tn-things-category-filter-row {
        grid-template-columns: repeat(4,1fr)
    }

    .tn-things-category-destination-row, .tn-things-category-place-grid, .tn-things-category-more-row {
        grid-template-columns: repeat(3,1fr)
    }
}

@media(max-width:860px) {
    .tn-things-category-sidebar {
        grid-template-columns: 1fr
    }

    .tn-things-category-guide-grid, .tn-things-category-split {
        grid-template-columns: 1fr 1fr
    }

    .tn-things-category-cta {
        grid-template-columns: 1fr
    }

        .tn-things-category-cta > span {
            min-height: 140px
        }

        .tn-things-category-cta ul {
            grid-template-columns: 1fr
        }
}

@media(max-width:620px) {
    .tn-things-category-hero__inner {
        padding-top: 22px
    }

    .tn-things-category-breadcrumbs {
        margin-bottom: 30px;
        overflow: auto;
        white-space: nowrap
    }

    .tn-things-category-hero__copy h1 {
        font-size: 2.55rem
    }

    .tn-things-category-hero__copy p {
        font-size: 1rem
    }

    .tn-things-category-search {
        height: auto;
        min-height: 58px
    }

        .tn-things-category-search button {
            display: none
        }

    .tn-things-category-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px
    }

    .tn-things-category-filter-row, .tn-things-category-destination-row, .tn-things-category-place-grid, .tn-things-category-guide-grid, .tn-things-category-split, .tn-things-category-more-row {
        grid-template-columns: 1fr
    }

    .tn-things-category-head {
        align-items: flex-start;
        flex-direction: column
    }

    .tn-things-category-map {
        height: 220px
    }
}
.tn-things-category-filter-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    gap: 16px;
}

.tn-things-category-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 60px;
    padding: 0 18px;
    border: 1px solid #dbe6fb;
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
}

    .tn-things-category-filter i {
        font-size: 20px;
        color: #335CFF;
        flex: 0 0 auto;
    }

    .tn-things-category-filter span {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.2;
        color: #14204a;
    }
.tn-things-category-block h2,
.tn-things-category-head h2 {
    font-size: 1.18rem;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #07164a;
}

.tn-things-category-head {
    margin-bottom: 13px;
}

    .tn-things-category-head a {
        color: #2156ff;
        font-weight: 750;
        font-size: .78rem;
        letter-spacing: -0.01em;
    }

.tn-things-category-place-grid {
    gap: 16px;
}

.tn-things-category-place-card {
    border-radius: 9px;
    border: 1px solid #dfe8f6;
    box-shadow: 0 8px 22px rgba(17,29,68,.045);
}

.tn-things-category-place-image {
    height: 104px;
}

    .tn-things-category-place-image button {
        right: 8px;
        top: 8px;
        width: 30px;
        height: 30px;
        font-size: .82rem;
        box-shadow: 0 6px 14px rgba(0,0,0,.11);
    }

.tn-things-category-place-card strong {
    padding: 11px 12px 2px;
    font-size: .78rem;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.015em;
}

.tn-things-category-place-card small {
    padding: 0 12px 12px;
    font-size: .72rem;
    line-height: 1.15;
    font-weight: 650;
    color: #4f5d7c;
}
.tn-things-category-guide-card {
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(17,29,68,.045);
}

    .tn-things-category-guide-card > span {
        height: 132px;
    }

    .tn-things-category-guide-card em {
        margin: 12px 12px 0;
        padding: 5px 9px;
        font-size: .66rem;
        font-weight: 800;
        border-radius: 7px;
    }

    .tn-things-category-guide-card strong {
        padding: 10px 12px 6px;
        font-size: .92rem;
        line-height: 1.16;
        font-weight: 800;
        letter-spacing: -0.02em;
    }

    .tn-things-category-guide-card small {
        padding: 0 12px 15px;
        font-size: .82rem;
        line-height: 1.38;
        color: #4f5d7c;
    }
