
body.page-template-page_newsroom article {
    position: relative;
    display: grid;
    grid-auto-rows: min-content;
    background-color: transparent;
    border: 1px solid var(--black-panther);
    border-width: 0px;
    margin-bottom: 60px;
    transition: all .2s ease-in-out;
    column-gap: 7em;
    grid-template-columns: minmax(300px, 33%) 1fr;
    cursor: pointer;
    padding: 1em 2em;
}

body.page-template-page_newsroom article > *{
    position: relative;
    padding: .5em 0;
    padding-left: 5%;
    padding-right: 10%;
    word-wrap: break-word;
    word-break: break-word;
}

body.page-template-page_newsroom article figure.entry-thumb {
    position: relative;
    margin-top: 0;
    padding: 0;
    word-wrap: break-word;
    word-break: break-word;
}
body.page-template-page_newsroom article figure.entry-thumb img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 1px solid #333;
    border-radius: 20px;
    overflow: hidden;
}
body.page-template-page_newsroom article .entry-header {
    position: relative;
    grid-row: 1;
    grid-column: 2;
    word-wrap: break-word;
    word-break: break-word;
}
body.page-template-page_newsroom article .entry-header .entry-title,
body.page-template-page_newsroom article .entry-header .entry-title a {
    font-family: owners, sans-serif !important;
    font-weight: 500 !important;
    font-size: 24px;
    line-height: 120%;
    color: #545454 !important;
}
body.page-template-page_newsroom article .entry-header .entry-title {
    padding-bottom: 0;
}
body.page-template-page_newsroom article .entry-meta {
    line-height: 1em;
    grid-column: 2;
    font-size: 14px;
}

body.page-template-page_newsroom article .entry-meta span {
    font-family: code-saver, sans-serif !important;
    font-size: 14px !important;
    line-height: 115% !important;
    font-weight: 400;
}

body.page-template-page_newsroom article .entry-summary {
    font-family: owners-text, sans-serif !important;
    font-size: 18px !important;
    line-height: 120% !important;
    grid-row: 3;
    grid-column: 2;
}
body.page-template-page_newsroom article .ilm-button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 768px) {
    body.page-template-page_newsroom article figure.entry-thumb {
        grid-column: 1;
        grid-row: 1 / 6;
        -ms-grid-column: 1;
        -ms-grid-row-span: 6;
        margin: -1em 0 -1em -2em;
    }

    body.page-template-page_newsroom article .entry-meta {
        grid-row: 2;
        -ms-grid-row: 2;
    }
}

@media only screen and (max-width: 846px) {
    body.page-template-page_newsroom article {
        display: flex;
        flex-direction: column;
        grid-auto-rows: unset;
        grid-template-columns: unset;
        grid-column-gap: unset;
        padding-left: 0px;
        padding-right: 0px;
    }
    body.page-template-page_newsroom article > * {
        padding-left: 0;
        padding-right: 0;
    }
    body.page-template-page_newsroom article .entry-header {
        margin-top: 20px;
    }
    body.page-template-page_newsroom article figure.entry-thumb {
        margin: unset;
    }
}
