.context-strip {
    background: var(--impact-third);
    border-bottom: 1px solid rgb(29 53 87 / 20%);
    padding: 18px var(--impact-section-gutter);
}

.context-strip .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1640px;
    gap: 40px;
}

.context-strip_label {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--impact-navy);
    white-space: nowrap;
    flex-shrink: 0;
    margin: 0;
}

.context-strip_items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 28px;
}

.context-strip_item {
    font-size: 14px;
    color: var(--impact-navy);
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 400;
}

.context-strip_dot {
    width: 7px;
    height: 7px;
    background: var(--impact-gold-light);
    border-radius: 50%;
    flex-shrink: 0;
}
