/** Dialog **/

.linksmith-dialog {
    max-width: 100%;
}

.linksmith-dialog fieldset {
    display: grid;
    border: 0;
    padding: 0;
    margin: 0;
}

.linksmith-dialog .linksmith-link-input {
    margin-bottom: 8px;
}

.linksmith-dialog .linksmith-link-clipboard-widget {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-bottom: 16px;
    margin-bottom: var(--global--spacing-unit);
}

.linksmith-dialog .linksmith-link-clipboard-widget small {
    display: flex;
    align-items: center;
}

.linksmith-dialog .linksmith-link-clipboard-widget .ui-button {
    margin-left: 8px;
    margin-left: var(--global--spacing-unit);
}

.linksmith-dialog .linksmith-expires-at-input {
    margin-bottom: 8px;
}

.linksmith-dialog .linksmith-expires-at-helper-text {
    display: block;
    margin-left: auto;
}

.linksmith-preview-dialog.linksmith-dialog .ui-dialog-content {
    padding: 0;
}
