/**
 * Luwiza SEO Frontend Styles
 * Designed to be minimalist and blend with any theme.
 */

.luwiza-seo-content-block {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(0,0,0,0.05); /* Very subtle separator */
    clear: both;
}

/* Headings within SEO blocks */
.luwiza-seo-content-block h2 {
    margin-bottom: 20px;
    font-size: 1.8em;
}

.luwiza-seo-content-block h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 1.4em;
}

/* Paragraphs */
.luwiza-seo-content-block p {
    margin-bottom: 1.5em;
    line-height: 1.6;
}

/* Lists */
.luwiza-seo-content-block ul {
    margin-bottom: 1.5em;
    padding-left: 20px;
    list-style-type: disc;
}

/* FAQ Accordion Styling */
.luwiza-seo-faq details {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 10px;
}

.luwiza-seo-faq summary {
    cursor: pointer;
    font-weight: 600;
    list-style: none; /* Hide default triangle in some browsers */
    position: relative;
    padding-left: 20px;
}

.luwiza-seo-faq summary::-webkit-details-marker {
    display: none;
}

.luwiza-seo-faq summary::before {
    content: "+";
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #db2777; /* Accent color */
}

.luwiza-seo-faq details[open] summary::before {
    content: "-";
}

.luwiza-seo-faq p {
    margin-top: 10px;
    padding-left: 20px;
    color: #4b5563;
}

/* Homepage Specifics */
.luwiza-seo-homepage-content {
    border-top: none;
    padding-top: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
