.oe-panel-notice {
    position: relative;
    padding: 25px 20px;
    border-left-color: #00a0d2;
    font-family: 'Poppins', sans-serif;

    .owp-ocean-extra-plugin-inner {
        display: flex;

        .owp-notification-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 40px;
            width: 40px;
            height: 40px;
            margin-right: 20px;
        }

        h2 {
            font-weight: 700;
            margin: 0 0 10px 0;
        }

        .notice-subheading {
            font-size: 14px;
            font-weight: 500;
        }

        p {
            padding: 0;
            margin: 0 0 1.5em 0;

        }

        li {
            list-style: disc;
            margin-left: 40px;
        }

        .notice-actions {
            display: flex;
            align-items: center;
        }

        .notice-actions > * {
            display: flex;
            align-items: center;

            &:first-child {
                margin-right: 10px;
            }
        }
    }
}
