/**
 * Produkt Fragen und Antworten — webpowers UG
 */
.wpqa-section {
    margin: 2.5rem 0;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}
.wpqa-heading {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.wpqa-list {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}
.wpqa-item {
    padding: 1rem 0;
    border-bottom: 1px solid #f0f0f0;
}
.wpqa-item:last-child { border-bottom: none; }
.wpqa-q {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}
.wpqa-q-text p { margin: 0 0 0.25rem; }
.wpqa-tag {
    flex-shrink: 0;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1;
}
.wpqa-tag-q { background: #1c69e3; color: #fff; }
.wpqa-tag-a { background: #96bf48; color: #fff; }
.wpqa-meta {
    color: #9ca3af;
    font-size: 0.8rem;
}
.wpqa-a {
    margin: 0.5rem 0 0 2.35rem;
}
.wpqa-a > summary {
    cursor: pointer;
    color: #1c69e3;
    font-weight: 500;
    font-size: 0.9rem;
}
.wpqa-a-body {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin-top: 0.5rem;
    padding: 0.75rem;
    background: #f7faf0;
    border-radius: 8px;
}
.wpqa-a-body p { margin: 0; }
.wpqa-empty {
    color: #9ca3af;
    padding: 1rem 0;
}
.wpqa-form {
    max-width: 560px;
    padding: 1.25rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}
.wpqa-form-title {
    margin: 0 0 1rem;
    font-size: 1.05rem;
}
.wpqa-field { margin-bottom: 0.9rem; }
.wpqa-field label {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0.3rem;
}
.wpqa-field input[type="text"],
.wpqa-field textarea {
    width: 100%;
    padding: 0.6rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font: inherit;
    box-sizing: border-box;
}
.wpqa-field input[type="text"]:focus,
.wpqa-field textarea:focus {
    border-color: #1c69e3;
    box-shadow: 0 0 0 3px rgba(28, 105, 227, 0.12);
    outline: none;
}
.wpqa-consent label {
    font-weight: 400;
    font-size: 0.85rem;
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
}
.wpqa-consent input { margin-top: 0.2rem; }
.wpqa-submit {
    background: #1c69e3;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.65rem 1.4rem;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}
.wpqa-submit:hover { background: #155bbf; }
.wpqa-submit[disabled] { opacity: 0.6; cursor: default; }
.wpqa-msg {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    min-height: 1.2em;
}
.wpqa-msg-ok { color: #5a7a20; }
.wpqa-msg-err { color: #dc2626; }
/* Honeypot: visuell und fuer Screenreader entfernt, im DOM vorhanden. */
.wpqa-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
