.productsAdmin-block {
    border: 1px solid #dbe1e8;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    background: #fff;
}

.productsAdmin-block-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 16px;
}

.productsAdmin-field {
    margin-bottom: 10px;
}

.productsAdmin-field label {
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
}

.productsAdmin-preview {
    max-width: 300px;
    display:block;
    margin-bottom:10px;
    border-radius:6px;
    border:1px solid #ccc;
}

.productsAdmin-banner-wrapper {
    padding: 10px 15px;
    border-left: 3px solid #2eacce;
    background: #f8fafc;
    margin-top: 10px;
}
