/* ****************************************************************
ANIMATIONS
********************************************************************/
.ecf-warning {
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #faf1d6;
  border: 1px solid #faf1d6;
  padding: 20px;
  margin-top: 15px;
  position: relative;
}
.ecf-warning ul {
  margin: 0;
}
.ecf-warning ul li {
  margin: 0;
}
.ecf-warning hr {
  border-color: #f4e0a4;
  margin: 15px 0;
}
.ecf-warning p {
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px;
}
.ecf-warning > * {
  color: rgba(0, 0, 0, 0.7);
}
.ecf-warning code {
  white-space: normal;
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
}
.ecf-warning code strong.ecf-danger {
  color: #e53935;
}
.ecf-embed-container {
  margin-top: 5px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.ecf-embed-container > iframe {
  width: 100%;
  position: absolute;
  height: 100%;
}
