/* =============================================================================
   GLCD Widgets — styles communs (charges des qu'un widget est present)
   ============================================================================= */

.glcd-bien-card__notice {
    margin: 1rem 0;
    padding: 0.75rem 1rem;
    border: 1px dashed var(--color-warning, #f59e0b);
    border-radius: var(--radius-md, 0.5rem);
    background: rgba(245, 158, 11, 0.08);
    color: var(--color-text, #1e293b);
    font-size: var(--font-size-sm, 0.875rem);
}
