.tci-hidden {
    display: none;
}

.tci-top-title {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

.tci-top-breakdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5em;
    margin: 1em 0;
}

.tci-area-button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1em;
    padding: 0.35em 0.75em;
    border: 1px solid #d1f0ff;
    border-radius: 3px;
    background: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    outline: 0;
}

.tci-area-button:hover,
.tci-area-button:focus-visible {
    background: #f6fbff;
    border-color: #bfe7ff;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.08);
}

.tci-area-title {
    font-weight: 700;
    color: #0073aa;
}

.tci-area-title .tci-area-count {
    color: #000;
}

.tci-area-subtitle {
    font-weight: 500;
    color: #555;
    font-size: 0.875em;
    line-height: 1.2;
}

.tci-term-post-content {
    margin: 2em auto;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
    font-size: inherit;
    line-height: inherit;
}

.tci-cloned #tci-injected-content:not(.clone) {
    display: none;
}

.tci-jump-wrap,
.tlj-wrap {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin: 0.65rem 0 1rem;
    flex-wrap: wrap;
}

.tci-jump-btn,
.tlj-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #ff3f18;
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 0.85rem;
    border-radius: 4px;
    font-size: 0.95rem;
    line-height: 1;
    font-weight: 700;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.tci-jump-btn:hover,
.tci-jump-btn:focus,
.tci-jump-btn:visited,
.tlj-btn:hover,
.tlj-btn:focus,
.tlj-btn:visited {
    color: #fff;
    text-decoration: none;
}

.tci-jump-btn--snapshot,
.tlj-btn--snapshot {
    background: #ffbf00;
}

.tci-jump-btn--insights,
.tlj-btn--insights {
    background: #2e8b57;
}

.tci-jump-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
}

@media (min-width: 992px) {
    #listing_ajax_container,
    #expert-insights,
    #wprs-market-snapshot {
        scroll-margin-top: 90px;
    }
}

@media (max-width: 768px) {
    .tci-top-breakdown {
        flex-direction: column;
        align-items: stretch;
    }

    .tci-area-button {
        width: 100%;
        justify-content: center;
    }

    .tci-term-post-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}
