.selection-summary {
    display: none;
}

@media (max-width: 991.98px) {
    .selection-summary {
        display: block;
        background-color: #f8f9fa;
        border-bottom: 1px solid #e9ecef;
    }

    .selection-summary__inner {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .selection-summary__button {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        width: 100%;
        padding: 0.5rem 0;
        background: none;
        border: none;
        color: inherit;
        font: inherit;
        text-align: left;
        cursor: pointer;
    }

    .selection-summary__button:focus-visible {
        outline: 2px solid #5a378c;
        outline-offset: 2px;
    }

    .selection-summary__button:hover {
        color: #495057;
    }

    .selection-summary__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 1.75rem;
        height: 1.75rem;
        border-radius: 50%;
        background-color: #e9ecef;
        color: #5a378c;
        font-size: 0.875rem;
    }

    .selection-summary__text {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        flex-wrap: wrap;
        font-size: 0.75rem;
        color: #6c757d;
        letter-spacing: 0.02em;
    }

    .selection-summary__label {
        font-weight: 600;
    }

    .selection-summary__value {
        font-weight: 400;
    }

    .selection-summary__divider {
        color: #adb5bd;
    }
}
