.cfg-extra-block {
    margin-top: 8px;
    font-size: 0.875em;
}

.cfg-extra-preview {
    margin-bottom: 8px;
}

.cfg-preview-img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    display: block;
    cursor: zoom-in;
}

.cfg-zoom-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
}

.cfg-zoom-overlay.cfg-zoom-visible {
    display: flex;
}

.cfg-zoom-img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
}

.cfg-extra-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cfg-extra-item {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 3px 0;
}

.cfg-swatch-color {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    flex-shrink: 0;
}

.cfg-swatch-img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 3px;
    flex-shrink: 0;
}

.cfg-item-label {
    font-weight: 600;
}

.cfg-item-sep {
    color: #999;
}

.cfg-extra-text {
    margin: 4px 0;
    white-space: pre-line;
}

.cfg-extra-token {
    margin-top: 6px;
    color: #666;
    font-size: 0.9em;
}

/* Admin back-office */
.cfg-extra-block--admin {
    padding: 10px;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
}

.cfg-extra-block--admin .cfg-swatch-color {
    width: 24px;
    height: 24px;
}

.cfg-extra-block--admin .cfg-swatch-img {
    width: 28px;
    height: 28px;
}
