html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.footer {
    margin-top: auto;
}

.footer a {
    text-decoration: none;
    font-size: 1.2rem;
}

p {
    margin-bottom: 0.5rem;
}

.modal-body > *:last-child {
    margin-bottom: 0;
}

.secret-link-field {
    position: relative;
    display: flex;
    align-items: center;
}

.secret-link-value {
    white-space: nowrap;
    overflow-x: auto;
}

.copy-button {
    margin-left: auto;
    background: none;
    border: none;
    cursor: pointer;
}

.mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.is-hidden {
    display: none !important;
}
