/*
Theme Name: Sahulaten Home Boost
Theme URI: https://sahulaten.com
Author: Sahulaten
Author URI: https://sahulaten.com
Description: WordPress theme converted from the Sahulaten React (TanStack Start) site — trusted home & business services in Karachi.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sahulaten
*/

/* Main styles are enqueued from assets/css/main.css */

/* Terms & Conditions + shared prose content */
.prose-content h2 {
    color: var(--foreground);
}

.prose-content h3.terms-subheading {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--foreground);
}

.prose-content .terms-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.625rem;
}

.prose-content .terms-list > li {
    position: relative;
    padding-left: 1.25rem;
    color: var(--muted-foreground);
    line-height: 1.625;
}

.prose-content .terms-list > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 9999px;
    background-color: var(--brand);
}

.prose-content .terms-list > li strong {
    color: var(--foreground);
    font-weight: 600;
}

.prose-content .terms-list--nested {
    margin-top: 0.5rem;
    padding-left: 0.25rem;
}

.prose-content .terms-divider {
    margin: 2rem 0;
    border: 0;
    border-top: 1px solid var(--border);
}

.prose-content a {
    font-weight: 500;
}

.prose-content .terms-contact-card {
    margin-top: 0.5rem;
}

