/* RGMY_CONTENT_STUDIO_CONTINUITY_350 */

.rgx-studio-back {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  background: rgba(255, 255, 255, .075);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  transition:
    background .18s ease,
    border-color .18s ease;
}

.rgx-studio-back:hover {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .12);
}

.rgx-studio-back svg {
  width: 15px;
  height: 15px;
}

.rgx-studio-context {
  display: block;
  margin-top: 3px;
  color: #91a0b8;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .rgx-studio-back span {
    display: none;
  }

  .rgx-studio-back {
    width: 40px;
    padding: 0;
    justify-content: center;
  }
}
