/**
 * ilGhera notice style
 *
 * @author ilGhera
 * @package ilghera-notice/css/ 
 * @since 1.0.0
 */

.ilghera-notice-warning {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.ilghera-notice__content {
    display: flex;
    flex-grow: 1;
    align-items: center;
    margin-right: 1rem;
    white-space: pre-wrap;
    flex-wrap: wrap;
}

.ilghera-notice__logo {
    display: flex;
    align-items: center;
    margin-right: 1rem;
    padding: .25rem 0;
}

.ilghera-notice__message {
    padding: .25rem 0;
}

.ilghera-notice__buttons {
    display: flex;
    align-items: center;
    margin-right: 1rem;
    padding: .25rem 0;
}

