.uniq-shortcode-lib__alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .uniq-shortcode-lib__alert--info {
    background-color: #cce5ff;
    border-color: #a8e1ff;
    color: #004085; }
    .uniq-shortcode-lib__alert--info hr {
      border-top-color: #8fd9ff; }
    .uniq-shortcode-lib__alert--info .alert-link {
      color: #002752; }
  .uniq-shortcode-lib__alert--warning {
    background-color: #FDF3CB;
    border-color: #fce1b2;
    color: #856404; }
    .uniq-shortcode-lib__alert--warning hr {
      border-top-color: #fbd79a; }
    .uniq-shortcode-lib__alert--warning .alert-link {
      color: #533f03; }
  .uniq-shortcode-lib__alert--danger {
    background-color: #f8d7da;
    border-color: #f4c1ce;
    color: #721c24; }
    .uniq-shortcode-lib__alert--danger hr {
      border-top-color: #f0acbd; }
    .uniq-shortcode-lib__alert--danger .alert-link {
      color: #491217; }

.uniq-shortcode-lib__embed {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .uniq-shortcode-lib__embed--16by9 {
    padding-bottom: 56.25%; }
  .uniq-shortcode-lib__embed--4by3 {
    padding-bottom: 75%; }
  .uniq-shortcode-lib__embed .uniq-shortcode-lib__embed-item,
  .uniq-shortcode-lib__embed iframe,
  .uniq-shortcode-lib__embed embed,
  .uniq-shortcode-lib__embed object,
  .uniq-shortcode-lib__embed video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.uniq-shortcode-lib__facebook-post, .uniq-shortcode-lib__facebook-video, .uniq-shortcode-lib__pinterest {
  margin-bottom: 1rem; }

.uniq-shortcode-lib__facebook-post, .uniq-shortcode-lib__facebook-video {
  text-align: center; }
  .uniq-shortcode-lib__facebook-post .fb_iframe_widget, .uniq-shortcode-lib__facebook-video .fb_iframe_widget {
    margin: auto; }

.uniq-shortcode-lib__instagram iframe {
  width: 100%; }

.uniq-shortcode-lib__has-pinterest {
  position: relative; }
  .uniq-shortcode-lib__has-pinterest .pinterest-save-button {
    position: absolute;
    left: 10px;
    top: 10px; }

.uniq-shortcode-lib_display {
  height: auto;
  overflow: hidden;
  padding: 5px 5px 20px;
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  box-sizing: content-box;
  position: relative;
  margin-bottom: 10px; }
  .uniq-shortcode-lib_display > span {
    font-size: 8px;
    display: block;
    color: #a7a7a7;
    letter-spacing: 0.5px; }
  .uniq-shortcode-lib_display > label {
    position: absolute;
    bottom: 0;
    right: 5px;
    font-size: 8px;
    font-weight: normal;
    padding-right: 10px;
    letter-spacing: 0.5px;
    cursor: pointer; }
    .uniq-shortcode-lib_display > label i {
      font-size: 1em;
      width: 5px;
      height: 5px;
      position: absolute;
      right: 2px;
      top: 2px; }
  .uniq-shortcode-lib_display .display-fadeout {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 30%, white 76%, white 86%, white 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.3)), color-stop(76%, white), color-stop(86%, white), color-stop(100%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 30%, white 76%, white 86%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 30%, white 76%, white 86%, white 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 30%, white 76%, white 86%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 30%, white 76%, white 86%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); }
  .uniq-shortcode-lib_display .collapse-button-show {
    display: none; }
  .uniq-shortcode-lib_display .collapse-button-hide {
    display: block; }
  .uniq-shortcode-lib_display.display-collapsed {
    height: 75px; }
    .uniq-shortcode-lib_display.display-collapsed .display-fadeout {
      height: 60px;
      display: block; }
    .uniq-shortcode-lib_display.display-collapsed .collapse-button-show {
      display: block; }
    .uniq-shortcode-lib_display.display-collapsed .collapse-button-hide {
      display: none; }
