.apply-shortcut {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  height: 46px;
  margin-top: 18px;
  padding: 0 22px;
  border-radius: 12px;
  background: #10367d;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  transform: none;
}

.apply-shortcut:hover,
.apply-shortcut:focus,
.apply-shortcut:active,
.apply-shortcut:visited {
  color: #ffffff;
  text-decoration: none;
  box-shadow: none;
  transform: none;
}

.apply-shortcut:focus-visible {
  outline: 2px solid rgba(47, 134, 255, 0.5);
  outline-offset: 3px;
}

@media (max-width: 620px) {
  .apply-shortcut {
    width: 100%;
    height: 44px;
    margin-top: 16px;
    font-size: 14px;
  }
}
