.ahlmall-product-properties {
    margin: 0.75rem 0 1rem;
    padding: 0.85rem 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(232, 93, 4, 0.35);
    border-radius: 10px;
}

.product-properties-specs__item {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.35rem 1rem;
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.9375rem;
    line-height: 1.45;
}

.product-properties-specs__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.product-properties-specs__label {
    color: #e85d04;
    font-weight: 600;
}

.product-properties-specs__value {
    color: #f0f2f5;
    font-weight: 500;
    text-align: left;
}

[dir="rtl"] .product-properties-specs__value {
    text-align: right;
}

html:not(.ahlmall-dark-mode) .ahlmall-product-properties {
    background: #f8f9fb;
    border-color: #e3e7ed;
}

html:not(.ahlmall-dark-mode) .product-properties-specs__item {
    border-bottom-color: #e9ecef;
}

html:not(.ahlmall-dark-mode) .product-properties-specs__label {
    color: #c44f03;
}

html:not(.ahlmall-dark-mode) .product-properties-specs__value {
    color: #212529;
}
