/**
 * @file
 * Styles for the "Page alert - last updated" Layout Builder block (ticket #241).
 *
 * Attached via the ih_components/page_alert_updated_block library from
 * PageAlertUpdatedBlock::build().
 */

.block-ih-page-alert-updated {
    color: var(--Components-Card-Secondary-Text-Color, #414749);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.625rem;
    margin-bottom: 32px;
}
