.selection-summary {
    display: block;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

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

.selection-summary__button {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    min-height: 2.65rem;
    padding: 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;
    flex: 0 0 auto;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background-color: rgba(90, 55, 140, 0.1);
    color: #5a378c;
    font-size: 0.875rem;
}

.selection-summary__text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1 1 auto;
    flex-wrap: wrap;
    min-width: 0;
    color: #6c757d;
    font-size: 0.8125rem;
    letter-spacing: 0.01em;
}

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

.selection-summary__value {
    color: #343a40;
    font-weight: 700;
}

.selection-summary__divider {
    color: #adb5bd;
}

.selection-summary__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 2rem;
    padding: 0.25rem 0.75rem;
    border: 1px solid rgba(90, 55, 140, 0.28);
    border-radius: 999px;
    color: #5a378c;
    font-size: 0.8125rem;
    font-weight: 800;
    white-space: nowrap;
}

.selection-summary__button:hover .selection-summary__action,
.selection-summary__button:focus-visible .selection-summary__action {
    background-color: rgba(90, 55, 140, 0.08);
}

@media (max-width: 767.98px) {
    .selection-summary__inner {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .selection-summary__button {
        gap: 0.5rem;
        min-height: 2.75rem;
    }

    .selection-summary__icon {
        width: 1.625rem;
        height: 1.625rem;
        font-size: 0.8125rem;
    }

    .selection-summary__text {
        gap: 0.25rem;
        font-size: 0.8125rem;
        line-height: 1.35;
    }

    .selection-summary__label,
    .selection-summary__divider {
        display: none;
    }

    .selection-summary__value ~ .selection-summary__value::before {
        content: "/";
        margin-right: 0.25rem;
        color: #adb5bd;
        font-weight: 400;
    }

    .selection-summary__action {
        min-height: 1.875rem;
        padding-inline: 0.6rem;
        font-size: 0.75rem;
    }
}

@media (max-width: 420px) {
    .selection-summary__action {
        min-width: 3rem;
        padding-inline: 0.55rem;
        font-size: 0;
    }

    .selection-summary__action::before {
        content: "変更";
        font-size: 0.75rem;
        color: #5a378c;
    }
}
