.acf-product-pdf-block,
.acf-product-fields-block,
.acf-product-files-repeater-block {
margin: 20px 0;
padding: 15px;
border: 1px solid #e0e0e0;
border-radius: 8px;
background: #f9f9f9;
} .acf-product-files-repeater-block .files-list {
display: flex;
flex-direction: column;
gap: 10px;
}
.acf-product-files-repeater-block .file-item {
margin-bottom: 8px;
}
.acf-product-files-repeater-block .file-item:last-child {
margin-bottom: 0;
} .acf-product-fields-empty {
color: #666;
font-style: italic;
text-align: center;
padding: 20px;
} .acf-product-fields-block {
margin: 2em 0;
padding: 1em 1em;
border: 1px solid #ddd;
border-radius: 4px;
background: #f9f9f9;
}
.acf-product-fields-title {
margin-top: 0;
margin-bottom: 1em;
padding-bottom: 0.5em;
border-bottom: 1px solid #eee;
}
.acf-product-fields-content ul {
display: flex;
gap: 20px;
list-style-type: none;
padding: 0;
margin: 0;
}