.shrinkly-shortener {
  max-width: 900px;
  margin: 0 auto;
}

.shrinkly-shortener__header {
  text-align: center;
  margin-bottom: 18px;
}

.shrinkly-result-card {
    background: #fff;
    border-radius: 16px;
    padding: 22px;
}

.shrinkly-shortener__card {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-bottom: 25px;
}

.shrinkly-shortener__cardTitle {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #000;
}

.shrinkly-shortener__shortUrl {
  font-size: 18px;
  text-decoration: none;
  word-break: break-all;
}

.shrinkly-shortener__cardRight {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.shrinkly-create-account-suggestion {
    display: block;
    width: 100%;
    text-align: center;
}

.shrinkly-create-account-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.shrinkly-create-account-suggestion .shrinkly-create-account-btn {
    border: 0;
    border-radius: 999px;
    padding: 14px 26px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    background: linear-gradient(135deg, #0085ff, #00a9f3);
    color: #fff;
    white-space: nowrap;
    text-transform: capitalize;
}

.shrinkly-create-account-suggestion .shrinkly-create-account-btn:hover {
    background: linear-gradient(135deg, #0067d7, #0085ff);
    color: #fff;
}

.shrinkly-action {
  border: 1px solid rgba(0,0,0,.08);
  background: #f5f7fb;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
}

body.shrinkly-modal-open {
  overflow: hidden;
}

.shrinkly-qr-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
}

.shrinkly-qr-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.65);
}

.shrinkly-qr-modal__dialog {
  position: relative;
  width: min(520px, calc(100% - 30px));
  margin: 8vh auto 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
}

.shrinkly-qr-modal__dialog .shrinkly-qr-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
}

.shrinkly-qr-modal__title {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  color: #2f3437;
}

.shrinkly-qr-modal__link {
    text-align: center;
    word-break: break-word;
    font-size: 15px;
    color: #2f3437;
    font-weight: 600;
}

.shrinkly-qr-modal__status {
  font-size: 12px;
  opacity: .85;
  margin-bottom: 10px;
}

.shrinkly-qr-modal__imgWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  min-height: 220px;
}

.shrinkly-qr-modal__img {
  max-width: 100%;
  height: auto;
}

.shrinkly-qr-modal__controls {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  flex-wrap: wrap;
}

.shrinkly-qr-modal__label {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 700;
}

.shrinkly-qr-modal__size {
  padding: 8px 10px;
  border-radius: 10px;
}

.shrinkly-qr-modal__controls .shrinkly-qr-modal__download {
  border: 0;
  background: #2f3437;
  color: #fff;
  padding: 10px 14px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  text-transform: capitalize;
}
    
.shrinkly-qr-modal__controls .shrinkly-qr-modal__download:hover {
    background: #2f3437;
    color: #fff;
}

.shrinkly-shortener__cardRight .shrinkly-action--icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    line-height: 1;
    min-width: 44px;
    color: #000;
    min-height: 44px;
    border-radius: 6px;
    background-color: #e5eeff;
}

.shrinkly-icon{ display:block; }

.shrinkly-action.is-copied{
  outline: 2px solid rgba(0,0,0,.15);
}

.shrinkly-locked-modal{
  position: fixed;
  inset: 0;
  z-index: 999998;
}

.shrinkly-locked-modal__overlay{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.55);
}

.shrinkly-locked-modal__dialog{
  position: relative;
  width: min(550px, calc(100% - 30px));
  margin: 10vh auto 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 22px 22px 26px;
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
  text-align: center;
}

.shrinkly-locked-modal__dialog .shrinkly-locked-modal__close{
  position:absolute;
  top: 10px;
  right: 12px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  font-size: 26px;
  cursor: pointer;
  line-height: 1;
}

.shrinkly-locked-modal__top{
  display:flex;
  justify-content:center;
  margin-top: 8px;
}

.shrinkly-locked-modal__dialog .shrinkly-locked-modal__pill{
  border: 0;
  background: #dbe8ff;
  color: #0b1a33;
  padding: 10px 18px;
  border-radius: 14px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight: 800;
}

.shrinkly-locked-modal__title{
  margin-top: 26px;
  font-size: 28px;
  font-weight: 900;
  color: #000;
}

.shrinkly-locked-modal__desc{
  margin: 12px auto 0;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.5;
  opacity: .85;
}

.shrinkly-locked-modal__dialog .shrinkly-locked-modal__cta {
    display: inline-block;
    margin-top: 28px;
    background: linear-gradient(135deg, #0085ff, #00a9f3);
    color: #fff;
    font-weight: 900;
    padding: 14px 26px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 18px;
}

.shrinkly-locked-modal__dialog .shrinkly-locked-modal__cta:hover {
    background: linear-gradient(135deg, #0067d7, #0085ff);
    color: #fff;
}

.shrinkly-shortener__bar .shrinkly-shortener__btn {
    border: 0;
    border-radius: 999px;
    padding: 14px 26px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    background: linear-gradient(135deg, #0085ff, #00a9f3);
    color: #fff;
    white-space: nowrap;
    text-transform: capitalize;
}
    
.shrinkly-shortener__bar .shrinkly-shortener__btn:hover {
    background: linear-gradient(135deg, #0067d7, #0085ff);
    color: #fff;
}

@media (min-width: 769px) {
    
    .shrinkly-shortener__bar {
      display: flex;
      border-radius: 999px;
      padding: 10px;
      background: #fff;
      align-items: center;
      gap: 10px;
    }
    
    .shrinkly-shortener__bar .shrinkly-shortener__input {
      border: 0;
      outline: none;
      width: 100%;
      padding: 14px 18px;
      font-size: 18px;
      border-radius: 999px;
    }
    
    .shrinkly-shortener__btnArrow{
      width: 22px;
      height: 22px;
      stroke-width: 2.5;
    }
}
@media (max-width: 768px) {

  .shrinkly-shortener__bar{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    border-radius: 16px;
    padding: 12px;
  }

  .shrinkly-shortener__bar .shrinkly-shortener__input {
    width: 100%;
    padding: 14px 14px;
    font-size: 16px;
    border-radius: 999px;
    background: #fff;
  }

  .shrinkly-shortener__bar .shrinkly-shortener__btn{
    width: 100%;
    justify-content: center;
    padding: 14px 18px;
  }

  .shrinkly-shortener__btnArrow{
    width: 22px;
    height: 22px;
  }
  
    .shrinkly-shortener__card {
        flex-direction: column;
    }
}