.cicwl-block-placeholder {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 32px 24px;
    text-align: center;
}

.cicwl-block-icon.dashicons {
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #9ca3af;
    margin-bottom: 8px;
}

.cicwl-block-title {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 16px;
}

.cicwl-block-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
}

.cicwl-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    border: 1px solid transparent;
    white-space: nowrap;
}

.cicwl-badge-green {
    background: #eaf7ee;
    border-color: #b6e3c3;
    color: #2e7d43;
}

.cicwl-badge-blue {
    background: #eaf1fb;
    border-color: #bcd6f5;
    color: #2f5fa8;
}

.cicwl-block-desc {
    font-size: 13px;
    color: #6b7280;
    margin: 16px 0 4px;
}

.cicwl-block-section-heading {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #757575;
    margin: 16px 0 8px;
    padding-top: 8px;
    border-top: 1px solid #e0e0e0;
}

.cicwl-block-section-heading:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.cicwl-block-color-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.cicwl-block-color-field label {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1e1e1e;
}

.cicwl-block-color-field input[type="color"] {
    width: 36px;
    height: 24px;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.cicwl-block-dirty-hint {
    font-size: 11px;
    color: #b26a00;
    background: #fff8e6;
    border: 1px solid #ffe4a3;
    border-radius: 4px;
    padding: 6px 8px;
    margin: 8px 0 0;
}

.cicwl-block-image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-bottom: 8px;
}

.cicwl-block-image-thumb {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 4px;
    overflow: hidden;
    background: #f0f0f0;
    border: 1px solid #e0e0e0;
}

.cicwl-block-image-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cicwl-block-image-remove.components-button {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
}

.cicwl-block-image-remove.components-button:hover {
    background: rgba(200, 30, 30, 0.85);
    color: #fff;
}
