.iitw_toast_inner {
    display: flex;
    padding: var(--Spacing-16px, 16px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-12px, 12px);
    flex: 1 0 0;
    background: #EAF6EE;
    border-left: 2px solid #089B39;
}

article .content-inner .iwithtext + .iitw_toast {
    padding-top: 8px;
}

.iitw_toast_header {
    display: flex;
    align-items: center;
    gap: var(--Spacing-8px, 8px);
}

.iitw_toast_title {
    color: #052E13;
}

.iitw_toast.iitw-alert-yellow .iitw_toast_title {
    color: #2D201B;
}

.iitw_toast.iitw-block-red .iitw_toast_title {
    color: #44130B;
}

.iitw_toast.iitw-alert-yellow .iitw_toast_inner {
    background: #FDF2E2;
    border-left: 2px solid #E08D00;
}

.iitw_toast.iitw-block-red .iitw_toast_inner {
    background: #FEF4F2;
    border-left: 2px solid #982D1C;
}

.iitw_toast_description {
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.4px;
}