// (C) 2024-2025 GoodData Corporation

.gd-ui-ext-notifications-panel {
    font-family: var(--gd-font-family);
    font-size: 12px;
    line-height: 14px;

    background-color: var(--gd-palette-complementary-0);

    box-shadow: 0 2px 10px 0 var(--gd-shadow-color);
    border-radius: var(--gd-modal-borderRadius, 3px);

    display: flex;
    flex-direction: column;

    padding-top: 10px;

    width: 100%;
    height: 100%;

    overflow: hidden;
}
