/* AfriEvent360 — Icônes SVG inline */
.ae-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    vertical-align: middle;
}

.ae-icon svg {
    width: 100%;
    height: 100%;
}

.ae-icon-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.icon-lg .ae-icon,
.ae-icon.icon-lg {
    width: 48px !important;
    height: 48px !important;
}

.icon-xl .ae-icon,
.ae-icon.icon-xl {
    width: 64px !important;
    height: 64px !important;
}

.success-icon .ae-icon {
    width: 56px;
    height: 56px;
}

.result-icon .ae-icon {
    width: 72px;
    height: 72px;
}

.ticket-pending-icon .ae-icon {
    width: 64px;
    height: 64px;
    color: var(--ae-orange-500, #f97316);
}

.digital-ticket-status .ae-icon {
    width: 14px;
    height: 14px;
    margin-right: 0.25rem;
}

.scan-result-badge .ae-icon {
    width: 22px;
    height: 22px;
}

.scan-valid .ae-icon { color: #22c55e; }
.scan-refused .ae-icon { color: #ef4444; }

.result-card.valid .result-icon .ae-icon { color: #fff; stroke-width: 1.5; }
.result-card.refused .result-icon .ae-icon { color: #fff; stroke-width: 1.5; }

.payment-method-icon .ae-icon {
    width: 24px;
    height: 24px;
}

.simulation-notice .ae-icon {
    width: 16px;
    height: 16px;
    margin-right: 0.35rem;
}

.email-notice .ae-icon {
    width: 18px;
    height: 18px;
    margin-right: 0.35rem;
}

.hero-badge .ae-icon {
    width: 16px;
    height: 16px;
}

.event-card-meta .ae-icon,
.event-hero-info .ae-icon {
    width: 16px;
    height: 16px;
    opacity: 0.7;
}

.spots-indicator .ae-icon {
    width: 16px;
    height: 16px;
    margin-right: 0.25rem;
}

.btn .ae-icon {
    width: 18px;
    height: 18px;
}

.checkin-back .ae-icon {
    width: 16px;
    height: 16px;
    margin-right: 0.25rem;
}
