.form-group {
    margin-top: 0.5rem;
}

.optional-span {
    color: var(--lt-txt-color);
}

/* image upload */
.post-image {
    position: relative;
}

.post-img {
    width: 100%;
    max-height: 512px;
    object-fit: cover;

    padding: 2rem 4rem;
}

.post-img-remove {
    position: absolute;
    overflow: clip;
    top: 1rem;
    right: 1rem;

    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 2;
    cursor: pointer;
    color: #8c2626;
}

.post-img-remove i {
    color: inherit;
    padding: 0;
    font-size: 3rem;
}

#post-images-alt-group {
    display: none;
}

/* post triggers */
#trigger-group {
    height: 2rem;
    margin: 0;
    padding: 0;
}

#trigger-group label {
    user-select: none;
    display: flex;
    height: 100%;

    padding-left: 0.5rem;
    align-items: center;
}

#trigger-description {
    display: none;
}

#trigger-description-check {
    width: 2rem;
    height: 100%;
    margin: 0;
}

/* Admin login */
.login-form-group {
    text-align: center;
}

.login-form-group input {
    margin: auto;
    width: 20rem;
}

.login-form-group .title {
    margin-top: 0.5rem;
}