a.aemc-link { transition: all 0.2s ease; }

a.aemc-underline {
    text-decoration: underline !important;
    text-decoration-color: #8B5CF6 !important;
    text-decoration-thickness: 2px !important;
    font-weight: bold !important;
    color: inherit !important;
}
a.aemc-underline:hover { color: #8B5CF6 !important; }

a.aemc-highlight {
    background: #ede9fe;
    padding: 1px 4px;
    border-radius: 3px;
    text-decoration: none;
    color: #4c1d95 !important;
    font-weight: 600;
}
a.aemc-highlight:hover { background: #ddd6fe; }

a.aemc-badge {
    display: inline-block;
    background: #8B5CF6;
    color: #fff !important;
    padding: 1px 9px;
    border-radius: 12px;
    font-size: 0.88em;
    text-decoration: none;
    font-weight: 600;
}
a.aemc-badge:hover { background: #7C3AED; }

a.aemc-subtle {
    text-decoration: underline dotted #8B5CF6 !important;
    color: inherit;
}
a.aemc-subtle:hover { color: #8B5CF6 !important; }

.aemc-banner { margin: 1.5em 0; text-align: center; clear: both; }
.aemc-banner img { max-width: 100%; height: auto; border-radius: 6px; }
