.form-group {
    margin-bottom: 16px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 8px;
}

.field-error {
    color: #c0392b;
    font-size: 0.9em;
}

.help-text {
    display: block;
    font-size: 0.85em;
    color: #666;
}

.responsive-img {
    max-width: 100%;
    max-height: 70vh;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.my-link {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

.my-link:visited {
    color: inherit;
}

.my-link:hover {
    text-decoration: underline;
    opacity: 0.85;
}

.ck-powered-by {
    display: none !important;
}