/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#cyclone-vignette {
  border-radius: 5px;
  border: solid 1px #dee2e6;
  overflow: hidden; }
  #cyclone-vignette .grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center; }
  #cyclone-vignette figure {
    height: 100%;
    min-height: 48px; }
    #cyclone-vignette figure img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #cyclone-vignette .alerts {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    color: #145e9a;
    font-family: "Quicksand", sans-serif;
    display: flex;
    justify-content: center;
    text-align: center; }
    #cyclone-vignette .alerts > span .all_phenom_alerts {
      font-weight: bold;
      color: #145e9a;
      font-family: "Quicksand", sans-serif; }
    #cyclone-vignette .alerts > span .all_phenom_alerts_link {
      font-weight: bold;
      color: #db0084;
      font-family: "Quicksand", sans-serif; }
  #cyclone-vignette p {
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-gap: 15px;
    text-align: left;
    align-items: center; }
  #cyclone-vignette .nb_phenomenous {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    background: #db0084; }
