.container-MgswXHct {
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 12px 16px
}

html.theme-dark .container-MgswXHct {
    background-color: #1f1f1f
}

@media (min-width:768px) {
    .container-MgswXHct {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

.content-MgswXHct {
    margin-bottom: 12px
}

@media (min-width:768px) {
    .content-MgswXHct {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 0
    }
}

.icon-MgswXHct {
    margin-bottom: 8px;
    margin-right: 12px
}

.icon-MgswXHct svg {
    height: 44px;
    width: 44px
}

@media (min-width:768px) {
    .icon-MgswXHct {
        margin-bottom: 0
    }
}

.info-MgswXHct .title-MgswXHct {
    font-feature-settings: "tnum" on, "lnum" on;
    font-size: var(--ui-lib-typography-font-size);
    font-style: normal;
    font-weight: 600;
    margin-bottom: 4px
}

.info-MgswXHct .subtitle-MgswXHct,
.info-MgswXHct .title-MgswXHct {
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    --ui-lib-typography-font-size: 14px;
    --ui-lib-typography-line-height: 18px;
    line-height: var(--ui-lib-typography-line-height)
}

.info-MgswXHct .subtitle-MgswXHct {
    color: grey;
    font-feature-settings: "tnum" on, "lnum" on;
    font-size: var(--ui-lib-typography-font-size);
    font-style: normal;
    font-weight: 400
}

.reload-MgswXHct {
    display: none
}

.reload-MgswXHct.showReload-MgswXHct {
    display: block
}