.fc-example-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 3 / 2;
    border: 1px dashed var(--fc-color-border);
    border-radius: 14px;
    color: var(--fc-color-text-muted);
    background: var(--fc-color-surface-soft);
    font-size: 0.85rem;
    font-weight: 700;
}

.fc-example-placeholder span {
    border: 1px solid var(--fc-color-border);
    border-radius: 999px;
    padding: 7px 10px;
    background: var(--fc-color-surface);
}

@media (min-width: 576px) and (max-width: 991.98px) {
    #examples .fc-example-last {
        width: 100%;
    }
}
