/* Typography styling for blog content */
#article-body h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

#article-body h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

#article-body p {
    margin-bottom: 1.25rem;
    line-height: 1.8;
    color: #334155;
}

#article-body ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

#article-body li {
    margin-bottom: 0.5rem;
}

#article-body blockquote {
    border-left: 4px solid #4f46e5;
    background-color: #f8fafc;
    padding: 1rem;
    font-style: italic;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

/* Custom Google Translate styling clean overrides */
.goog-te-gadget-simple {
    background-color: #1e293b !important;
    border: 1px solid #334155 !important;
    padding: 3px 8px !important;
    border-radius: 6px !important;
    font-size: 11px !important;
    color: #cbd5e1 !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color: #f8fafc !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}
