/*
Theme Name: TaxSure Consultancy
Author: Vijay Khemka
Description: A premium, custom-coded theme for TaxSure Consultancy.
Version: 1.0
Text Domain: taxsure
*/

/* ==========================================================================
   Base Styles
   ========================================================================== */
body {
    background-color: #F8F8F8;
    color: #1F2937;
}

/* ==========================================================================
   WordPress Blog Content Styles (.prose)
   This ensures the text you write in the WP Dashboard looks beautiful live.
   ========================================================================== */

.prose h1, 
.prose h2, 
.prose h3, 
.prose h4 {
    font-family: 'Poppins', sans-serif;
    color: #0E2A47;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.prose h2 { font-size: 1.75rem; }
.prose h3 { font-size: 1.25rem; }

.prose p {
    color: #4B5563;
    line-height: 1.8;
    margin-bottom: 1.25rem;
    font-family: 'Open Sans', sans-serif;
}

.prose ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-bottom: 1.25rem;
    color: #4B5563;
}

.prose ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
    margin-bottom: 1.25rem;
    color: #4B5563;
}

.prose li {
    margin-bottom: 0.5rem;
}

.prose a {
    color: #C8A96B;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.prose a:hover {
    color: #b5955a;
    text-decoration: underline;
}

/* Ensure WordPress block images resize properly */
.prose img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}