
.tsil-embed__title {
  color: #333;
  font-family: 'Abril Text', Times, serif;
  font-size: 22px;
  line-height: 29px;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.tsil-embed__text {
  color: #333;
  font-family: 'Franklin Gothic FS', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  margin: 10px 0 20px 0;
  font-weight: normal;
}

.tsil-embed__caption {
  color: #888;
  font-family: 'Franklin Gothic FS', Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 13px;
  margin: 20px 0 0 0;
  font-weight: normal;
}

.tsil-embed__caption a {
  color: #888;
  text-decoration: underline;
}


.tsil-loader.tsil-loading {
  min-height: 320px;
  background: #fff;
  width: 100%;
  position: relative;
  border-radius: 4px;
}

.tsil-loader.tsil-loading * {
  display: none;
}

.tsil-loader.tsil-loading::before,
.tsil-loader.tsil-loading::after {
  content: ' ';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  animation: tsil-loader-bounce 2s infinite ease-in-out;
}

.tsil-loader.tsil-loading::after {
  animation-delay: -1s;
}

@keyframes tsil-loader-bounce {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0);
  }

  50% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.tsil-embed__linkc {
  margin-top: 30px;
}

.tsil-embed__link {
  background: #faff00;
  color: #000;
  font-family: "Franklin Gothic FS", Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 10px 52px 10px 12px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 400px) {
  .tsil-embed__link {
    display: block;
  }
}

@media (max-width: 350px) {
  .tsil-embed__link {
    padding: 10px 45px 10px 7px;
  }
}

.tsil-embed__link::after {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url(arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
