:root {
  --wp--preset--color--primary: #2f1351;
  --wp--preset--color--secondary: #ec6608;
  --wp--preset--color--tertiary: #ffcc00;
  --wp--preset--color--darkgrey: #222222;
  --button-height: 48px;
  --wp--preset--font-size--bodycopy: 16px;
  --wp--preset--spacing--small: clamp(24px, 4vw, 36px);
}

.alert {
  @import url("https://use.typekit.net/ksd0ltx.css");
  padding: 0 !important;
  background-color: #09011a;
  border-radius: 9px;
  font-family: "alwyn-new-rounded-web", sans-serif;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  font-family: "alwyn-new-rounded-web", sans-serif;
  color: var(--wp--preset--color--primary);
}
.alert h1 {
  line-height: 1.1;
  font-size: var(--wp--preset--font-size--max-44);
  padding-bottom: var(--wp--preset--spacing--small);
  font-weight: 700;
}
.alert h1::before, .alert h1::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.alert h1::before {
  margin-bottom: calc(-0.2em + 0px);
}
.alert h1::after {
  margin-top: calc(-0.1722222222em + 0px);
}
.alert h2 {
  line-height: 1.2;
  font-size: var(--wp--preset--font-size--max-30);
  padding-bottom: var(--wp--preset--spacing--small);
  font-weight: 600;
  color: var(--wp--preset--color--primary);
}
.alert h2::before, .alert h2::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.alert h2::before {
  margin-bottom: calc(-0.25em + 0px);
}
.alert h2::after {
  margin-top: calc(-0.2222222222em + 0px);
}
.alert h3 {
  line-height: 1.3;
  font-size: var(--wp--preset--font-size--max-20);
  padding-bottom: var(--wp--preset--spacing--small);
  font-weight: 600;
}
.alert h3::before, .alert h3::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.alert h3::before {
  margin-bottom: calc(-0.3em + 0px);
}
.alert h3::after {
  margin-top: calc(-0.2722222222em + 0px);
}
.alert h4 {
  font-size: var(--wp--preset--font-size--large-paragraph);
  padding-bottom: var(--wp--preset--spacing--small);
  font-weight: 600;
}
.alert p {
  line-height: 1.5;
  font-size: var(--wp--preset--font-size--bodycopy);
  padding-bottom: var(--wp--preset--spacing--small);
}
.alert p::before, .alert p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.alert p::before {
  margin-bottom: calc(-0.4em + 0px);
}
.alert p::after {
  margin-top: calc(-0.3722222222em + 0px);
}
.alert .text-component,
.alert #tinymce.mce-content-body,
.alert .textwidget {
  display: flex;
  flex-direction: column;
}
.alert .text-component > *:first-child,
.alert #tinymce.mce-content-body > *:first-child,
.alert .textwidget > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.alert .text-component > *:last-child,
.alert #tinymce.mce-content-body > *:last-child,
.alert .textwidget > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.alert .text-component + .text-component,
.alert #tinymce.mce-content-body + .text-component,
.alert .textwidget + .text-component {
  margin-top: 36px;
}
.alert .text-component ul:not([class]),
.alert #tinymce.mce-content-body ul:not([class]),
.alert .textwidget ul:not([class]) {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 18px;
}
.alert .text-component ul:not([class]) li ul,
.alert #tinymce.mce-content-body ul:not([class]) li ul,
.alert .textwidget ul:not([class]) li ul {
  margin: 0;
}
.alert .text-component ul:not([class]) li ul:not([class]),
.alert #tinymce.mce-content-body ul:not([class]) li ul:not([class]),
.alert .textwidget ul:not([class]) li ul:not([class]) {
  list-style-type: circle;
}
.alert .text-component ol:not([class]),
.alert #tinymce.mce-content-body ol:not([class]),
.alert .textwidget ol:not([class]) {
  margin-left: 18px;
}
.alert .text-component ol ol,
.alert #tinymce.mce-content-body ol ol,
.alert .textwidget ol ol {
  margin: 0;
}
.alert .text-component--white h1,
.alert .text-component--white h2,
.alert .text-component--white h3,
.alert .text-component--white h4,
.alert .text-component--white h5,
.alert .text-component--white h6,
.alert .text-component--white p,
.alert .text-component--white a:not([class]),
.alert #tinymce.mce-content-body--white h1,
.alert #tinymce.mce-content-body--white h2,
.alert #tinymce.mce-content-body--white h3,
.alert #tinymce.mce-content-body--white h4,
.alert #tinymce.mce-content-body--white h5,
.alert #tinymce.mce-content-body--white h6,
.alert #tinymce.mce-content-body--white p,
.alert #tinymce.mce-content-body--white a:not([class]),
.alert .textwidget--white h1,
.alert .textwidget--white h2,
.alert .textwidget--white h3,
.alert .textwidget--white h4,
.alert .textwidget--white h5,
.alert .textwidget--white h6,
.alert .textwidget--white p,
.alert .textwidget--white a:not([class]) {
  color: #ffffff;
}
.component--text .alert .text-component a:not([class]),
.component--text .alert #tinymce.mce-content-body a:not([class]),
.component--text .alert .textwidget a:not([class]) {
  font-weight: bold;
  text-decoration: underline;
  text-underline-position: under;
}
.component--text .alert .text-component a:not([class])[target=_blank],
.component--text .alert #tinymce.mce-content-body a:not([class])[target=_blank],
.component--text .alert .textwidget a:not([class])[target=_blank] {
  display: inline-flex;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.component--text .alert .text-component a:not([class])[target=_blank]:after,
.component--text .alert #tinymce.mce-content-body a:not([class])[target=_blank]:after,
.component--text .alert .textwidget a:not([class])[target=_blank]:after {
  content: "arrow_outward";
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.component--text .alert .text-component a:not([class])[target=_blank]:after,
.component--text .alert #tinymce.mce-content-body a:not([class])[target=_blank]:after,
.component--text .alert .textwidget a:not([class])[target=_blank]:after {
  margin-left: 9px;
}
.alert .text-component table,
.alert #tinymce.mce-content-body table,
.alert .textwidget table {
  border-collapse: collapse;
}
.alert .text-component table thead th, .alert .text-component table thead td,
.alert #tinymce.mce-content-body table thead th,
.alert #tinymce.mce-content-body table thead td,
.alert .textwidget table thead th,
.alert .textwidget table thead td {
  padding: 12px;
  font-weight: bold;
  text-align: left;
  color: var(--theme-darkblue);
}
.alert .text-component table tbody tr:nth-child(even) td,
.alert #tinymce.mce-content-body table tbody tr:nth-child(even) td,
.alert .textwidget table tbody tr:nth-child(even) td {
  background-color: var(--theme-darkblue-light-95);
}
.alert .text-component table tbody tr td,
.alert #tinymce.mce-content-body table tbody tr td,
.alert .textwidget table tbody tr td {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}
.alert .checklist li {
  display: flex;
  margin-bottom: 12px;
}
.alert .checklist li:first-child {
  margin-top: 0;
}
.alert .checklist li:last-child {
  margin-bottom: 0;
}
.alert .checklist li:before {
  content: "done";
  font-family: var(--icon-font);
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: inherit;
  position: relative;
  top: 4px;
  margin-right: 9px;
  flex-shrink: 0;
}
.alert a:where(:not(.wp-element-button)) {
  text-decoration: none;
}
.alert a:not([class]) {
  color: var(--wp--preset--color--secondary);
  font-weight: 700;
}
.alert a:not([class]):hover {
  color: #da2900;
  text-decoration: underline;
}
.alert .tags .tag {
  height: 28px;
  display: inline-flex;
  padding-left: 17px;
  padding-right: 17px;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--wp--preset--color--primary-color-40);
  color: var(--wp--preset--color--primary-color-80);
  font-size: 14px;
  line-height: 24px;
}
.alert ul:not([class]),
.alert .wp-block-list {
  list-style-type: none;
  margin-bottom: var(--wp--preset--spacing--small);
}
.alert ul:not([class]) li,
.alert .wp-block-list li {
  display: inline-flex;
  align-items: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  display: list-item;
  padding-left: 33px;
  position: relative;
}
.alert ul:not([class]) li:before,
.alert .wp-block-list li:before {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.alert ul:not([class]) li:before,
.alert .wp-block-list li:before {
  position: absolute;
  left: 0;
  top: 0;
}
.alert .wp-block-quote h1, .alert .wp-block-quote h2, .alert .wp-block-quote h3, .alert .wp-block-quote h4 {
  font-style: italic;
  font-weight: normal;
}
.alert :root {
  --icon-font: "Material Symbols Outlined";
}
.alert :root {
  --button-height:48px;
}
.alert .buttons {
  gap: 18px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: var(--wp--preset--spacing--small);
}
.alert .buttons.alignwide .fwpress-button {
  flex-grow: 1;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.alert .buttons.alignfull .fwpress-button {
  width: 100%;
}
.alert .buttons.orientation-vertical {
  flex-direction: column;
}
.alert .buttons.justify-content-left {
  justify-content: flex-start;
}
.alert .buttons.justify-content-right {
  justify-content: flex-end;
}
.alert .fwpress-button {
  display: inline-flex;
  height: var(--button-height);
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 16px;
  font-size: var(--typography-body-font-size);
  font-family: inherit;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
}
.alert .fwpress-button--right {
  flex-direction: row-reverse;
}
.alert .fwpress-button--default {
  background-color: var(--wp--preset--color--secondary);
  color: #fff;
  border: 0;
}
.alert .fwpress-button--default .fwpress-button__label {
  font-weight: 700;
}
.alert .fwpress-button--default:hover {
  background-color: #da2900;
}
.alert .fwpress-button--outline {
  background-color: transparent;
  font-weight: normal;
  color: var(--wp--preset--color--primary);
  border: 1px solid var(--wp--preset--color--primary);
}
.alert .fwpress-button--outline .icon {
  opacity: 0.6;
}
.alert .fwpress-button--outline:hover {
  border-color: var(--wp--preset--color--primary);
  background-color: #d5d0dc;
}
.alert .fwpress-button--outline:hover .icon {
  opacity: 1;
}
.alert .fwpress-button[disabled] {
  opacity: 0.6;
}
.alert .fwpress-button.read-more, .alert .fwpress-button--read-more, .alert .fwpress-button--text-link {
  padding: 0;
  display: inline-flex;
  align-items: center;
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
  font-weight: bold;
  height: unset;
  align-items: flex-start;
}
.alert .fwpress-button.read-more:before, .alert .fwpress-button--read-more:before, .alert .fwpress-button--text-link:before {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.alert .fwpress-button.read-more:before, .alert .fwpress-button--read-more:before, .alert .fwpress-button--text-link:before {
  color: var(--wp--preset--color--primary);
}
.alert .fwpress-button.read-more:hover, .alert .fwpress-button--read-more:hover, .alert .fwpress-button--text-link:hover {
  color: #da2900;
}
.alert .fwpress-button.read-more:hover .fwpress-button__label, .alert .fwpress-button--read-more:hover .fwpress-button__label, .alert .fwpress-button--text-link:hover .fwpress-button__label {
  text-decoration: underline;
}
.alert .fwpress-button.read-more:hover:before, .alert .fwpress-button--read-more:hover:before, .alert .fwpress-button--text-link:hover:before {
  color: #09011a;
}
.alert .fwpress-button--text-link:before {
  content: unset;
}
.alert .fwpress-button--icon--email {
  display: inline-flex;
  align-items: center;
}
.alert .fwpress-button--icon--email:before {
  content: "mail";
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.alert .fwpress-button--icon--phone {
  display: inline-flex;
  align-items: center;
}
.alert .fwpress-button--icon--phone:before {
  content: "call";
  font-family: "Material Symbols Rounded";
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.alert .fwpress-button--icon--linkedin {
  display: inline-flex;
  align-items: center;
}
.alert .fwpress-button--icon--linkedin:before {
  content: "";
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.alert .fwpress-button--icon--linkedin:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='18px'%3E%3Cpath fill-rule='evenodd' fill='rgb(47, 19, 81)' d='M15.335,15.336 L12.668,15.336 L12.668,11.159 C12.668,10.164 12.650,8.882 11.281,8.882 C9.892,8.882 9.680,9.967 9.680,11.087 L9.680,15.335 L7.013,15.335 L7.013,6.747 L9.573,6.747 L9.573,7.921 L9.609,7.921 C10.131,7.028 11.102,6.495 12.135,6.534 C14.838,6.534 15.336,8.312 15.336,10.624 L15.335,15.336 ZM4.004,5.573 C3.149,5.574 2.456,4.881 2.456,4.026 C2.456,3.171 3.149,2.478 4.003,2.478 C4.858,2.478 5.551,3.171 5.551,4.026 C5.551,4.880 4.859,5.573 4.004,5.573 L4.004,5.573 M5.337,15.336 L2.668,15.336 L2.668,6.747 L5.337,6.747 L5.337,15.336 ZM16.664,0.002 L1.328,0.002 C0.603,-0.006 0.008,0.574 -0.000,1.299 L-0.000,16.700 C0.008,17.425 0.603,18.006 1.328,17.998 L16.664,17.998 C17.391,18.007 17.988,17.426 17.998,16.700 L17.998,1.298 C17.988,0.572 17.391,-0.009 16.664,0.001 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
.alert .fwpress-button--icon:not(:has(.fwpress-button__label)) {
  padding: 0;
  width: 48px;
}
.alert .fwpress-button[href^="mailto:"] {
  display: inline-flex;
  align-items: center;
}
.alert .fwpress-button[href^="mailto:"]:before {
  content: "mail";
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.alert .fwpress-button[href^="tel:"] {
  display: inline-flex;
  align-items: center;
}
.alert .fwpress-button[href^="tel:"]:before {
  content: "call";
  font-family: "Material Symbols Rounded";
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.alert .fwpress-button .material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
}
.alert .fwpress-link {
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
  font-weight: 700;
}
.alert .fwpress-link--read-more {
  display: inline-flex;
  align-items: center;
}
.alert .fwpress-link--read-more:before {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.alert .fwpress-link:hover {
  color: #da2900;
}
.alert .fwpress-link:hover .fwpress-button__label {
  text-decoration: underline;
}
.alert .fwpress-link:hover:before {
  color: #09011a;
}
.alert .news-navigation {
  display: flex;
  justify-content: space-between;
  gap: var(--wp--preset--spacing--small);
}
.alert .news-navigation__link {
  font-weight: bold;
  text-decoration: none;
  color: var(--wp--preset--color--secondary);
  opacity: 0.6;
}
.alert .news-navigation__link:hover {
  opacity: 1;
}
.alert .news-navigation__link--previous {
  display: inline-flex;
  align-items: center;
}
.alert .news-navigation__link--previous:before {
  content: "chevron_left";
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.alert .news-navigation__link--next {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}
.alert .news-navigation__link--next:after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.alert .news-navigation__link:before, .alert .news-navigation__link:after {
  color: var(--wp--preset--color--primary);
}
.alert .container {
  position: relative;
}
.alert--fixed {
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  border-radius: 0;
}
.alert--fixed .alert__inner {
  padding-left: 0;
  padding-right: 0;
  padding-top: 18px;
  padding-bottom: 18px;
}
.alert:not(.alert--fixed) {
  margin-bottom: var(--wp--preset--spacing--small);
}
.alert--background--1 {
  background-color: #09011a;
}
.alert--background--1 h1, .alert--background--1 h2, .alert--background--1 h3, .alert--background--1 h4, .alert--background--1 p {
  color: #fff;
}
.alert--background--1 .fwpress-button--outline {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}
.alert--background--1 .fwpress-button--outline:hover {
  border-color: #fff;
}
.alert--background--1 .alert__icon svg path {
  fill: #fff !important;
}
.alert--background--2 {
  background-color: #fbe0ce;
}
.alert--background--2 h1, .alert--background--2 h2, .alert--background--2 h3, .alert--background--2 h4 {
  color: var(--wp--preset--color--secondary, #ec6608);
}
.alert--background--2 .alert__close svg path {
  fill: var(--wp--preset--color--secondary, #ec6608) !important;
}
.alert--background--2 .alert__icon svg path {
  fill: var(--wp--preset--color--secondary, #ec6608) !important;
}
.alert--background--2 .fwpress-button--outline {
  color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
}
.alert__inner {
  padding: var(--wp--preset--spacing--small, 36px);
  position: relative;
}
.alert__inner--icon {
  display: flex;
  flex-wrap: nowrap;
  gap: 9px;
}
.alert__inner--icon .alert__icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.alert__inner--icon .alert__icon svg {
  width: 18px;
  height: 18px;
}
.alert__inner--icon .alert__content {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  padding-top: 6px;
}
.alert__inner > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.alert__title {
  margin-bottom: 9px;
}
.alert__title > * {
  padding-bottom: 0 !important;
}
.alert__text > *:first-child {
  margin-top: 0 !important;
}
.alert__close {
  width: 14px;
  height: 14px;
  position: absolute;
  top: var(--wp--preset--spacing--x-small, 18px);
  right: var(--wp--preset--spacing--x-small, 18px);
  right: var(--wp--preset--spacing--max-54, clamp(24px, 6vw, 54px));
  cursor: pointer;
}
.alert__close svg {
  width: 14px;
  height: 14px;
}
.alert__close:hover svg path {
  opacity: 1 !important;
}

.wp-admin.post-type-alerts .alert {
  margin-top: 18px;
  margin-bottom: 18px;
}
.wp-admin.post-type-alerts .alert h1 {
  font-size: clamp(32px, 2rem + (1vw - 3.2px) * 0.938, 44px);
}
.wp-admin.post-type-alerts .alert h2 {
  font-size: clamp(24px, 1.5rem + (1vw - 3.2px) * 0.469, 30px);
}
.wp-admin.post-type-alerts .alert h3 {
  font-size: clamp(17px, 1.063rem + (1vw - 3.2px) * 0.234, 20px);
}
.wp-admin.post-type-alerts .alert h4 {
  font-size: 18px;
}
.wp-admin.post-type-alerts .alert p {
  font-size: 16px;
}
.wp-admin.post-type-alerts #post-body-content {
  display: flex;
  flex-direction: column;
}
.wp-admin.post-type-alerts [data-name=alert_icon] .acf-button-group label {
  padding: 0;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-admin.post-type-alerts .alert-icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.wp-admin.post-type-alerts .alert-icon.alert-icon--info {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2309011a; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='info' class='cls-1' d='M207,324h2v-6h-2v6Zm1-8a0.982,0.982,0,1,0-.712-0.287A0.968,0.968,0,0,0,208,316Zm0,13a9.757,9.757,0,0,1-3.9-.787,9.991,9.991,0,0,1-5.313-5.313,10.057,10.057,0,0,1,0-7.8,9.984,9.984,0,0,1,5.313-5.312,10.045,10.045,0,0,1,7.8,0,9.984,9.984,0,0,1,5.313,5.312,10.057,10.057,0,0,1,0,7.8,9.991,9.991,0,0,1-5.313,5.313A9.757,9.757,0,0,1,208,329Zm0-2a7.939,7.939,0,1,0-5.675-2.325A7.722,7.722,0,0,0,208,327Z' transform='translate(-198 -309)'/%3E%3C/svg%3E%0A");
}
.wp-admin.post-type-alerts .selected .alert-icon--info {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ffffff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='info' class='cls-1' d='M207,324h2v-6h-2v6Zm1-8a0.982,0.982,0,1,0-.712-0.287A0.968,0.968,0,0,0,208,316Zm0,13a9.757,9.757,0,0,1-3.9-.787,9.991,9.991,0,0,1-5.313-5.313,10.057,10.057,0,0,1,0-7.8,9.984,9.984,0,0,1,5.313-5.312,10.045,10.045,0,0,1,7.8,0,9.984,9.984,0,0,1,5.313,5.312,10.057,10.057,0,0,1,0,7.8,9.991,9.991,0,0,1-5.313,5.313A9.757,9.757,0,0,1,208,329Zm0-2a7.939,7.939,0,1,0-5.675-2.325A7.722,7.722,0,0,0,208,327Z' transform='translate(-198 -309)'/%3E%3C/svg%3E%0A");
}
.wp-admin.post-type-alerts .fwpress-button {
  font-size: 16px;
}
.wp-admin.post-type-alerts p {
  margin-bottom: 0 !important;
}