/* make region wrapper and interactions fill available height */
:host,
.interactions-region {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
}

/* make sure proxy text is not affected by body branding */
.proxy-container {
    font-family: 'Salesforce Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 24px;
    letter-spacing: normal;
}
