/*
Theme Name: GI Clinic Theme
Theme URI: https://gi.space-works.net/
Description: GI Clinic WordPress Theme
Version: 1.0.0
Author: Antigravity
Author URI: https://space-works.net/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gi-clinic-theme
*/

/* VERIFICATION_RANDOM_KEY_9999 */

/* ==========================================================================
   Article Content Styling (Matching original production styles)
   ========================================================================== */
.entry-content {
    font-size: 1.125rem;
    line-height: 2;
    color: #333333;
}

/* Ensure all paragraphs inside content get the correct margin, size, and line height */
.entry-content p {
    font-size: 1.125rem;
    line-height: 2 !important;
    margin: 2.5rem 0 0 0;
}

.entry-content p:first-child {
    margin-top: 0;
}

@media (max-width: 1071px) {
    .entry-content p {
        font-size: 1.0625rem;
        margin-top: 1.5rem;
        letter-spacing: 0.04em;
    }
}

/* Ensure links inside body paragraphs style properly */
.entry-content p > a,
.entry-content a {
    font-weight: bold;
    color: #FC6202;
    text-decoration: underline;
}

.entry-content p > a:hover,
.entry-content a:hover {
    text-decoration: none;
}

/* Bold text inside content */
.entry-content strong {
    font-weight: bold;
}

.entry-content strong.orange {
    color: #FC6202;
}
