/* ===== overlay ===== */

#glz-shortlink-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .25);
    z-index: 9999;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    align-items: center;
    justify-content: center;
}

/* ===== modal box ===== */
.glz-modal-box {
  padding: 1.25rem;
  max-width: 350px;
  width: fit-content;
  border-radius: 1rem;
  text-align: center;
  background: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(25px);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

/* ===== title ===== */

.glz-modal-title {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.long-url {
    font-family: monospace;
    font-size: .75rem;
    line-height: .85rem;
    overflow-wrap: anywhere;
    word-break: normal;
    margin-bottom: .25rem;
    color: #555;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -.75rem;
}

.glz-modal-actions > button {
    padding: .5em 1rem;
    border-radius: 1rem;
    border: none;
    background: linear-gradient(360deg, #292929, #35353599);
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}

#glz-shortlink-modal > div > div.glz-modal-actions > button:nth-child(2) {
    background: linear-gradient(360deg, #25791d, #76c721);
}

/* ===== actions ===== */

.glz-modal-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
	margin-top: -.5rem;
}

/* ===== short link ===== */

.glz-short-result {
    display: none;
    margin-top: .5rem;
    cursor: pointer;
    font-family: monospace;
    font-size: 1.45rem;
    border: none;
    border-radius: 1rem;
    padding: .5em 1rem;
    background: linear-gradient(360deg, #25791d, #76c721);
    color: #fff;
}

/* ===== hint ===== */

.glz-copy-hint {
    display: none;
    margin-top: .35rem;
    font-size: .85rem;
    font-family: monospace;
    color: #555;
}
