.snippet-builder-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 180px;
    padding: 28px 16px;
    border: 1px dashed rgba(10, 33, 56, 0.25);
    background: rgba(10, 33, 56, 0.04);
    color: #0a2138;
    text-align: center;
}

.snippet-builder-placeholder small {
    color: rgba(10, 33, 56, 0.65);
}

.sukceso-projects-grid .snippet-empty,
.sukceso-projects-grid .snippet-loading {
    color: var(--muted, #6b7c8f);
    padding: 24px 0;
}
