/* Dynamic SEO Content Styling for Location Category Pages - UPDATED 2025-12-16 */

/* Top and Bottom sections - removed padding as requested by user */
.location-seo-content {
    border-radius: 4px;
}

.location-seo-top {
    margin-bottom: 20px;
}

.location-seo-bottom {
    margin-top: 30px;
}

/* Main H1 Title */
.location-seo-content .seo-main-title {
    font-size: 2em;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 25px 0;
    line-height: 1.3;
}

/* H2 Section Titles (using seo-headline class for compatibility) */
.location-seo-content .seo-headline {
    font-size: 20px;
    font-weight: 600;
    color: #3a5996;
    margin: 30px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

.location-seo-content .seo-paragraph {
    margin-bottom: 20px;
}

.location-seo-content .seo-paragraph:last-child {
    margin-bottom: 0;
}

.location-seo-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 15px 0;
}

/* Service List Introduction */
.location-seo-content .seo-services-intro {
    margin-bottom: 15px;
}

.location-seo-content .seo-services-intro p {
    font-size: 16px;
    font-weight: 500;
    color: #555;
}

/* Service List Container */
.location-seo-content .seo-services-list {
    margin-top: 20px;
    margin-bottom: 30px;
}

/* Ordered list for services */
.location-seo-content .service-categories {
    list-style-type: decimal;
    padding-left: 25px;
    margin: 0;
}

/* Individual Service Item */
.location-seo-content .service-item {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 15px;
    color: #333;
}

.location-seo-content .service-item:last-child {
    margin-bottom: 0;
}

/* Service links in the list */
.location-seo-content .service-item a {
    color: #3a5996;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.location-seo-content .service-item a:hover {
    color: #2a4176;
    text-decoration: underline;
}

/* Access and Logistics sections */
.location-seo-content .seo-access,
.location-seo-content .seo-logistics {
    margin-bottom: 20px;
}

/* Responsive styling */
@media (max-width: 768px) {
    .location-seo-content {
        
    }
    
    .location-seo-top {
        margin-bottom: 15px;
    }
    
    .location-seo-bottom {
        margin-top: 25px;
    }
    
    .location-seo-content .seo-main-title {
        font-size: 24px;
        margin: 0 0 20px 0;
    }
    
    .location-seo-content .seo-headline {
        font-size: 22px;
        margin: 25px 0 15px 0;
    }
    
    .location-seo-content p {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .location-seo-content .service-item {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .location-seo-content .service-categories {
        padding-left: 20px;
    }
}

/* Print styling */
@media print {
    .location-seo-content {
        border: 1px solid #ccc;
        box-shadow: none;
    }
    
    .location-seo-content .seo-headline {
        color: #000;
        border-bottom-color: #999;
    }
    
    .location-seo-content .service-item a {
        color: #000;
        text-decoration: underline;
    }
}
