.avizze-product-info {
    border-radius: 3px;
    border: solid 1px #e2e2e2;
}

.avizze-product ul {
    padding-left: 0;
    list-style: none;
}
.avizze-product li {
    margin-bottom: 5px;
}
.avizze-product-preview {
    border: 1px dashed #aaa;
    padding: 10px;
    margin-top: 10px;
    background: #f9f9f9;
}

/* --- Frontend Ürün Bilgi Alanı --- */
.avizze-product-info {
    width: 100%;
    margin: 0 auto;
}
.avizze-info-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 24px;
    background: #fff;
    border-radius: 10px;
    padding: 18px 10px 10px 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.avizze-info-table .info-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 1.08em;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 4px;
}
.avizze-info-table .info-row:last-child {
    border-bottom: none;
}
.avizze-info-table .info-key {
    font-weight: bold;
    color: #222;
    min-width: 90px;
    margin-right: 6px;
}
.avizze-info-table .info-value {
    color: #444;
    font-weight: normal;
    word-break: break-word;
}

/* --- Block Editor Styling --- */
.avizze-product-editor {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    background: #f8fafd;
    border: 1px solid #e3e7ee;
    border-radius: 10px;
    padding: 24px 18px 18px 18px;
    margin-bottom: 18px;
}
.avizze-product-editor .avizze-field-col {
    flex: 1 1 220px;
    min-width: 220px;
    max-width: 48%;
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}
.avizze-product-editor .components-base-control {
    margin-bottom: 8px;
}
.avizze-product-editor .slider-preview {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
.avizze-product-editor .slider-preview img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #fff;
}
.avizze-product-editor .slider-preview {
    align-items: center;
}
.avizze-product-editor .slider-preview .slider-empty {
    color: #aaa;
    font-size: 0.95em;
    padding: 8px 0;
}
