/* PixoMaze SEO — Frontend Styles
   Scoped to .pmseo-* classes so no theme conflicts */

/* Quick reference table */
.pmseo-quick-ref {
    margin: 1.5em 0 2em;
}
.pmseo-ref-table {
    border-collapse: collapse;
    width: 100%;
    max-width: 600px;
}
.pmseo-ref-table th,
.pmseo-ref-table td {
    padding: 0.5em 1em;
    border: 1px solid #e5e7eb;
    text-align: left;
    vertical-align: top;
}
.pmseo-ref-table th {
    background: #f9fafb;
    font-weight: 600;
    width: 120px;
}

/* Opening summary */
.pmseo-summary {
    margin-bottom: 1.5em;
}
.pmseo-direct-answer {
    font-size: 1.05em;
    line-height: 1.7;
}

/* FAQ section — match section-to-section spacing */
.pmseo-faq {
    margin-top: 0.5em;
}
.pmseo-faq .pmseo-faq-item {
    margin-bottom: 2em;
}
.pmseo-faq .pmseo-faq-item h3 {
    margin-top: 0;
    margin-bottom: 0.35em;
    font-size: 1.05em;
}
.pmseo-faq .pmseo-faq-item p {
    margin-top: 0;
    margin-bottom: 0;
}
