.agent-expert-insights,
.city-expert-insights {
    margin: 2.5rem auto;
    max-width: 75rem;
}

.agent-expert-insights h2,
.city-expert-insights-title {
    font-family: "Merriweather", Georgia, serif;
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.2;
    margin: 0 0 0.75rem;
}

.city-expert-insights-subtitle {
    margin: 0 0 1.5rem;
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
}

.agent-expert-insight {
    margin-bottom: 1.5rem;
}

.agent-expert-insight-title {
    font-size: 1.125rem;
    margin: 0 0 0.5rem;
}

.agent-expert-insight-quote,
.expert-insight-quote {
    margin: 0;
}

.city-expert-insights-grid {
    display: grid;
    gap: 1.5rem;
}

.expert-insight-card {
    display: grid;
    grid-template-columns: minmax(5rem, 5.625rem) 1fr;
    gap: 1rem;
    border: 1px solid rgba(201, 172, 119, 0.3);
    background: #fff;
    padding: 1rem 1.125rem;
}

.expert-insight-avatar {
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 50%;
    overflow: hidden;
}

.expert-insight-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert-insight-header-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.375rem;
    margin-bottom: 0.5rem;
}

.expert-insight-header-line-no-neighborhood {
    margin-bottom: 1rem;
}

.expert-insight-name {
    font-size: 1.125rem;
    font-weight: 700;
}

.expert-insight-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.expert-insight-body > * {
    width: 100%;
}

.expert-insight-content {
    width: 100%;
}

.expert-insight-role {
    color: #555;
}

.expert-insight-header-sep,
.expert-insight-links .sep {
    color: #8b8b8b;
}

.expert-insight-neighborhood {
    margin: 0 0 0.75rem;
    color: #555;
    font-size: 0.95rem;
}

.expert-insight-area-group {
    display: grid;
    gap: 1.25rem;
}

.expert-insight-area-item + .expert-insight-area-item {
    position: relative;
    padding-top: 1.5rem;
}

.expert-insight-area-item + .expert-insight-area-item::before {
    content: "";
    display: block;
    width: 72px;
    height: 2px;
    margin-bottom: 1.25rem;
    background: linear-gradient(90deg, rgba(201, 172, 119, 0.95) 0%, rgba(201, 172, 119, 0.35) 100%);
}

.expert-insight-neighborhood a {
    text-decoration: none;
}

.expert-insight-neighborhood a:hover,
.expert-insight-neighborhood a:focus {
    text-decoration: underline;
}

.expert-insight-quote {
    display: block;
    width: 100%;
    margin: 0;
}

.expert-insight-quote p {
    margin: 0 0 1rem;
}

.expert-insight-quote p:last-child {
    margin-bottom: 0;
}

.expert-insight-links {
    margin-top: 1rem;
    display: block;
    width: 100%;
    clear: both;
    font-size: 1rem;
}

.expert-insight-links a {
    display: inline;
    white-space: normal;
    text-decoration: none;
}

.expert-insight-links .sep {
    display: inline-block;
    margin: 0 0.5rem;
}

.expert-insight-links a:hover,
.expert-insight-links a:focus {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .expert-insight-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .expert-insight-avatar {
        margin: 0 auto;
    }

    .expert-insight-header-line,
    .expert-insight-links {
        justify-content: center;
    }

    .expert-insight-body {
        align-items: center;
    }

    .expert-insight-links {
        text-align: center;
    }
}
