/* Shared interior copy — event cards, influencer cards, etc. */

.interior-neighborhoods,
.event-info .event-neighborhoods {
    font-size: 22px;
    font-weight: 400;
    color: var(--text-secondary);
    line-height: 32px;
}

.interior-hosts,
.event-info .event-hosts {
    font-size: 22px;
    font-weight: 700;
    color: rgba(222, 186, 132, 1);
    line-height: 24px;
}

/* Card caption overlays — homepage carousel + event hero cards */
.card-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(15, 22, 38, 0.92);
    text-align: center;
    padding: 10px 8px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.card-caption .interior-neighborhoods,
.card-caption .interior-hosts {
    display: block;
}

.card-caption .interior-neighborhoods {
    margin-top: 4px;
}

.flow-card .card-caption .interior-hosts,
.flow-card .card-caption .interior-neighborhoods {
    font-size: 15px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
