/* Home - Featured Images */
.post-list .thumb img {
    object-fit: contain !important;
    background: #071426;
}

/* Article Typography */
body.single-post .panel p,
body.single-post .panel li {
    font-size: 18px;
    line-height: 1.75;
}

@media (max-width: 1024px) {
    body.single-post .panel p,
    body.single-post .panel li {
        font-size: 17px;
        line-height: 1.70;
    }
}

@media (max-width: 768px) {
    body.single-post .panel p,
    body.single-post .panel li {
        font-size: 17px;
        line-height: 1.70;
    }
}

/* Callouts */
body.single-post .panel .im-callout {
    padding: 26px 28px;
    margin: 32px 0;
    border-radius: 8px;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.85;
}

body.single-post .panel .im-callout,
body.article-dark-mode.single-post .panel .im-callout,
body.single-post .panel .im-callout-title,
body.article-dark-mode.single-post .panel .im-callout-title,
body.single-post .panel .im-callout p,
body.article-dark-mode.single-post .panel .im-callout p,
body.single-post .panel .im-callout li,
body.article-dark-mode.single-post .panel .im-callout li,
body.single-post .panel .im-callout strong,
body.article-dark-mode.single-post .panel .im-callout strong {
    color: #1f2937 !important;
}

body.single-post .panel .im-callout-title {
    font-weight: 700;
    margin-bottom: 18px;
}

body.single-post .panel .im-callout p {
    margin: 0;
    line-height: 1.85;
}

body.single-post .panel .im-callout ul {
    margin: 0;
    padding-left: 24px;
}

body.single-post .panel .im-callout li {
    margin-bottom: 16px;
    line-height: 1.85;
}

body.single-post .panel .im-callout li:last-child,
body.single-post .panel .im-callout p:last-child {
    margin-bottom: 0;
}

body.single-post .panel .im-callout a,
body.article-dark-mode.single-post .panel .im-callout a {
    color: #005FB8 !important;
    text-decoration: underline;
}

/* Callout Colors */
body.single-post .panel .im-callout-note,
body.article-dark-mode.single-post .panel .im-callout-note {
    background: #E5F1FB !important;
    border-left: 5px solid #0078D4 !important;
}

body.single-post .panel .im-callout-important,
body.article-dark-mode.single-post .panel .im-callout-important {
    background: #FFF4CE !important;
    border-left: 5px solid #FFB900 !important;
}

body.single-post .panel .im-callout-tip,
body.article-dark-mode.single-post .panel .im-callout-tip {
    background: #DFF6DD !important;
    border-left: 5px solid #107C10 !important;
}

body.single-post .panel .im-callout-warning,
body.article-dark-mode.single-post .panel .im-callout-warning {
    background: #FDE7E9 !important;
    border-left: 5px solid #D83B01 !important;
}

@media (max-width: 768px) {
    body.single-post .panel .im-callout {
        padding: 22px;
        margin: 24px 0;
        font-size: 17px;
        line-height: 1.75;
    }
}

