/* Eigenes Kommentarfeld – bewusst themefreundlich gehalten. */
#respond .ekf-comment-form {
    display: grid;
    gap: 1rem;
    max-width: 48rem;
}

#respond .ekf-comment-form > p {
    margin: 0;
}

#respond .ekf-comment-field label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

#respond .ekf-comment-field textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-height: 12rem;
    padding: 0.9rem 1rem;
    border: 1px solid currentColor;
    border-radius: 0.65rem;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: 1.55;
    resize: vertical;
    opacity: 0.9;
}

#respond .ekf-comment-field textarea:focus {
    outline: 3px solid currentColor;
    outline-offset: 3px;
    opacity: 1;
}

#respond .ekf-field-help,
#respond .ekf-comment-notes {
    display: block;
    margin-top: 0.45rem;
    font-size: 0.9em;
    opacity: 0.72;
}

#respond .ekf-submit {
    width: fit-content;
    min-height: 2.75rem;
    padding: 0.7rem 1.1rem;
    border-radius: 0.55rem;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}

#respond .required {
    text-decoration: none;
}
