.wrapperSBL {
  font-family: Open Sans, sans-serif;
  max-width: 540px;
  margin-bottom: 20px;
  position: static;
}

.bookSBL {
  border-bottom: 1px solid #dadada;
  padding: 16px 0;
  display: flex;
  position: static;
}

.logoSBL {
  position: static;
}

.logoSBL img {
  width: 53.6px;
  height: 53.6px;
  border: 2px #dadada solid;
  border-radius: 50%;
  padding: 3.2px;
  position: static;
}

.contentSBL {
  flex: 1;
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.13;
  padding: 0 8px;
  position: static;
}

.complianceSBL {
  margin-top: 4px;
}

.complianceSBL img {
  width: 104px;
  height: auto;
}

.complianceSBL a {
  text-decoration: none;
  border: none;
}

.titleSBL {
  font-weight: bold;
  color: #191919;
  margin: 0;
  position: static;
}

.subtitleSBL {
  font-weight: 500;
  color: #575757;
  margin-top: 8px;
  margin-bottom: 0;
  position: static;
}

.wrapperSBL button {
  width: 104px;
  height: 32px;
  border-radius: 4px;
  color: #fff;
  background: #ff4400;
  cursor: pointer;
  border: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.58;
  position: static;
}

.pr8SBL {
  padding-right: 8px;
  position: static;
}

.mb8SBL {
  margin-bottom: 8px;
  position: static;
}

.wrapperSBL a {
  text-decoration: none;
  color: inherit;
  border: none;
}

.wrapperSBL button:focus {
  outline: none;
}

.wrapperSBL button:hover,
.wrapperSBL button:active {
  background: #000;
  border-color: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.26);
}

@media screen and (min-width: 452px) {
  .bookSBL {
    align-items: center;
  }

  .contentSBL {
    padding: 0 16px;
  }
}
