.hg-notice-block { 
    padding: 1rem;
    margin-bottom: 1.5rem;
    background: #F5F5F5;
}

.hg-notice--info {
    background: #EBFCFF;
    color: #0054A3;
}

.hg-notice--warning {
    background: #FFFBEB;
    color: #665200;
}

.hg-notice--success {
    background: #EBFFF4;
    color: #006657;
}

.hg-notice--error {
    background: #FFEBF0;
    color: #A30B00;
}

.hg-notice-header {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.hg-notice-content .wp-block-hg-notice > * {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.hg-notice-content :first-child {
    margin-top: 0 !important;
}

.hg-notice-content :last-child {
    margin-bottom: 0 !important;
}

.hg-notice--icon {
    padding-left: 2.625rem;
    position: relative;
}

.hg-notice-icon {
    display: block;
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 1.25rem;
    height: 1.25rem;
}

.hg-notice-icon svg {
    max-width: 100%;
}