/*!
 * IRIS Interactive
 *
 * NOTICE OF LICENSE
 *
 * This source file is no subject to a specific license
 * but it belongs to the company IRIS Interactive.
 * You can contact IRIS Interactive at the following
 * address: contact@iris-interactive.fr
 *
 * @author      Raphael BRISSON
 * @date        2021
 * @copyright   Copyright (c) 2002-2022 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */
.iris-notif-modal__title {
  padding-bottom: 20px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
.iris-notif-modal__img, .iris-notif-modal__content > *:not(:last-child) {
  margin-bottom: 20px;
}
.iris-notif-modal[data-hc-popin-type=small] {
  font-size: var(--iris--global--font-size-small--rem);
}
.iris-notif-modal[data-hc-popin-type=small] .iris-notif-modal__img, .iris-notif-modal[data-hc-popin-type=small] .iris-notif-modal__content > *:not(:last-child) {
  margin-bottom: 10px;
}
