.uakc-source-availability,
.uakc-showroom-display {
    margin: 12px 0 18px;
    padding: 12px 14px;
    border: 1px solid #ddd;
    background: #fafafa;
    max-width: 470px;
}

.uakc-source-availability-title,
.uakc-showroom-display-title {
    font-weight: 700;
    margin-bottom: 8px;
}

.uakc-source-availability-row,
.uakc-showroom-display-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    border-top: 1px solid #eee;
    font-size: 13px;
}

.uakc-source-availability-row:first-of-type,
.uakc-showroom-display-row:first-of-type {
    border-top: 0;
}

.uakc-source-name,
.uakc-showroom-name {
    font-weight: 600;
}

.uakc-source-status,
.uakc-showroom-status {
    text-align: right;
}

.uakc-source-availability-row.is-available .uakc-source-status {
    color: #217a32;
    font-weight: 600;
}

.uakc-source-availability-row.is-vendor-order .uakc-source-status {
    color: #b26a00;
    font-weight: 600;
}

.uakc-source-availability-row.is-unavailable .uakc-source-status {
    color: #999;
}

.uakc-showroom-display {
    border-color: #d7ecf5;
    background: #f4fbfe;
}

.uakc-showroom-status {
    color: #007aff;
    font-weight: 600;
}

.uakc-showroom-note {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e2f2f8;
    font-size: 12px;
    color: #666;
    line-height: 1.35;
}