.tag-filter-pill {
    text-decoration: none;
    transition: all 0.15s ease-in-out;
    border-left-width: 4px !important;
    border-radius: 0.35rem !important;
    padding: 0.35rem 0.55rem;
    color: #5f6b7a !important;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
}

.tag-filter-pill:hover {
    background: #eef2f7;
    color: #2f3b4a !important;
    transform: translateY(-1px);
}

.tag-filter-pill.is-selected {
    background: #eef4ff;
    color: #12263a !important;
    border-color: #cddcfb;
    box-shadow: 0 0 0 1px rgba(13, 110, 253, 0.15) inset;
    font-weight: 600;
}

.listing-hero {
    position: relative;
    min-height: 350px;
    margin-top: 20px;
    border-radius: 0.5rem;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 1rem;
}

.listing-hero::before {
    content: '';
    position: absolute;
    inset: 0;
}

.listing-hero-title {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1rem;
    margin: 0;
    color: #fff;
    font-size: clamp(1.6rem, 3.2vw, 3rem);
    line-height: 1.1;
}

/* Break out of .content-wrapper (max-width + horizontal padding) for CMS footer */
.listing-page-footer-html {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    box-sizing: border-box;
}
