/*
Theme Name: The Word Finder
Theme URI: https://thewordfinder.com/
Author: MPL Enterprises
Author URI: https://mplenterprises.com
Description: The Word Finder Blog 2025 Theme
Requires PHP: 7.2
Version: 1.1.2025
Text Domain: thewordfinder
*/

.badge-primary {
    background: #000;
    color: #fff;
}

iframe { max-width: 100% !important; }

iframe,
img {
    max-width: 100% !important;        
    }

.entry-content {

    h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
        color: var(--bs-heading-color);
    }

    h1, .h1 {
        font-size: calc(1.375rem + 1.5vw);
    }

    @media (min-width: 1200px) {
        h1, .h1 {
            font-size: 2.5rem;
        }
    }

    h2, .h2 {
        font-size: calc(1.325rem + 0.9vw);
    }

    @media (min-width: 1200px) {
        h2, .h2 {
            font-size: 2rem;
        }
    }

    h3, .h3 {
        font-size: calc(1.3rem + 0.6vw);
    }

    @media (min-width: 1200px) {
        h3, .h3 {
            font-size: 1.75rem;
        }
    }

    h4, .h4 {
        font-size: calc(1.275rem + 0.3vw);
    }

    @media (min-width: 1200px) {
        h4, .h4 {
            font-size: 1.5rem;
        }
    }

    h5, .h5 {
        font-size: 1.25rem;
    }

    h6, .h6 {
        font-size: 1rem;
    }
}

.entry-footer a,
.entry-content li a,
.entry-content p a {
    color: #004238;
    font-weight: 600;
}

#footer h6 {
    font-size: 1.5em;
    font-weight: Bold;
    color: #004238 !important;
}

#footer a {
    color: #212529 !important;
    font-size: 1.2em;
    display: block;
    height: 32px;
    line-height: 32px;
}

#footer ul {
    list-style: none !important;
}

#footer {
    position: relative;
    z-index: 50;
    padding: 20px 0;
    display: block;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.4);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Post Styles */
.post {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
}


.post:last-child {
    border-bottom: none;
}

.entry-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.entry-title a {
    text-decoration: none;
    color: inherit;
}

.entry-meta {
    color: #7f8c8d;
    margin-bottom: 1rem;
}

.entry-content {
    line-height: 1.8;
}

.more-link {
    color: #004238;
    text-decoration: none;
    font-weight: 500;
}

/* Comments */
.comments-area {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid #eee;
}

.comment-list {
    list-style: none;
}

.comment {
    margin-bottom: 2rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 4px;
}

/* Sidebar */
.widget-area {

}



.widget {
    margin-bottom: 2rem;
    text-align: left;
    font-size: 1em;
    max-width: 100%;

    h2, h3, h4 {
        text-align: left;
        margin-top: 0;
        font-size: inherit;
        border: 0;
    }

    h2, .h2 {
        font-size: 1.75rem
    }

    @media (min-width: 1200px) {
        h2, .h2 {
            font-size: 2rem
        }
    }

    /* Reset for Bootstrap lists */

    ul {
        list-style-type: disc !important; /* use disc bullets */
        list-style-position: outside !important; /* align bullets with text */
        padding-left: 1.5rem !important; /* reset Bootstrap's default padding */
        margin-left: 0 !important; /* reset Bootstrap's margin */
    }

    ul li {
        border-bottom: 1px solid #eee; /* optional: separator between items */
        margin-bottom: 0.25rem !important; /* optional: space between items */
    }

    ul li:last-child {
        margin-bottom: 0;
    }

    ul li a {
        text-decoration: none;
        text-transform: capitalize;
    }

    ul li a:hover {
        text-decoration: underline;
    }


}


* {
    box-sizing: border-box;
}

.widget-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #2c3e50;
    border-bottom: 2px solid #004238;
    padding-bottom: 0.5rem;
}

.widget ul {
    list-style: none;
}

.widget li {
    padding: 0.5rem 0;
}

.widget a {
    text-decoration: none;
    color: #004238;
}

/* Footer */
.site-footer {
    background: #004238;
    color: #ecf0f1;
    text-align: center;
    padding: 2rem 0;
    margin-top: 3rem;
}

/* Pagination */
.pagination {
    margin: 2rem 0;
    text-align: center;
}

.page-numbers {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem;
    background: #004238;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.page-numbers.current {
    background: #2c3e50;
}

/* Archive & Category Pages */
.page-header {
    margin-bottom: 0rem;
}

.page-title {
    text-transform: capitalize;
    font-size: 2.5rem;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    color: #2c3e50;
}

.page-title span {
    color: #004238;
}

.taxonomy-description {
    margin-top: 1rem;
    color: #7f8c8d;
}

/* Search Form */
.search-form {
    display: flex;
    margin-bottom: 2rem;
}

.search-field {
    flex: 1;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
}

.search-submit {
    padding: 0.5rem 1rem;
    background: #004238;
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

/* Author Bio */
.author-info {
    margin: 2rem 0;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    gap: 1rem;
}

.author-avatar {
    flex-shrink: 0;
}

.author-description h3 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

/* ===== BOOTSTRAP CARD STYLES ===== */


.entry-content {


}

.widget_search {
    border:1px solid #ccc !important;
    box-sizing: border-box;
    background: #fff;
    padding: 12px;
    max-width: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.175)  !important;
}

/* Post Cards */
.post-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e9ecef;
    box-sizing: border-box;
    border-radius: 8px;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    display:flex;
    flex-direction: column;
    flex:1 1 100%;
}

.post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card-img-container {
    position: relative;
    overflow: hidden;
}

img {
    max-width: 100%;
}

.card-img-top {
    height: 200px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.card-img-container:hover .card-img-top {
    transform: scale(1.05);
}

.post-meta-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
}

.card-img-placeholder {
    height: 200px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
}

.social-share dd a {
    transition: all 150ms ease-in-out;
    color: #6c757d;
    font-size: 24px;
}

.social-share dd a:hover {
    background: #666;
    color: #fff;

}

.post-categories .badge {
    font-size: 0.85rem;
    text-transform: uppercase;
    line-height: 1em;
    padding: 4px 8px;
}

.card-title a:hover {
    color: #004238 !important;
    text-decoration: none;
}

.page-header {
    margin-top: 0;
}

.page-header h1 {
    margin-top: 0;
    margin-bottom: 20px;
}

.entry-meta a {
    text-decoration: none;
}

.entry-meta a:hover {
    color: #004238 !important;
}

.btn-default.search-btn {
    border: 1px solid #004238;
    box-sizing: border-box;
    background: #004238;
    color: #fff;
}

.btn-default.search-btn:hover {
    background: #003228;
    color: #fff;
}

.card-footer {
    background: transparent !important;
    border-top: 1px solid #e9ecef;
    padding-top: 15px;
}

.btn-outline-primary {
    border-width: 1px;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px #00423833;
}

/* Posts Grid */
.posts-grid {
    margin-bottom: 2rem;
}

/* Pagination Styles */
.pagination {
    justify-content: center;
}

.page-numbers {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    background: #fff;
    border: 1px solid #dee2e6;
    color: #004238;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.post-card-single a {
    color: #004238;
}

.post-card-single a:hover {
    color: #004238;
    text-decoration: underline;
}

.page-numbers:hover {
    background: #004238;
    color: #fff;
    text-decoration: none;
}

.page-numbers.current {
    background: #004238;
    color: #fff;
    border-color: #004238;
}

.post-card-single h2 {
    margin-top: 0 !important;
}

.page-numbers.prev,
.page-numbers.next {
    font-weight: 600;
}

/* Alert Styles for No Posts */
.alert-info {
    border: 1px solid #b8daff;
    border-radius: 8px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .posts-grid .col-md-6 {
        margin-bottom: 1rem;
    }

    .card-img-top {
        height: 180px;
    }

    .post-meta-overlay {
        font-size: 0.7rem;
        padding: 3px 6px;
    }

    .card-title {
        font-size: 1.5rem;
    }

    .entry-meta {
        font-size: 0.8rem;
    }
}

.footer-ad-container,
.content-ad-container,
.sidebar-ad-container {
    margin: 1rem 0;
    text-align: center;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    padding: 1rem;
}

.footer-ad-container {
    margin: 2rem 0 1rem 0;
}

.content-ad-container {
    margin: 2rem auto;
    max-width: 100%;
}

.sidebar-ad-container {
    margin: 0;
}

.widget-ad {
    margin-bottom: 2rem;
}

/* Custom Shortcode Styles */
.stay-in-touch-box,
.cta-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    margin: 2rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.stay-in-touch-box h3,
.cta-box h3 {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.stay-in-touch-box p,
.cta-box p {
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.stay-in-touch-box form {
    display: flex;
    gap: 0.5rem;
    max-width: 400px;
    margin: 0 auto;
}

.stay-in-touch-box input[type="email"] {
    flex: 1;
    padding: 0.75rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
}

.stay-in-touch-box button,
.cta-button {
    background: #fff;
    color: #004238;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.stay-in-touch-box button:hover,
.cta-button:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}

/* Social Media Links */
.social-links {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.social-links h3 {
    color: #2c3e50;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.social-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.social-list li {
    padding: 0;
    border-bottom: none;
}

.social-list a {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #004238;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.social-list a:hover {
    background: #004238;
    transform: translateY(-2px);
}

.social-facebook a {
    background: #3b5998;
}

.social-facebook a:hover {
    background: #2d4373;
}

.social-twitter a {
    background: #1da1f2;
}

.social-twitter a:hover {
    background: #1991db;
}

.social-instagram a {
    background: #e4405f;
}

.social-instagram a:hover {
    background: #d62b4a;
}

.social-youtube a {
    background: #ff0000;
}

.social-youtube a:hover {
    background: #cc0000;
}

.social-linkedin a {
    background: #0077b5;
}

.social-linkedin a:hover {
    background: #005885;
}

.social-pinterest a {
    background: #bd081c;
}

.social-pinterest a:hover {
    background: #9a0615;
}

/* 404 Page */
.error-404 {
    text-align: center;
    padding: 4rem 0;
}

.error-404 h1 {
    font-size: 8rem;
    color: #004238;
    margin-bottom: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .site-main {
        grid-template-columns: 1fr;
    }

    .site-branding {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .main-navigation ul {
        flex-direction: column;
        gap: 1rem;
    }

    .container {
        padding: 0 10px;
    }

    .entry-title {
        font-size: 1.5rem;
    }

    .author-info {
        flex-direction: column;
        text-align: center;
    }

    .stay-in-touch-box form {
        flex-direction: column;
        gap: 0.75rem;
    }

    .social-list {
        justify-content: center;
    }

    .footer-ad-container,
    .content-ad-container {
        margin: 1rem 0;
        padding: 0.75rem;
    }
}

#content {
    padding: 10px;
}



@media (max-width: 768px) {
    .related-posts {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    

    #sidebar {
        padding: 0 !important;
    }
}

/*
Theme Name: Bootstrap + Tailwind Utilities
Description: Adds Tailwind-like utility classes to Bootstrap 4 theme.
Author: Your Name
Version: 1.0
*/

/* Typography */
.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

.text-muted {
    color: #6c757d !important;
}

.font-bold {
    font-weight: 700 !important;
}

.font-normal {
    font-weight: 400 !important;
}

.tracking-tight {
    letter-spacing: -0.015em;
}

/* Headings */
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
}

/* on medium+ screens */

/* Spacing */
.m-0 {
    margin: 0 !important;
}

.mt-4 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-8 {
    margin-top: 2rem !important;
}

.mt-16 {
    margin-top: 4rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-8 {
    margin-bottom: 2rem !important;
}

.mb-12 {
    margin-bottom: 3rem !important;
}

.mb-16 {
    margin-bottom: 4rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Padding */
.p-2 {
    padding: 0.5rem !important;
}

.p-4 {
    padding: 1rem !important;
}

.p-8 {
    padding: 2rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

/* Widths */
.w-full {
    width: 100% !important;
}

.max-w-2xl {
    max-width: 42rem !important;
}

.w-12 {
    width: 3rem !important;
}

.h-12 {
    height: 3rem !important;
}

/* Images & Media */
.rounded {
    border-radius: .25rem !important;
}

.rounded-lg {
    border-radius: 0.75rem !important;
    overflow: hidden !important;
}

.rounded-full {
    border-radius: 9999px !important;
}

.grayscale {
    filter: grayscale(100%);
}

.h-auto {
    height: auto !important;
}

.w-100 {
    width: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

/* Flexbox */
.flex {
    display: flex !important;
}

.flex-col {
    flex-direction: column !important;
}

.flex-row {
    flex-direction: row !important;
}

.items-center {
    align-items: center !important;
}

.items-start {
    align-items: flex-start !important;
}

.justify-center {
    justify-content: center !important;
}

.justify-between {
    justify-content: space-between !important;
}

.gap-2 > * + * {
    margin-left: 0.5rem;
}

.gap-3 > * + * {
    margin-left: 0.75rem;
}

.gap-4 > * + * {
    margin-left: 1rem;
}

/* Borders */
.border {
    border: 1px solid #e5e7eb !important;
}

.border-gray-200 {
    border-color: #e5e7eb !important;
}

.border-gray-800 {
    border-color: #1f2937 !important;
}


.post-card-single h1 {
    margin-top: 0;
}

.post-card-single h4 {
    font-size: 1.15em;
}

.post-card-single {
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0.75rem !important;
    background: #fff;
}

.main-title {
    margin: 0 0 30px;
}

.related-posts {
    padding: 40px 0;
    background: #f5f5f5;
}

@media (max-width: 768px) {
    .post-card-single {
        padding: 0 !important;
        box-shadow: none;
        border: none;
        background: inherit;
    }
}

img.alignleft {
    text-align: left !important;
    margin-right: 25px !important;
    margin-bottom: 10px !important;
    float: left !important;
}

.single-article {
    font-size: 16px !important;
    /*padding:30px;*/
    /*box-shadow: 0 8px 25px rgba(0,0,0,0.15);*/
    /*border-radius: 0.75rem !important;*/
    /*background: #fff;*/
}

.prose {
    font-size: 16px;
    line-height: 1.75em;
}

.entry-title {
    line-height: 1.25em;
    text-transform: capitalize;
}

.entry-content {
    .prose img {
        margin: 0;
        box-shadow: 1px 1px 5px 3px hsla(0, 0%, 39%, .2)
    }

    .prose > :first-child {
        margin-top: 1.25em !important;
        margin-bottom: 1.25em !important
    }

    .prose {
        --tw-prose-body: #374151;
        --tw-prose-headings: #111827;
        --tw-prose-lead: #4b5563;
        --tw-prose-links: #111827;
        --tw-prose-bold: #111827;
        --tw-prose-counters: #6b7280;
        --tw-prose-bullets: #d1d5db;
        --tw-prose-hr: #e5e7eb;
        --tw-prose-quotes: #111827;
        --tw-prose-quote-borders: #e5e7eb;
        --tw-prose-captions: #6b7280;
        --tw-prose-code: #111827;
        --tw-prose-pre-code: #e5e7eb;
        --tw-prose-pre-bg: #1f2937;
        --tw-prose-th-borders: #d1d5db;
        --tw-prose-td-borders: #e5e7eb;
        --tw-prose-invert-body: #d1d5db;
        --tw-prose-invert-headings: #fff;
        --tw-prose-invert-lead: #9ca3af;
        --tw-prose-invert-links: #fff;
        --tw-prose-invert-bold: #fff;
        --tw-prose-invert-counters: #9ca3af;
        --tw-prose-invert-bullets: #4b5563;
        --tw-prose-invert-hr: #374151;
        --tw-prose-invert-quotes: #f3f4f6;
        --tw-prose-invert-quote-borders: #374151;
        --tw-prose-invert-captions: #9ca3af;
        --tw-prose-invert-code: #fff;
        --tw-prose-invert-pre-code: #d1d5db;
        --tw-prose-invert-pre-bg: rgba(0, 0, 0, .5);
        --tw-prose-invert-th-borders: #4b5563;
        --tw-prose-invert-td-borders: #374151;
        font-size: 16px;
        line-height: 1.75
    }

    .prose :where([class~=lead]):not(:where([class~=not-prose] *)) {
        color: var(--tw-prose-lead);
        font-size: 1.25em;
        line-height: 1.6;
        margin-top: 1.2em;
        margin-bottom: 1.2em
    }

    .prose :where(a):not(:where([class~=not-prose] *)) {
        color: #668e88;
        text-decoration: underline;
        font-weight: 500
    }

    .prose :where(a):not(:where([class~=not-prose] *)):hover {
        color: #004238
    }

    .prose :where(a):not(:where([class~=not-prose] *)) code {
        color: #668e88
    }

    .prose :where(strong):not(:where([class~=not-prose] *)) {
        color: var(--tw-prose-bold);
        font-weight: 600
    }

    .prose :where(ol):not(:where([class~=not-prose] *)) {
        list-style-type: decimal;
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-left: 1.625em
    }

    .prose :where(ol[type=A]):not(:where([class~=not-prose] *)) {
        list-style-type: upper-alpha
    }

    .prose :where(ol[type=a]):not(:where([class~=not-prose] *)) {
        list-style-type: lower-alpha
    }

    .prose :where(ol[type=A s]):not(:where([class~=not-prose] *)) {
        list-style-type: upper-alpha
    }

    .prose :where(ol[type=a s]):not(:where([class~=not-prose] *)) {
        list-style-type: lower-alpha
    }

    .prose :where(ol[type=I]):not(:where([class~=not-prose] *)) {
        list-style-type: upper-roman
    }

    .prose :where(ol[type=i]):not(:where([class~=not-prose] *)) {
        list-style-type: lower-roman
    }

    .prose :where(ol[type=I s]):not(:where([class~=not-prose] *)) {
        list-style-type: upper-roman
    }

    .prose :where(ol[type=i s]):not(:where([class~=not-prose] *)) {
        list-style-type: lower-roman
    }

    .prose :where(ol[type="1"]):not(:where([class~=not-prose] *)) {
        list-style-type: decimal
    }

    .prose :where(ul):not(:where([class~=not-prose] *)) {
        list-style-type: disc;
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-left: 1.625em
    }

    .prose :where(ol>li):not(:where([class~=not-prose] *))::marker {
        font-weight: 400;
        color: var(--tw-prose-counters)
    }

    .prose :where(ul>li):not(:where([class~=not-prose] *))::marker {
        color: var(--tw-prose-bullets)
    }

    .prose :where(hr):not(:where([class~=not-prose] *)) {
        border-color: var(--tw-prose-hr);
        border-top-width: 1px;
        margin-top: 3em;
        margin-bottom: 3em
    }

    .prose :where(blockquote):not(:where([class~=not-prose] *)) {
        font-weight: 500;
        font-style: italic;
        color: var(--tw-prose-quotes);
        border-left-width: .25rem;
        border-left-color: var(--tw-prose-quote-borders);
        quotes: "\201C" "\201D" "\2018" "\2019";
        margin-top: 1.6em;
        margin-bottom: 1.6em;
        padding-left: 1em
    }

    .prose :where(h1):not(:where([class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        font-weight: 800;
        font-size: 2.25em !important;
        margin-top: 0 !important;
        margin-bottom: .8888889em !important;
        line-height: 1.1111111
    }

    .prose :where(h1 strong):not(:where([class~=not-prose] *)) {
        font-weight: 900
    }

    .prose :where(h2):not(:where([class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        font-weight: 700 !important;
        font-size: 1.5em !important;
        margin-top: 2em !important;
        margin-bottom: 1em !important;
        line-height: 1.3333333 !important
    }

    .prose :where(h2 strong):not(:where([class~=not-prose] *)) {
        font-weight: 800 !important
    }

    .prose :where(h3):not(:where([class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600 !important;
        font-size: 1.25em !important;
        margin-top: 1.6em !important;
        margin-bottom: .6em !important;
        line-height: 1.6 !important
    }

    .prose :where(h3 strong):not(:where([class~=not-prose] *)) {
        font-weight: 700 !important
    }

    .prose :where(h4):not(:where([class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600 !important;
        margin-top: 1.5em !important;
        margin-bottom: .5em !important;
        line-height: 1.5 !important
    }

    .prose :where(h4 strong):not(:where([class~=not-prose] *)) {
        font-weight: 700 !important
    }

    .prose :where(img):not(:where([class~=not-prose] *)) {
        margin-top: 2em !important;
        margin-bottom: 2em !important
    }

    .prose :where(figure>*):not(:where([class~=not-prose] *)) {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .prose :where(figcaption):not(:where([class~=not-prose] *)) {
        color: var(--tw-prose-captions);
        font-size: .875em !important;
        line-height: 1.4285714 !important;
        margin-top: .8571429em !important
    }

    .prose :where(code):not(:where([class~=not-prose] *)) {
        color: #ec4899 !important;
        font-weight: 600 !important;
        font-size: .875em !important;
    }

    .prose :where(code):not(:where([class~=not-prose] *)):before {
        content: "`"
    }

    .prose :where(code):not(:where([class~=not-prose] *)):after {
        content: "`"
    }

    .prose :where(a code):not(:where([class~=not-prose] *)) {
        color: var(--tw-prose-links)
    }

    .prose :where(pre code):not(:where([class~=not-prose] *)) {
        background-color: transparent;
        border-width: 0;
        border-radius: 0;
        padding: 0;
        font-weight: inherit;
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        line-height: inherit
    }

    .prose :where(pre code):not(:where([class~=not-prose] *)):before {
        content: none
    }

    .prose :where(pre code):not(:where([class~=not-prose] *)):after {
        content: none
    }

    .prose :where(table):not(:where([class~=not-prose] *)) {
        width: 100%;
        table-layout: auto;
        text-align: left;
        margin-top: 2em;
        margin-bottom: 2em;
        font-size: .875em;
        line-height: 1.7142857
    }

    .prose :where(thead):not(:where([class~=not-prose] *)) {
        border-bottom-width: 1px;
        border-bottom-color: #eaeaea
    }

    .prose :where(thead th):not(:where([class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600;
        vertical-align: bottom;
        padding-right: .5714286em;
        padding-bottom: .5714286em;
        padding-left: .5714286em
    }

    .prose :where(tbody tr):not(:where([class~=not-prose] *)) {
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-td-borders)
    }

    .prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)) {
        border-bottom-width: 0
    }

    .prose :where(tbody td):not(:where([class~=not-prose] *)) {
        vertical-align: baseline
    }

    .prose :where(tfoot):not(:where([class~=not-prose] *)) {
        border-top-width: 1px;
        border-top-color: var(--tw-prose-th-borders)
    }

    .prose :where(tfoot td):not(:where([class~=not-prose] *)) {
        vertical-align: top
    }


    .entry-content a {
        text-decoration: underline !important;;
    }

    .entry-content img {
        max-width: 100% !important;
        height: auto !important;
        border-radius: .25rem !important;
    }

}

.single-article .entry-footer .nav-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    column-gap: 3em;
}

.single-article .entry-footer .nav-links .nav-next,
.single-article .entry-footer .nav-links .nav-previous {
    max-width: 40%;
}

.single-article .entry-footer .nav-links .nav-next {
    text-align: right !important;
}


blockquote {
    background: #f5f5f5;
    padding: 1.75rem !important;
    font-size: 1.2rem;
    border-color: #999 !important;
    border-width: 4px !important;
    font-style: unset !important;
}


/*increasing sidebar */
/* increasing sidebar width & middle 9/2021*/
@media screen and (min-width: 1280px) {
    .container {
        width: 1280px !important;
    }

    #main {
        width: calc(100% - 450px)
    }

    #sidebar {
        min-width: 420px !important;
    }
}


/* This is for fixed header you can add this to meta if you want it global */
@media screen and (min-width: 992px) {

    #header {
        width: 100%;
        /*height: 18vh;*/
        position: sticky;
        top: 0;
        left: 0;
        z-index: 10000;
        background: #fff;
        border: 0.3px solid #e5e5e5;
        box-shadow: none !important;
        display: flex;
        align-items: center;
    }

    #header + #content {
        padding-top: 153px;
    }

    #header + * + #content {
        padding-top: 153px;
    }
}

/* General widget container */

.widget {
    margin-bottom: 1.5rem;
    background: #fff;
    /* border: 1px solid #dee2e6; */
    box-sizing: border-box;
    width: 100%;
    /* padding: 2.25rem; */
    overflow: hidden;
    outline: none;
    /* border-radius: 8px; */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); */
}

.widget form {
    margin: 0;
}

#content {
    overflow: unset !important;
}

#sidebar {
    overflow: unset !important;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px !important;
}


aside#secondary {
    position: sticky !important;
    top: 150px;
}

@media screen and (max-width: 992px) {
    #content {
        margin-bottom: 0 !important;
    }

    #sidebar {
        margin-top: 0 !important;
    }

    aside#secondary {
        position: sticky !important;
        top: 0;
    }
}


/* Form fields container */
.mc4wp-form-fields p {
    margin-bottom: 15px;
}

/* Labels */
.mc4wp-form-fields label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

/* Input fields */
.mc4wp-form-fields input[type="text"],
.mc4wp-form-fields input[type="email"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.mc4wp-form-fields input[type="text"]:focus,
.mc4wp-form-fields input[type="email"]:focus {
    border-color: #007BFF;
    box-shadow: 0 0 5px rgba(0,123,255,0.3);
    outline: none;
}

/* Submit button */
.mc4wp-form-fields input[type="submit"] {
    background-color: #004a59;
    color: #fff;
    border: none;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

.mc4wp-form-fields input[type="submit"]:hover {
    background-color: #004a59;
    transform: translateY(-1px);
}

/* Responsive tweaks */
@media (max-width: 480px) {
    #mc4wp-form-1 {
        padding: 20px;
    }

    .mc4wp-form-fields input[type="submit"] {
        width: 100%;
    }

}
@media (max-width: 768px) {
    small, .small { 
        font-size: 13px !important;
    }
}

/* Optional: response message styling */
.mc4wp-response {
    margin-top: 15px;
    font-size: 14px;
    color: #28a745; /* success green */
}

.widget {

    li a:hover {
        text-decoration: underline !important;
    }
}

.widget ul {
    margin-bottom: 0 !important;
}
.widget li:last-child {
    margin-bottom: 0 !important;
    border-bottom: none !important;
}


.widget iframe {
    height:auto !important;
    max-height:none;
}


body {
    font-size: 15px !important;
}

.widget .wp-block-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}


