/* SEO/GEO Footer Styling 
    File: pw-category-summary.css
*/

.pw-cat-summery-container {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
    clear: both;
    width: 100%;           
    display: block; 
    
    /* "Fine Print" style */
    font-size: 13px;       
    line-height: 1.6;      
    color: #666;           
}

/* Smaller Headings (Applied to H1 and H3) */
.pw-cat-summery-container h1,
.pw-cat-summery-container h3 {
    font-size: 16px;
    color: #444;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

/* --- STRICT LIST STYLING --- */

/* Reset UL/OL margins */
.pw-cat-summery-container ul,
.pw-cat-summery-container ol {
    margin: 0 0 15px 20px !important; 
    padding: 0 !important;
}

/* Force Bullets on UL Items */
.pw-cat-summery-container ul li {
    list-style: disc !important;
    list-style-type: disc !important; 
}

/* Force Numbers on OL Items */
.pw-cat-summery-container ol li {
    list-style: decimal !important;
    list-style-type: decimal !important;
}

/* General List Item spacing */
.pw-cat-summery-container li {
    margin-bottom: 5px !important;
    padding-left: 5px !important;
    list-style-position: outside !important; 
    color: #666; 
}