/* CargoNews article refresh - draft only, 2026-09 */
article#single {
    box-sizing: border-box;
}

@media screen and (min-width: 1003px) {
    article#single {
        width: 750px;
    }

    article#single + aside.right-sidebar {
        width: 120px;
    }

    article#single + aside.right-sidebar #secondary,
    article#single + aside.right-sidebar .widget {
        max-width: 120px;
    }
}

article#single > header h1 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 38px;
    line-height: 1.14;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: none;
    margin: 0 0 14px;
    color: #171717;
}

article#single .post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 18px;
    height: auto;
    line-height: 1.4;
    margin: 0 0 22px;
    padding: 0 0 14px;
    border-bottom: 1px solid #e8e8e8;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    color: #777;
}

article#single .post-meta > *,
article#single .post-meta .date,
article#single .post-meta .author,
article#single .post-meta .views,
article#single .post-meta .comments,
article#single .post-meta .print {
    float: none;
    height: auto;
    line-height: inherit;
    margin: 0;
}

article#single > a {
    display: block;
    float: none;
    width: 100% !important;
    margin: 0 0 26px;
}

article#single .wp-post-image {
    display: block;
    float: none;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    margin: 0;
}

article#single > p,
article#single > ul,
article#single > ol,
article#single > blockquote,
article#single > table,
article#single > div:not(.post-meta):not(.clear):not(.social-ring):not(#comments) {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.68;
    color: #252525;
}

article#single p {
    margin: 0 0 18px;
}

article#single > p {
    text-align: left;
    -webkit-hyphens: auto;
    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
}

article#single > p:first-of-type {
    font-size: 18px;
    line-height: 1.62;
}

article#single h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: -0.012em;
    text-transform: none;
    margin: 42px 0 17px;
    color: #202020;
}

article#single h2 strong {
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
}

article#single h3 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: none;
    margin: 28px 0 12px;
    color: #202020;
}

article#single p a,
article#single li a {
    color: #c86108;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
    text-decoration: none;
    -webkit-hyphens: none;
    hyphens: none;
    word-break: normal;
}

article#single p a:hover,
article#single p a:focus,
article#single li a:hover,
article#single li a:focus {
    color: #9f4b00;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

article#single ul,
article#single ol {
    margin: 0 0 20px 24px;
}

article#single li {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.62;
    margin-bottom: 7px;
}

article#single blockquote {
    margin: 26px 0;
    padding: 2px 0 2px 18px;
    border-left: 3px solid #f38118;
    color: #555;
}

article#single img {
    max-width: 100%;
    height: auto;
}

article#single #comments {
    margin-top: 48px;
    padding-top: 26px;
    border-top: 1px solid #e8e8e8;
}

@media screen and (max-width: 1002px) {
    article#single {
        max-width: 760px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    article#single > a {
        width: 100% !important;
        float: none !important;
    }

    #content article#single .wp-post-image {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    article#single > header h1 {
        font-size: 30px;
        line-height: 1.16;
        letter-spacing: -0.015em;
    }

    article#single .post-meta {
        gap: 5px 12px;
        font-size: 12px;
        margin-bottom: 18px;
        padding-bottom: 12px;
    }

    article#single > p,
    article#single > ul,
    article#single > ol,
    article#single > blockquote,
    article#single > table,
    article#single > div:not(.post-meta):not(.clear):not(.social-ring):not(#comments),
    article#single li {
        font-size: 16px;
        line-height: 1.62;
    }

    article#single > p:first-of-type {
        font-size: 17px;
    }

    article#single h2 {
        font-size: 24px;
        line-height: 1.3;
        margin-top: 34px;
    }

    article#single h3 {
        font-size: 19px;
    }
}
