/* 
    Begin
	R06.2024 | MADV-14609 | MADV-14613 | Supernova 2
	Banner disclaimer Post login (divestiture)
*/
#disclaimer {
    display: none;
    background-color: var(--blue-100);
    padding: 16px;
    margin: 8px 0px;
    height: auto;
    justify-content: space-between;
    border-radius: 8px;
    max-width: 1092px;
    margin: 0 auto;
}

#disclaimer h1.disclaimerTitle {
    font-family: var(--font-micro-bold);
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: normal;
    color: #292C33;
    margin-bottom: 8px;
}

#disclaimer p.disclaimerCaption {
    font-family: var(--font-micro-regular);
    font-size: 12px !important;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    color: var(--blue-400);
    margin-bottom: 8px;
}

#disclaimer img.ilustration{
    width: 48px;
    height: 48px;
    align-self: center;
    margin-left: 16px;
}
/* End */