﻿.product-selection-card-root {
    border: 1px solid transparent;
    border-radius: var(--mud-default-borderradius);
    cursor: pointer;
}

    .product-selection-card-root.selected {
        border-color: var(--mud-palette-primary);
    }

.product-selection-card {
    background-color: var(--mud-palette-background);
    border-radius: var(--mud-default-borderradius);
    display: flex;
    padding: 8px;
}

.product-selection-card-image-item {
    height: 92px;
    width: 92px;
}

.product-selection-card-image {
    border-radius: var(--mud-default-borderradius);
    height: 92px !important;
    object-fit: cover;
    width: 92px;
}

.product-selection-card-content-layout {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 8px;
    width: 100%;
}

.product-selection-card-content {
    padding: 0 !important;
}

.product-selection-card-condition-price-item {
    display: flex;
    justify-content: space-between;
}

.product-selection-card-condition {
    color: var(--mud-palette-primary);
}

.product-selection-card-price {
    color: var(--mud-palette-error);
    line-height: 1;
    text-align: right;
}

.product-selection-card-designation-quantity-item {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    padding-top: 0 !important;
}

.product-selection-card-designation {
    line-height: 1.1;
    text-overflow: ellipsis;
}

.product-selection-card-quantity {
    text-align: end;
    white-space: nowrap;
}

.product-selection-card-room {
    color: var(--mud-palette-primary);
    line-height: 1;
}

.product-selection-card-actions {
    display: flex;
    justify-content: flex-end;
    padding: 0 !important;
}

.product-selection-card-quantity-actions {
    align-items: center;
    display: flex;
    gap: 4px;
    justify-content: flex-end;
}

.product-selection-card-selected-quantity {
    min-width: 24px;
    text-align: center;
}

.product-selection-card-designation {
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-selection-card-quantity-control {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    min-width: 132px;
    white-space: nowrap;
}

.product-selection-card-minus-button,
.product-selection-card-plus-button {
    color: var(--mud-palette-primary) !important;
}

.product-selection-card-quantity {
    min-width: 72px;
    text-align: end;
    white-space: nowrap;
}

.product-selection-card-root {
    border: 1px solid transparent;
    border-radius: var(--mud-default-borderradius);
    cursor: pointer;
}

    .product-selection-card-root.selected {
        border-color: var(--mud-palette-primary);
    }