body {
  background-color: #070e12;
}
body .link-to-shop {
  display: block;
  max-width: 500px;
}
body .card {
  background-color: #0b171d;
}
body #url {
  background: transparent;
  border-block-end: 1px solid #cc7e04;
  border-radius: 0;
}
body #url:focus {
  box-shadow: none;
  color: white;
}
body #shorten-button {
  background: #070e12;
  border-color: #cc7e04;
  border-top-left-radius: 5px;
}
body #shorten-button:focus {
  box-shadow: none;
}
body .customise-link.card {
  border: none;
}
body .customise-link__input {
  background: transparent;
  border-block-end: 1px solid #cc7e04;
  border-radius: 0;
}
body .customise-link__input:focus {
  box-shadow: none;
  color: white;
  background: transparent;
}
body .customise-link__button:focus {
  box-shadow: none;
  background: transparent;
}
body .shorter-link__input {
  background: transparent;
  border-block-end: 1px solid #cc7e04;
  border-radius: 0;
  color: white;
}
body .shorter-link__input:focus {
  box-shadow: none;
  color: white;
  background: transparent;
}
body .shorter-link__button {
  background: #070e12;
  border-color: #cc7e04;
  border-top-left-radius: 5px;
}
body .shorter-link__button:hover {
  background: #070e12;
  border-color: #cc7e04;
}
body .shorter-link__button:focus {
  box-shadow: none;
  background: #070e12;
}
body .shorter-link__info a {
  color: #cc7e04;
}
body .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
}
body .btn-close:focus {
  box-shadow: none;
}

@media (max-width: 767.98px) {
  body #url {
    border-radius: 0px !important;
  }
}