/* Scoped styles for the August 2026 requested flow updates. */
.startup-selected-package {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 16px 0 18px;
    padding: 12px 14px;
    border: 1px solid rgba(199, 156, 45, .35);
    border-radius: 11px;
    background: #fbf6e8;
    color: #173a50;
    font-size: .84rem;
    font-weight: 800;
}

.startup-selected-package i { color: #c79c2d; }

.card-chip:not(a) {
    cursor: default;
    pointer-events: none;
}

.filter-chip i {
    width: 18px;
    margin-right: 7px;
    text-align: center;
}
