div.standish_alerts {
    background-color: #EBF0F8;
    padding-top: 0;
}

div.standish_alerts div.standish_alerts_container {
  padding: 10px 60px 20px 60px;
}

div.standish_alert {
  background-color: #ffffff;
  border-radius: 10px;
  
    display: flex;
    justify-content: space-between;
    align-items: center;  
    
    max-width: 1024px;
    margin: 0 auto;
    
    margin-bottom: 10px;
}

.standish_alert_normal .title {
    color: #272a44;
}

div.standish_alert img {
  padding:10px 30px;
}

div.standish_alert:last-child {
  margin-bottom: 0;
}

div.standish_alert > a {
  margin-right: 20px;
  font-size: 14px !important;
  padding: 6px 12px !important;
  background: #f93f26 !important;
}
div.standish_alert > a:hover {
  background: #272a44 !important;
  border:none!important;
}

div.standish_alert > a > span{
    color:#fff !important;
}

div.standish_alert > div {
  color: #f93f26;
  font-size: 18px;
  flex-grow: 2;
}

div.alert_control {
    max-width: 992px;
    margin: 0 auto;
    text-align: right;
}

div.alert_control a {
  font-size: 12px;
  color:#f93f26;
  text-decoration: none;
}

span.standish_alert_content {
  color: #000000;
  font-size: 18px;
}

div.standish_alerts.shortcode div.title {
  font-size: 26px;
}

.standish_alerts.shortcode .standish_alert img {
  padding: 30px 30px;
}
.standish_alerts.shortcode .standish_alert a {
    margin-right: 40px;
}

div.standish_alerts.shortcode {
  background-color: transparent;
}

@media (max-width: 500px) {
  div.standish_alert {
    flex-direction: column;
    padding: 10px;
  }
  div.standish_alerts div.standish_alerts_container {
    padding: 10px 20px;
}

  div.standish_alert > img {
    display: none;
  }
  
  div.standish_alert > a.fl-button {
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

div.alert_control {
  padding-right: 10px;
}
