.AudienceData {
    &-geoData {
        display: flex;
        justify-content: space-between;
    }

    &-panel-content {
        min-height: 400px;
    }

    .DismissibleAlert {
        background-color: white;
        margin-bottom: 18px;
    }

    .DismissibleAlert-info-title {
        color: #276eac;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        margin-top: 0;
    }

    .DismissibleAlert-icon-info {
        margin: 0 15px;
    }

    .DismissibleAlert-warning-subtitle {
        margin: 0;
    }
}

