* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: #f7ede2;
    color: #111111;
    font-family: Baskerville, Georgia, "Times New Roman", serif;
    line-height: 1.6;
}

img {
    display: block;
    max-width: 100%;
    border-radius: 0;
}

figure,
p,
h1,
h2,
h3,
h4 {
    margin-top: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

input,
select,
button,
textarea {
    font: inherit;
    border-radius: 0;
}

.main-spacing {
    padding-top: 1.2rem;
    padding-bottom: 1.5rem;
}

.article-tag {
    margin-bottom: 0.55rem;
    font-family: "Roboto Mono", "Courier New", monospace;
    font-size: 0.82rem;
    text-transform: uppercase;
    color: #c65f00;
    font-weight: 700;
}

/* HEADER + FOOTER SAME FAMILY */

.site-header,
.site-footer {
    background-color: #111723;
    color: #f2f2f2;
}

.top-strip {
    border-bottom: 1px solid #293142;
}

.top-strip-list {
    padding: 0.75rem 0;
    font-family: "Roboto Mono", "Courier New", monospace;
    font-size: 0.82rem;
    text-transform: uppercase;
    color: #d7d7d7;
}

.top-strip-list li {
    display: inline-block;
    margin-right: 1rem;
}

.brand-strip {
    border-bottom: 2px solid #f08a00;
}

.brand-wrap {
    position: relative;
    text-align: center;
    padding: 1.35rem 0;
}

.site-title {
    margin: 0;
    font-family: Roboto, Arial, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #f08a00;
    letter-spacing: 0.03em;
}

.brand-side-left,
.brand-side-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    font-family: "Roboto Mono", "Courier New", monospace;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #f2f2f2;
}

.brand-side-left {
    left: 0;
}

.brand-side-right {
    right: 0;
}

.site-nav {
    border-top: 1px solid #293142;
    border-bottom: 1px solid #293142;
}

.site-nav-list li {
    display: inline-block;
}

.site-nav-list a {
    display: inline-block;
    padding: 1rem 1.2rem;
    font-family: "Roboto Mono", "Courier New", monospace;
    font-size: 0.92rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #f2f2f2;
    border-bottom: 3px solid transparent;
}

.site-nav-list a.current,
.site-nav-list a:hover {
    color: #f08a00;
    border-bottom-color: #f08a00;
}

.headline-strip {
    background-color: #ffffff;
    color: #111111;
    border-top: 4px solid #f08a00;
    border-bottom: 1px solid #d7d7d7;
}

.headline-strip p,
.agenda-strip p {
    margin: 0;
    padding: 0.85rem 0;
    font-family: Roboto, Arial, sans-serif;
}

.headline-strip p {
    font-size: 1.2rem;
}

.agenda-strip {
    background-color: #ffffff;
    color: #111111;
    border-bottom: 1px solid #d7d7d7;
}

.agenda-strip p {
    font-size: 1.05rem;
}

/* INDEX */

.index-news-wrap {
    background-color: #fff1e0;
    border: 1px solid #d8d8d8;
    border-top: 5px solid #f08a00;
    box-shadow: 0 0 0 4px #ffd3a3 inset;
}

.index-news-header {
    padding: 1rem 1.2rem 0.7rem;
    border-bottom: 1px solid #ece3d6;
    background-color: #ffe2bf;
}

.index-news-header h2 {
    margin: 0;
    font-family: Roboto, Arial, sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    color: #c95f00;
}

.index-top {
    display: grid;
    grid-template-columns: 2.05fr 1fr;
    border-bottom: 1px solid #d8d8d8;
}

.main-story {
    border-right: 1px solid #d8d8d8;
    background-color: #fff4e8;
}

.main-story-image {
    margin: 0;
}

.main-story-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.main-story-text {
    padding: 1rem 1.2rem 1.15rem;
    border-top: 4px solid #f3a54a;
    background-color: #ffe7cc;
}

.main-story h3 {
    margin-bottom: 0.75rem;
    font-family: Roboto, Arial, sans-serif;
    font-size: 2.15rem;
    line-height: 1.08;
    color: #111111;
}

.article-summary-home {
    font-size: 1rem;
    margin-bottom: 0.7rem;
}

.article-meta-home,
.side-meta,
.bottom-meta,
.article-meta {
    font-family: "Roboto Mono", "Courier New", monospace;
    color: #666666;
}

.article-meta-home {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.right-stories {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    background-color: #fff0de;
}

.side-story {
    padding: 0.75rem;
    border-bottom: 1px solid #d8d8d8;
    border-left: 4px solid #f6b366;
    background-color: #ffe0bf;
}

.side-story:last-child {
    border-bottom: 0;
}

.side-story img {
    width: 100%;
    height: 88px;
    object-fit: cover;
    margin-bottom: 0.55rem;
}

.side-story h3 {
    margin-bottom: 0.35rem;
    font-family: Roboto, Arial, sans-serif;
    font-size: 0.98rem;
    line-height: 1.2;
    color: #111111;
}

.side-meta {
    font-size: 0.74rem;
    margin-bottom: 0;
}

.index-bottom {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background-color: #ffead1;
}

.bottom-story {
    padding: 0.85rem;
    border-right: 1px solid #d8d8d8;
    border-top: 4px solid #ffd29c;
    background-color: #ffdcb3;
}

.bottom-story:last-child {
    border-right: 0;
}

.bottom-story img {
    width: 100%;
    height: 86px;
    object-fit: cover;
    margin-bottom: 0.55rem;
}

.bottom-story h3 {
    margin-bottom: 0.35rem;
    font-family: Roboto, Arial, sans-serif;
    font-size: 0.92rem;
    line-height: 1.18;
    color: #111111;
}

.bottom-meta {
    font-size: 0.72rem;
    margin-bottom: 0;
}

/* ARTICLE */

.full-article {
    background-color: #fff4e8;
    padding: 2rem;
    border: 1px solid #d8d8d8;
    border-top: 5px solid #f08a00;
}

.full-article h2 {
    margin-bottom: 1rem;
    font-family: Roboto, Arial, sans-serif;
    font-size: 3rem;
    line-height: 1.05;
}

.article-summary {
    border-left: 4px solid #f08a00;
    padding-left: 1rem;
    font-size: 1.18rem;
    font-style: italic;
    margin-bottom: 1rem;
}

.article-meta {
    font-size: 0.88rem;
    margin-bottom: 1rem;
}

.article-figure {
    margin-bottom: 1.2rem;
}

.article-figure img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.article-body h3 {
    margin-top: 1.6rem;
    margin-bottom: 0.7rem;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.75rem;
}

.article-body p {
    font-size: 1.06rem;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.share-box,
.info-box {
    background-color: #fff0e0;
    padding: 1rem;
    border: 1px solid #d8d8d8;
    border-top: 5px solid #f08a00;
    margin-bottom: 1rem;
}

.share-box h3,
.info-box h3 {
    margin-bottom: 1rem;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.2rem;
}

.share-button,
.form-action-button {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #111111;
    background-color: #f08a00;
    color: #111111;
    font-family: "Roboto Mono", "Courier New", monospace;
    font-weight: 700;
}

.share-button {
    display: block;
    margin-bottom: 0.7rem;
}

.share-button:last-child {
    margin-bottom: 0;
}

/* CUSTOM */

.custom-page-form {
    width: 100%;
}

.custom-main-layout {
    width: 100%;
    background-color: #fff4e8;
    border: 1px solid #d8d8d8;
    font-size: 0;
    text-align: left;
}

.custom-left-menu,
.custom-right-zone {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.custom-left-menu {
    width: 21%;
    min-height: 620px;
    padding: 1rem;
    background-color: #b7e6b4;
}

.custom-right-zone {
    width: 79%;
}

.custom-top-menu {
    width: 100%;
    min-height: 120px;
    padding: 1rem;
    background-color: #eca2a2;
}

.custom-preview-zone {
    width: 100%;
    min-height: 500px;
    padding: 1rem;
    background-color: #ffd9b3;
}

.custom-left-menu h2,
.custom-top-menu h2,
.preview-article h2 {
    font-family: Roboto, Arial, sans-serif;
}

.custom-left-menu h2,
.custom-top-menu h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.widget-group,
.widget-inline {
    background-color: #fff1df;
    border: 1px solid #dcdcdc;
}

.widget-group {
    padding: 0.8rem;
    margin-bottom: 0.9rem;
}

.widget-inline {
    display: inline-block;
    vertical-align: top;
    width: 31.5%;
    margin-right: 1.5%;
    padding: 0.8rem;
}

.widget-inline:last-child {
    margin-right: 0;
}

.widget-group label,
.widget-inline label {
    display: block;
    margin-bottom: 0.35rem;
    font-family: "Roboto Mono", "Courier New", monospace;
    font-size: 0.8rem;
}

.widget-group input,
.widget-group select,
.widget-inline select {
    width: 100%;
}

.custom-preview-zone .preview-article {
    max-width: 760px;
    height: 440px;
    overflow-y: auto;
    margin: 0 auto;
    padding: 1.2rem;
    background-color: #fff3e3;
    border: 1px solid #d8d8d8;
    border-top: 5px solid #f08a00;
}

.preview-article h2 {
    font-size: 2rem;
    line-height: 1.15;
    text-align: center;
}

.preview-figure {
    margin-bottom: 1rem;
}

.preview-figure img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.preview-body h3 {
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.35rem;
}

.preview-body p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0.9rem;
}

/* FOOTER */

.site-footer {
    margin-top: 1.5rem;
}

.footer-top {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}

.footer-col h3 {
    color: #f08a00;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.2rem;
    margin-bottom: 0.9rem;
}

.footer-col ul li,
.social-list li {
    margin-bottom: 0.45rem;
}

.newsletter-form input {
    width: 100%;
    padding: 0.8rem;
    border: 0;
    background-color: #f4f4f4;
    color: #111111;
    margin-bottom: 0.7rem;
}

.newsletter-form button {
    width: 100%;
    padding: 0.8rem;
    border: 0;
    background-color: #f08a00;
    color: #111111;
    font-weight: 700;
}

.footer-bottom {
    border-top: 1px solid #293142;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1.4rem;
}

.footer-bottom p {
    margin-bottom: 0.7rem;
}

.footer-bottom-links li {
    display: inline-block;
    margin: 0 0.6rem;
    color: #cccccc;
}