/* Dedicated styling for Pages/Shared/NodePages/_PlaceCollectionPage.cshtml only. */
.tn-place-collection-page {
    --pc-blue: #07164f;
    --pc-primary: #1762ff;
    --pc-muted: #53678d;
    --pc-line: #dfe8f8;
    --pc-soft: #f7faff;
    --pc-card: #ffffff;
    --pc-shadow: 0 18px 44px rgba(15, 35, 75, .08);
    background: linear-gradient(180deg, #f7fbff 0, #f8fbff 62%, #fff 100%);
    color: var(--pc-blue);
    font-size: 14px;
    line-height: 1.45;
}

.tn-place-collection-page * { box-sizing: border-box; }

.tn-place-collection-page a { text-decoration: none; }

.tn-place-collection-hero {
    position: relative;
    min-height: 362px;
    isolation: isolate;
    overflow: hidden;
    background-size: cover;
    background-position: center 52%;
    color: #fff;
}

.tn-place-collection-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(3, 16, 51, .84) 0%, rgba(5, 23, 62, .58) 39%, rgba(5, 23, 62, .12) 100%),
        linear-gradient(180deg, rgba(3, 16, 51, .38) 0%, rgba(3, 16, 51, .03) 60%, rgba(248, 251, 255, .88) 100%);
}

.tn-place-collection-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 46px;
    background: linear-gradient(180deg, rgba(248, 251, 255, 0), #f7fbff);
}

.tn-place-collection-hero__inner {
    position: relative;
    z-index: 1;
    padding: 42px 0 34px;
}

.tn-place-collection-hero .tn-breadcrumbs {
    margin: 0 0 36px;
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-weight: 700;
}

.tn-place-collection-hero .tn-breadcrumbs a { color: rgba(255, 255, 255, .92); }

.tn-place-collection-hero h1 {
    max-width: 720px;
    margin: 0 0 13px;
    color: #fff;
    font-size: clamp(44px, 4.6vw, 64px);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 900;
    text-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.tn-place-collection-hero p {
    max-width: 665px;
    margin: 0;
    color: rgba(255, 255, 255, .96);
    font-size: 17px;
    line-height: 1.55;
    font-weight: 600;
}

.tn-place-collection-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(720px, 100%);
    margin-top: 37px;
    overflow: hidden;
    border: 1px solid rgba(222, 232, 248, .72);
    border-radius: 18px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 18px 44px rgba(6, 18, 56, .18);
    color: var(--pc-blue);
}

.tn-place-collection-stats div {
    display: grid;
    grid-template-columns: 46px 1fr;
    grid-template-rows: auto auto;
    column-gap: 13px;
    align-items: center;
    min-height: 88px;
    padding: 18px 22px;
    border-right: 1px solid #e5ecf8;
}

.tn-place-collection-stats div:last-child { border-right: 0; }

.tn-place-collection-stats span {
    grid-row: 1 / 3;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    background: #eef4ff;
    color: #2262ff;
    font-size: 20px;
}

.tn-place-collection-stats span.purple { background: #f2ecff; color: #8253e4; }
.tn-place-collection-stats span.mint { background: #e8f9f2; color: #16a97d; }
.tn-place-collection-stats span.orange { background: #fff1e3; color: #f0932f; }

.tn-place-collection-stats strong {
    display: block;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.03em;
}

.tn-place-collection-stats small {
    display: block;
    max-width: 76px;
    margin-top: 4px;
    color: #31436b;
    font-size: 11px;
    line-height: 1.18;
    font-weight: 800;
}

.tn-place-collection-layout {
    display: grid;
    grid-template-columns: 232px minmax(0, 1fr) 272px;
    gap: 24px;
    align-items: start;
    margin-top: 28px;
}

.tn-place-collection-filters,
.tn-place-collection-sidebar { position: sticky; top: 104px; }

.tn-place-collection-filter-card,
.tn-place-collection-side-card,
.tn-place-collection-about,
.tn-place-collection-related,
.tn-place-collection-trust-row {
    border: 1px solid var(--pc-line);
    border-radius: 13px;
    background: rgba(255, 255, 255, .96);
    box-shadow: var(--pc-shadow);
}

.tn-place-collection-filter-card { padding: 19px 18px 18px; }

.tn-place-collection-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.tn-place-collection-filter-head strong,
.tn-place-collection-side-card h3 {
    margin: 0;
    color: var(--pc-blue);
    font-size: 15px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.02em;
}

.tn-place-collection-filter-head button {
    border: 0;
    background: transparent;
    color: var(--pc-primary);
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.tn-place-collection-filter-group {
    padding: 17px 0;
    border-top: 1px solid #edf2fb;
}

.tn-place-collection-filter-group:first-of-type { border-top: 0; }

.tn-place-collection-filter-group > strong {
    display: block;
    margin-bottom: 12px;
    color: #172a61;
    font-size: 12px;
    font-weight: 900;
}

.tn-place-collection-filter-group label {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 22px;
    margin: 9px 0;
    color: #223866;
    font-size: 12px;
    font-weight: 750;
}

.tn-place-collection-filter-group label em {
    margin-left: auto;
    color: #405986;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.tn-place-collection-filter-group input[type="checkbox"],
.tn-place-collection-filter-group input[type="radio"] {
    width: 13px;
    height: 13px;
    accent-color: var(--pc-primary);
}

.tn-place-collection-filter-group select,
.tn-place-collection-result-head select {
    width: 100%;
    appearance: auto;
    border: 1px solid #d5e1f5;
    border-radius: 9px;
    background: #fff;
    color: #152a61;
    font-size: 12px;
    font-weight: 800;
}

.tn-place-collection-filter-group select { padding: 11px 12px; }

.tn-place-collection-map-button,
.tn-place-collection-outline,
.tn-place-collection-load-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    border: 1px solid #b9ccf4;
    border-radius: 9px;
    background: #fff;
    color: #0f5bff;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
}

.tn-place-collection-map-button { padding: 13px 14px; }

.tn-place-collection-main { min-width: 0; }

.tn-place-collection-about {
    display: flex;
    gap: 21px;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 24px 28px;
    min-height: 138px;
    background: linear-gradient(135deg, #fff 0%, #f5f9ff 100%);
}

.tn-place-collection-about > span {
    display: grid;
    flex: none;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 50%;
    background: #eef4ff;
    color: #2262ff;
    font-size: 25px;
}

.tn-place-collection-about h2 {
    margin: 0 0 9px;
    color: var(--pc-blue);
    font-size: 19px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -.025em;
}

.tn-place-collection-about p {
    max-width: 540px;
    margin: 0 0 12px;
    color: #354b78;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
}

.tn-place-collection-about a,
.tn-place-collection-section-head a {
    color: #105cff;
    font-size: 13px;
    font-weight: 900;
}

.tn-place-collection-result-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 16px;
    color: #52678d;
    font-size: 12px;
    font-weight: 700;
}

.tn-place-collection-result-head select {
    max-width: 178px;
    padding: 10px 12px;
}

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

.tn-place-collection-card {
    display: block;
    overflow: hidden;
    min-height: 353px;
    border: 1px solid #e0e9f7;
    border-radius: 10px;
    background: #fff;
    color: var(--pc-blue);
    box-shadow: 0 10px 26px rgba(15, 35, 75, .06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.tn-place-collection-card:hover {
    transform: translateY(-2px);
    border-color: #c9d9f5;
    box-shadow: 0 16px 34px rgba(15, 35, 75, .11);
}

.tn-place-collection-card.is-hidden { display: none; }

.tn-place-collection-card-image {
    position: relative;
    display: block;
    height: 144px;
    background-size: cover;
    background-position: center;
}

.tn-place-collection-card-image i {
    position: absolute;
    top: 10px;
    right: 10px;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, .82);
    border-radius: 50%;
    background: rgba(10, 65, 126, .42);
    color: #fff;
    font-size: 14px;
    backdrop-filter: blur(5px);
}

.tn-place-collection-card-body {
    display: block;
    padding: 13px 13px 14px;
}

.tn-place-collection-card-body strong {
    display: block;
    margin-bottom: 2px;
    color: #07164f;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -.025em;
}

.tn-place-collection-card-body small {
    display: block;
    margin-bottom: 8px;
    color: #203866;
    font-size: 12px;
    font-weight: 900;
}

.tn-place-collection-card-body em {
    display: block;
    margin-bottom: 8px;
    color: #566a90;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.tn-place-collection-card-body em i { margin-right: 4px; color: #263b6e; }

.tn-place-collection-card-body p {
    margin: 0 0 10px;
    color: #283f6a;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 650;
}

.tn-place-collection-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.tn-place-collection-tags b {
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    padding: 5px 8px;
    border-radius: 6px;
    background: #eef4ff;
    color: #41608d;
    font-size: 10px;
    line-height: 1;
    font-weight: 850;
}

.tn-place-collection-load-more {
    max-width: 250px;
    margin: 24px auto 0;
    padding: 12px 16px;
}

.tn-place-collection-related {
    max-width: 850px;
    margin: 24px auto 0;
    padding: 17px 17px 18px;
}

.tn-place-collection-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.tn-place-collection-section-head h2 {
    margin: 0;
    color: var(--pc-blue);
    font-size: 20px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -.025em;
}

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

.tn-place-collection-related-row a {
    display: block;
    overflow: hidden;
    min-height: 188px;
    border: 1px solid #dfe8f8;
    border-radius: 9px;
    background: #fff;
    color: var(--pc-blue);
}

.tn-place-collection-related-row span {
    display: block;
    height: 74px;
    background-size: cover;
    background-position: center;
}

.tn-place-collection-related-row strong {
    display: block;
    padding: 12px 13px 3px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
}

.tn-place-collection-related-row small {
    display: block;
    padding: 0 13px 13px;
    color: #3e5279;
    font-size: 12px;
    line-height: 1.38;
    font-weight: 600;
}

.tn-place-collection-side-card {
    margin-bottom: 18px;
    padding: 21px 18px 18px;
}

.tn-place-collection-side-card h3 { margin-bottom: 18px; }

.tn-place-collection-region-link {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 12px;
    gap: 13px;
    align-items: center;
    padding: 14px 0;
    border-top: 1px solid #edf2fb;
    color: var(--pc-blue);
}

.tn-place-collection-region-link:first-of-type { border-top: 0; padding-top: 0; }
.tn-place-collection-region-link:last-child { padding-bottom: 0; }

.tn-place-collection-region-thumb {
    display: block;
    width: 72px;
    height: 58px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
}

.tn-place-collection-region-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
}

.tn-place-collection-region-link strong {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
}

.tn-place-collection-region-link small {
    display: block;
    margin-top: 4px;
    color: #617392;
    font-size: 11px;
    line-height: 1.15;
    font-weight: 750;
}

.tn-place-collection-region-link i { color: var(--pc-blue); font-size: 12px; justify-self: end; }

.tn-place-collection-searches a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 9px 0;
    color: #17315e;
    font-size: 13px;
    font-weight: 750;
}

.tn-place-collection-searches i { color: #0f63ff; font-size: 15px; }

.tn-place-collection-map-preview {
    position: relative;
    height: 246px;
    margin: 10px 0 15px;
    overflow: hidden;
    border-radius: 11px;
    background:
        radial-gradient(circle at 52% 46%, rgba(80, 170, 255, .18) 0 38%, transparent 39%),
        linear-gradient(90deg, rgba(217, 238, 198, .86) 0 28%, rgba(207, 232, 245, .9) 29% 72%, rgba(241, 232, 199, .9) 100%);
}

.tn-place-collection-map-preview::before {
    content: "";
    position: absolute;
    inset: 22px;
    border: 2px dashed rgba(18, 100, 232, .16);
    border-radius: 48%;
}

.tn-place-collection-map-preview span {
    position: absolute;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    background: #1662ff;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(22, 98, 255, .28);
}

.tn-place-collection-map-preview span:nth-child(1) { left: 62px; bottom: 72px; }
.tn-place-collection-map-preview span:nth-child(2) { right: 64px; top: 72px; }
.tn-place-collection-map-preview span:nth-child(3) { right: 34px; bottom: 48px; }

.tn-place-collection-outline { padding: 12px 14px; font-size: 12px; }

.tn-place-collection-empty {
    border: 1px dashed #cfd9ee;
    border-radius: 13px;
    background: #fff;
    padding: 36px;
    text-align: center;
}

.tn-place-collection-trust-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 980px;
    margin: 34px auto 42px;
    overflow: hidden;
}

.tn-place-collection-trust-row div {
    display: grid;
    grid-template-columns: 42px 1fr 1.1fr;
    gap: 12px;
    align-items: center;
    min-height: 70px;
    padding: 13px 18px;
    border-right: 1px solid #edf2fb;
}

.tn-place-collection-trust-row div:last-child { border-right: 0; }

.tn-place-collection-trust-row i {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    background: #eef4ff;
    color: #1b61ff;
    font-size: 18px;
}

.tn-place-collection-trust-row strong {
    display: block;
    color: var(--pc-blue);
    font-size: 13px;
    line-height: 1.15;
    font-weight: 900;
}

.tn-place-collection-trust-row small {
    display: block;
    color: #53688f;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 600;
}

@media (max-width: 1180px) {
    .tn-place-collection-layout { grid-template-columns: 1fr; }
    .tn-place-collection-filters,
    .tn-place-collection-sidebar { position: static; }
    .tn-place-collection-sidebar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
    .tn-place-collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tn-place-collection-related-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .tn-place-collection-trust-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tn-place-collection-trust-row div:nth-child(2n) { border-right: 0; }
}

@media (max-width: 720px) {
    .tn-place-collection-hero { min-height: 0; }
    .tn-place-collection-hero__inner { padding: 28px 0 26px; }
    .tn-place-collection-hero .tn-breadcrumbs { margin-bottom: 24px; }
    .tn-place-collection-hero h1 { font-size: 42px; }
    .tn-place-collection-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tn-place-collection-stats div:nth-child(2n) { border-right: 0; }
    .tn-place-collection-layout { gap: 20px; margin-top: 20px; }
    .tn-place-collection-about { display: block; padding: 22px; }
    .tn-place-collection-about > span { margin-bottom: 14px; }
    .tn-place-collection-result-head { align-items: stretch; flex-direction: column; }
    .tn-place-collection-result-head select { max-width: none; }
    .tn-place-collection-grid,
    .tn-place-collection-sidebar,
    .tn-place-collection-related-row,
    .tn-place-collection-trust-row { grid-template-columns: 1fr; }
    .tn-place-collection-trust-row div { grid-template-columns: 42px 1fr; }
    .tn-place-collection-trust-row small { grid-column: 2; }
    .tn-place-collection-trust-row div { border-right: 0; border-bottom: 1px solid #edf2fb; }
    .tn-place-collection-trust-row div:last-child { border-bottom: 0; }
}
/* Place Collection hero breadcrumbs */
.tn-place-collection-hero .tn-node-breadcrumbs {
    display: block !important;
    margin: 0 0 22px !important;
}

    .tn-place-collection-hero .tn-node-breadcrumbs ol {
        display: flex !important;
        align-items: center !important;
        gap: 13px !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .tn-place-collection-hero .tn-node-breadcrumbs li {
        display: flex !important;
        align-items: center !important;
        gap: 13px !important;
        font-size: .82rem !important;
        font-weight: 800 !important;
        color: rgba(255,255,255,.72) !important;
    }

        .tn-place-collection-hero .tn-node-breadcrumbs li + li::before {
            content: "\f054";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            font-size: .65rem;
            color: rgba(255,255,255,.55);
        }

    .tn-place-collection-hero .tn-node-breadcrumbs a {
        color: #fff !important;
        text-decoration: none !important;
    }

    .tn-place-collection-hero .tn-node-breadcrumbs span {
        color: rgba(255,255,255,.72) !important;
    }

    .tn-place-collection-hero .tn-node-breadcrumbs li:not(:last-child)::after {
        content: none !important;
    }