.dcashop-wrapper{
   margin: 15px 0;
}

.dcashop-attributes {
    border: 1px solid #d3d8e487;
    border-radius: 8px;
    padding: 20px 0 20px 15px;
    direction: rtl;
    text-align: right;
}

.dcashop-wrapper h3 {
    font-size: 14px;
    font-weight: bold;
    color: #446084;
    margin-bottom: 15px;
}

.dcashop-attributes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dcashop-attributes li {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 12px;
    gap: 10px;
    display: flex;
}
.dcashop-attributes li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.dcashop-attributes li strong {
    font-size: 14px;
    font-weight:normal;
    color: #446084;
}

