/*
 * IPC GLOBAL NEWS — ORIGINAL IPC CONTENT
 * Controls only:
 *   #ipc-featured-analysis
 *   #ipc-press
 *   #ipc-network
 *
 * Syndicated news remains controlled by newsroom.css.
 */

/* =========================================================
   SECTION WRAPPERS
   ========================================================= */

#ipc-featured-analysis,
#ipc-press,
#ipc-network {
    display: block;
    margin: 46px 0;
    padding: 0;
    border: 0;
    background: transparent;
}

#ipc-featured-analysis .ipc-editorial-section__header,
#ipc-press .ipc-editorial-section__header,
#ipc-network .ipc-editorial-section__header {
    display: block;
    margin: 0 0 18px;
    padding: 0 0 16px;
    border-bottom: 3px solid #102033;
}

#ipc-press .ipc-editorial-section__header {
    border-bottom-color: #8a6619;
}

#ipc-network .ipc-editorial-section__header {
    border-bottom-color: #17624f;
}

#ipc-featured-analysis .ipc-editorial-section__header > div,
#ipc-press .ipc-editorial-section__header > div,
#ipc-network .ipc-editorial-section__header > div {
    display: block;
    width: 100%;
}

#ipc-featured-analysis .section-kicker,
#ipc-press .section-kicker,
#ipc-network .section-kicker {
    display: block;
    margin: 0 0 6px;
    color: #8a6619;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .13em;
    text-transform: uppercase;
}

#ipc-featured-analysis .ipc-editorial-section__header h2,
#ipc-press .ipc-editorial-section__header h2,
#ipc-network .ipc-editorial-section__header h2 {
    margin: 0;
    color: #102033;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 3vw, 39px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.025em;
}

#ipc-featured-analysis .ipc-editorial-section__header p,
#ipc-press .ipc-editorial-section__header p,
#ipc-network .ipc-editorial-section__header p {
    max-width: 780px;
    margin: 8px 0 0;
    color: #5e6874;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   LIST LAYOUT
   ========================================================= */

#ipc-featured-analysis .ipc-editorial-grid,
#ipc-press .ipc-editorial-grid,
#ipc-network .ipc-editorial-grid {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}


/* =========================================================
   EDITORIAL CARDS
   Larger thumbnails so IPC reporting blends with other news
   ========================================================= */

#ipc-featured-analysis article.ipc-editorial-card,
#ipc-featured-analysis article.ipc-editorial-card--primary,
#ipc-network article.ipc-editorial-card {
    display: grid !important;
    grid-template-columns: 210px minmax(0, 1fr) !important;
    gap: 22px !important;
    align-items: start !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 22px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #d9dfe5 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

#ipc-press article.ipc-editorial-card {
    display: grid !important;
    grid-template-columns: 176px minmax(0, 1fr) !important;
    gap: 20px !important;
    align-items: start !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 20px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #d9dfe5 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

#ipc-featured-analysis article.ipc-editorial-card:first-child,
#ipc-press article.ipc-editorial-card:first-child,
#ipc-network article.ipc-editorial-card:first-child {
    padding-top: 4px !important;
}


/* =========================================================
   IMAGES
   ========================================================= */

#ipc-featured-analysis .ipc-editorial-card__image,
#ipc-featured-analysis .ipc-editorial-card--primary .ipc-editorial-card__image,
#ipc-network .ipc-editorial-card__image {
    display: block !important;
    position: relative !important;
    grid-column: 1 !important;
    width: 210px !important;
    max-width: 210px !important;
    height: 132px !important;
    min-height: 132px !important;
    max-height: 132px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #e9edf1 !important;
    overflow: hidden !important;
}

#ipc-featured-analysis .ipc-editorial-card__image img,
#ipc-featured-analysis .ipc-editorial-card--primary .ipc-editorial-card__image img,
#ipc-network .ipc-editorial-card__image img {
    display: block !important;
    width: 210px !important;
    max-width: 210px !important;
    height: 132px !important;
    min-height: 132px !important;
    max-height: 132px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    transform: none !important;
}

#ipc-press .ipc-editorial-card__image {
    display: block !important;
    position: relative !important;
    grid-column: 1 !important;
    width: 176px !important;
    max-width: 176px !important;
    height: 112px !important;
    min-height: 112px !important;
    max-height: 112px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #e9edf1 !important;
    overflow: hidden !important;
}

#ipc-press .ipc-editorial-card__image img {
    display: block !important;
    width: 176px !important;
    max-width: 176px !important;
    height: 112px !important;
    min-height: 112px !important;
    max-height: 112px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    transform: none !important;
}

#ipc-featured-analysis .ipc-editorial-card:hover .ipc-editorial-card__image img,
#ipc-press .ipc-editorial-card:hover .ipc-editorial-card__image img,
#ipc-network .ipc-editorial-card:hover .ipc-editorial-card__image img {
    transform: none !important;
}


/* =========================================================
   ARTICLE BODY
   ========================================================= */

#ipc-featured-analysis .ipc-editorial-card__body,
#ipc-featured-analysis .ipc-editorial-card--primary .ipc-editorial-card__body,
#ipc-press .ipc-editorial-card__body,
#ipc-network .ipc-editorial-card__body {
    display: block !important;
    grid-column: 2 !important;
    min-width: 0 !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

#ipc-featured-analysis .ipc-editorial-card__category,
#ipc-press .ipc-editorial-card__category,
#ipc-network .ipc-editorial-card__category {
    display: inline-block !important;
    margin: 0 0 7px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #8a6619 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
}

#ipc-network .ipc-editorial-card__category {
    color: #17624f !important;
}

#ipc-featured-analysis .ipc-editorial-card h3,
#ipc-featured-analysis .ipc-editorial-card--primary h3,
#ipc-press .ipc-editorial-card h3,
#ipc-network .ipc-editorial-card h3 {
    max-width: 900px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #102033 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(20px, 2vw, 25px) !important;
    font-weight: 700 !important;
    line-height: 1.22 !important;
    letter-spacing: -.015em !important;
}

#ipc-featured-analysis .ipc-editorial-card h3 a,
#ipc-press .ipc-editorial-card h3 a,
#ipc-network .ipc-editorial-card h3 a {
    color: inherit !important;
    text-decoration: none !important;
}

#ipc-featured-analysis .ipc-editorial-card h3 a:hover,
#ipc-press .ipc-editorial-card h3 a:hover,
#ipc-network .ipc-editorial-card h3 a:hover {
    color: #745613 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 4px !important;
}


/* =========================================================
   SUMMARY
   ========================================================= */

#ipc-featured-analysis .ipc-editorial-card__summary,
#ipc-press .ipc-editorial-card__summary,
#ipc-network .ipc-editorial-card__summary,
#ipc-network .ipc-editorial-card__body > p {
    display: -webkit-box !important;
    overflow: hidden !important;
    max-width: 900px !important;
    max-height: 3.1em !important;
    margin: 7px 0 0 !important;
    padding: 0 !important;
    color: #59636e !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}


/* =========================================================
   METADATA AND LINK
   ========================================================= */

#ipc-featured-analysis .ipc-editorial-card__meta,
#ipc-press .ipc-editorial-card__meta,
#ipc-network .ipc-editorial-card__meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px 13px !important;
    margin: 9px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: #77808a !important;
    font-size: 10px !important;
    line-height: 1.4 !important;
}

#ipc-featured-analysis .ipc-editorial-card__read-more,
#ipc-press .ipc-editorial-card__read-more,
#ipc-network .ipc-editorial-card__read-more {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 9px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #765714 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: .065em !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

#ipc-featured-analysis .ipc-editorial-card__read-more:hover,
#ipc-press .ipc-editorial-card__read-more:hover,
#ipc-network .ipc-editorial-card__read-more:hover {
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 760px) {
    #ipc-featured-analysis article.ipc-editorial-card,
    #ipc-featured-analysis article.ipc-editorial-card--primary,
    #ipc-press article.ipc-editorial-card,
    #ipc-network article.ipc-editorial-card {
        grid-template-columns: 150px minmax(0, 1fr) !important;
        gap: 17px !important;
    }

    #ipc-featured-analysis .ipc-editorial-card__image,
    #ipc-featured-analysis .ipc-editorial-card--primary .ipc-editorial-card__image,
    #ipc-featured-analysis .ipc-editorial-card__image img,
    #ipc-featured-analysis .ipc-editorial-card--primary .ipc-editorial-card__image img,
    #ipc-press .ipc-editorial-card__image,
    #ipc-press .ipc-editorial-card__image img,
    #ipc-network .ipc-editorial-card__image,
    #ipc-network .ipc-editorial-card__image img {
        width: 150px !important;
        max-width: 150px !important;
        height: 96px !important;
        min-height: 96px !important;
        max-height: 96px !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 540px) {
    #ipc-featured-analysis,
    #ipc-press,
    #ipc-network {
        margin: 34px 0;
    }

    #ipc-featured-analysis .ipc-editorial-section__header,
    #ipc-press .ipc-editorial-section__header,
    #ipc-network .ipc-editorial-section__header {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    #ipc-featured-analysis .ipc-editorial-section__header h2,
    #ipc-press .ipc-editorial-section__header h2,
    #ipc-network .ipc-editorial-section__header h2 {
        font-size: 27px;
    }

    #ipc-featured-analysis .ipc-editorial-section__header p,
    #ipc-press .ipc-editorial-section__header p,
    #ipc-network .ipc-editorial-section__header p {
        font-size: 13px;
    }

    #ipc-featured-analysis article.ipc-editorial-card,
    #ipc-featured-analysis article.ipc-editorial-card--primary,
    #ipc-press article.ipc-editorial-card,
    #ipc-network article.ipc-editorial-card {
        grid-template-columns: 112px minmax(0, 1fr) !important;
        gap: 13px !important;
        padding: 16px 0 !important;
    }

    #ipc-featured-analysis .ipc-editorial-card__image,
    #ipc-featured-analysis .ipc-editorial-card--primary .ipc-editorial-card__image,
    #ipc-featured-analysis .ipc-editorial-card__image img,
    #ipc-featured-analysis .ipc-editorial-card--primary .ipc-editorial-card__image img,
    #ipc-press .ipc-editorial-card__image,
    #ipc-press .ipc-editorial-card__image img,
    #ipc-network .ipc-editorial-card__image,
    #ipc-network .ipc-editorial-card__image img {
        width: 112px !important;
        max-width: 112px !important;
        height: 74px !important;
        min-height: 74px !important;
        max-height: 74px !important;
    }

    #ipc-featured-analysis .ipc-editorial-card h3,
    #ipc-featured-analysis .ipc-editorial-card--primary h3,
    #ipc-press .ipc-editorial-card h3,
    #ipc-network .ipc-editorial-card h3 {
        font-size: 16px !important;
        line-height: 1.23 !important;
    }

    #ipc-featured-analysis .ipc-editorial-card__summary,
    #ipc-press .ipc-editorial-card__summary,
    #ipc-network .ipc-editorial-card__summary,
    #ipc-network .ipc-editorial-card__body > p {
        display: none !important;
    }

    #ipc-featured-analysis .ipc-editorial-card__category,
    #ipc-press .ipc-editorial-card__category,
    #ipc-network .ipc-editorial-card__category {
        margin-bottom: 5px !important;
        font-size: 8px !important;
    }

    #ipc-featured-analysis .ipc-editorial-card__meta,
    #ipc-press .ipc-editorial-card__meta,
    #ipc-network .ipc-editorial-card__meta {
        gap: 3px 8px !important;
        margin-top: 6px !important;
        font-size: 8px !important;
    }

    #ipc-featured-analysis .ipc-editorial-card__read-more,
    #ipc-press .ipc-editorial-card__read-more,
    #ipc-network .ipc-editorial-card__read-more {
        margin-top: 6px !important;
        font-size: 8px !important;
    }
}


/* =========================================================
   LEAD STORY LINK
   ========================================================= */

.lead-story__footer {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #e5eaf0;
}

.lead-story__read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #8a6619;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.lead-story__read-more:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* =========================================================
   IPC LARGE ARTICLE THUMBNAILS — FINAL OVERRIDE
   Editorials, press releases and network stories
   ========================================================= */

/* Desktop */
#ipc-featured-analysis article.ipc-editorial-card,
#ipc-featured-analysis article.ipc-editorial-card--primary,
#ipc-press article.ipc-editorial-card,
#ipc-network article.ipc-editorial-card {
    display: grid !important;
    grid-template-columns: 240px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 24px !important;
}

#ipc-featured-analysis .ipc-editorial-card__image,
#ipc-featured-analysis .ipc-editorial-card--primary .ipc-editorial-card__image,
#ipc-press .ipc-editorial-card__image,
#ipc-network .ipc-editorial-card__image {
    display: block !important;
    width: 240px !important;
    max-width: 240px !important;
    height: 150px !important;
    min-height: 150px !important;
    max-height: 150px !important;
    overflow: hidden !important;
    border-radius: 6px !important;
    background: #e9edf1 !important;
}

#ipc-featured-analysis .ipc-editorial-card__image img,
#ipc-featured-analysis .ipc-editorial-card--primary .ipc-editorial-card__image img,
#ipc-press .ipc-editorial-card__image img,
#ipc-network .ipc-editorial-card__image img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Tablet */
@media (max-width: 760px) and (min-width: 541px) {
    #ipc-featured-analysis article.ipc-editorial-card,
    #ipc-featured-analysis article.ipc-editorial-card--primary,
    #ipc-press article.ipc-editorial-card,
    #ipc-network article.ipc-editorial-card {
        grid-template-columns: 190px minmax(0, 1fr) !important;
        gap: 20px !important;
    }

    #ipc-featured-analysis .ipc-editorial-card__image,
    #ipc-featured-analysis .ipc-editorial-card--primary .ipc-editorial-card__image,
    #ipc-press .ipc-editorial-card__image,
    #ipc-network .ipc-editorial-card__image {
        width: 190px !important;
        max-width: 190px !important;
        height: 120px !important;
        min-height: 120px !important;
        max-height: 120px !important;
    }
}

/* Mobile: large image above the article information */
@media (max-width: 540px) {
    #ipc-featured-analysis article.ipc-editorial-card,
    #ipc-featured-analysis article.ipc-editorial-card--primary,
    #ipc-press article.ipc-editorial-card,
    #ipc-network article.ipc-editorial-card {
        display: block !important;
        width: 100% !important;
        padding: 18px 0 22px !important;
    }

    #ipc-featured-analysis .ipc-editorial-card__image,
    #ipc-featured-analysis .ipc-editorial-card--primary .ipc-editorial-card__image,
    #ipc-press .ipc-editorial-card__image,
    #ipc-network .ipc-editorial-card__image {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: 16 / 9 !important;
        margin: 0 0 16px !important;
        border-radius: 7px !important;
    }

    #ipc-featured-analysis .ipc-editorial-card__image img,
    #ipc-featured-analysis .ipc-editorial-card--primary .ipc-editorial-card__image img,
    #ipc-press .ipc-editorial-card__image img,
    #ipc-network .ipc-editorial-card__image img {
        width: 100% !important;
        max-width: none !important;
        height: 100% !important;
        min-height: 0 !important;
        max-height: none !important;
        object-fit: cover !important;
    }

    #ipc-featured-analysis .ipc-editorial-card__body,
    #ipc-featured-analysis .ipc-editorial-card--primary .ipc-editorial-card__body,
    #ipc-press .ipc-editorial-card__body,
    #ipc-network .ipc-editorial-card__body {
        width: 100% !important;
    }
}



/* IPC EDITORIAL THUMBNAIL POSITION — FINAL */
#ipc-featured-analysis .ipc-editorial-card__image img,
#ipc-featured-analysis .ipc-editorial-card--primary .ipc-editorial-card__image img,
#ipc-press .ipc-editorial-card__image img,
#ipc-network .ipc-editorial-card__image img,
#ipc-featured-analysis .ipc-editorial-card:hover .ipc-editorial-card__image img,
#ipc-press .ipc-editorial-card:hover .ipc-editorial-card__image img,
#ipc-network .ipc-editorial-card:hover .ipc-editorial-card__image img {
    object-fit: cover !important;
    object-position: 30% center !important;
    transform: none !important;
}
