/* Managed guides read like article prose rather than a separate CTA box. */
.ilm-guide--sentence {
    box-sizing: border-box;
    margin: 1.2em 0;
}

.ilm-guide--sentence a {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.16em;
}

/* Legacy 0.4/0.3 guides remain readable until the next full audit converts them. */
.ilm-guide--legacy {
    box-sizing: border-box;
    margin: 1.5em 0;
    padding: 14px 16px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 4px solid currentColor;
    border-radius: 4px;
    background: rgba(127, 127, 127, 0.06);
}

.ilm-guide--legacy .ilm-guide__lead,
.ilm-guide--legacy .ilm-guide__link {
    margin: 0;
}

.ilm-guide--legacy .ilm-guide__lead {
    margin-bottom: 0.45em;
}

.ilm-guide--legacy .ilm-guide__link a {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.16em;
}
