.messages--ssd_debug {
  z-index: 999999;
  border: none;
  opacity: 0.8;
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  width: 60px;
  max-height: 20px;
  padding: 0.5rem 1rem;
  transition: height 0.3s linear;
  overflow: hidden !important;
  border-radius: 0;
  background: white;
  margin: 0;
}
.messages--ssd_debug:before {
  display: block;
  content: 'LOGS';
  font-size: 10px;
  height: 20px;
  font-weight: bold;
  color: orangered;
  text-align: left;
  margin-bottom: 1rem;
  position: relative;
  top: 0px;
  background: white;
}
.messages--ssd_debug .messages__list {
  display: none;
  flex-direction: column;
}
.messages--ssd_debug:hover {
  right: 0;
  max-height: 50vh;
  opacity: 1;
  width: 100%;
  overflow-y: scroll !important;
}
.messages--ssd_debug:hover .messages__list {
  display: flex;
}


.ssd_puub{
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.ssd_puub__img{
  width: 100%;
  height: auto;
}

.ssd_puub__notice{
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 8px;
  text-decoration: none;
  color: #222;
  padding: 0.15rem 0;
  opacity: 1;
  font-family: "Helvetica Neue", Arial, sans-serif;
  transform: translateY(100%);
}

.ssd_puuub_wrapper{
  text-align: center;
}
