body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

a {
    text-decoration: none;
}

.user {
    display: none;
    color: white;
}

.logo {
    display: none;
    height: 28px;
}

.mobile-header {
    display: none;
    background: #1a1a1a;
    color: white;
    position: sticky;
    height: 100vh;
    width: 100%;
    top: 60px;
    left: 0;
    z-index: 1000;
}

.mobile-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.mobile-logo {
    height: 40px;
}

.menu-toggle {
    background: none;
    border: none;
    font-size: 26px;
    color: white;
    cursor: pointer;
}

.mobile-sidebar {
    display: none;
    background: #1a1a1a;
    color: white;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 52px;
    left: 0;
    z-index: 1000;
}

.mobile-sidebar.active {
    display: block;
}

.region-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    margin-bottom: 15px;
}

.region-buttons button {
    padding: 8px;
    background: white;
    border: none;
    font-size: 13px;
    cursor: pointer;
}

.login-subscribe {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.login-btn {
    flex: 1;
    padding: 8px;
    background: #eee;
    border: none;
}

.subscribe-btn {
    flex: 1;
    padding: 8px;
    background: #f7c640;
    border: none;
    font-weight: bold;
}

.search-box input {
    width: 100%;
    margin: 0px;
    height: 23px;
    margin-bottom: 20px;
    border: none;
    border-radius: 2px;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu li {
    padding: 20px 10px;
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-menu a {
    text-decoration: none;
    color: white;
}

.dropdown-toggle {
    cursor: pointer;
}

/* Optional: Hide on desktop */
@media (min-width: 992px) {
.content-column {
    padding: 0 ;
}
.suggested-box {
    padding: 0 20px;
}
    .mobile-header,
    .mobile-sidebar {
        display: none !important;
    }
}

.header {
    background-color: #515151;
    color: white;
    font-weight: 500;
    padding: 0 15px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.menu-icon {
    font-size: 26px;
    cursor: pointer;
    font-weight: 700;
    margin-right: 16px;
}

.logo {
    height: 28px;
    margin-right: 20px;
}

.logo-and-nav {
    display: flex;
    align-items: center;
    flex: 1;
    flex-wrap: wrap;
    min-width: 0;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 12px;
    align-items: center;
}

.nav-links a {
    color: rgb(231, 231, 231);
    text-decoration: none;
    padding: 19px 10px;
}

.nav-links a:hover {
    background-color: #b8b8b8;
    color: rgb(46, 46, 46);
}

.nav-links .highlight {
    background-color: #ccc;
    color: #333;
}

.right-side {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 12px;
}

.weather {
    font-weight: bold;
}

.subscribe {
    background-color: #fdd253;
    color: #525252;
    padding: 19px 17px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
}

.login,
.e-edition,
.newsletters {
    text-decoration: none;
    color: white;
}

.subscribe-mobile,
.logo,
.profile-icon {
    display: none;
}

.main-section {
    display: flex;
    justify-content: space-between;
}

.main-logo img {
    width: 35%;
}

.main-logo {
    text-align: center;
}

.ad-section {
    text-align: center;
    align-items: center;
    padding: 6rem 0;
    background-color: #eaeaea;
    border: 1px solid #c4c1c1;
}

.container {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
    max-width: 1300px;
    margin: 40px auto;
    padding: 0 20px;
}

.news-item p a {
    font-family: math;
    font-size: 20px;
    letter-spacing: 0px;
    color: #444444;
}

.center-text p {
    line-height: 1.4rem;
}

.center-text a {
    color: #545454;
    font-family: math;
    font-size: 20px;
    font-weight: 600;
}

/* Left column */
.left-column .news-item {
    margin-bottom: 20px;
}

.left-column img {
    width: 100%;
    height: auto;
}

/* Center column */
.center-column h1 a {
    margin-bottom: 10px;
    font-size: 40px;
    font-family: math;
    letter-spacing: -1px;
    color: #444444;
    font-weight: 600;
}

.center-column img {
    width: 100%;
    margin: 20px 0;
}

.center-column ul {
    margin-top: 10px;
    padding-left: 20px;
}

.center-column li {
    margin-bottom: 10px;
}

/* Right column */
.right-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.signup-box {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 6px;
    text-align: center;
}

.signup-box img {
    height: 30px;
    margin-bottom: 10px;
}

.signup-box input {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.signup-box button {
    margin-top: 10px;
    width: 37%;
    height: 39px;
    background: #333;
    color: white;
    border: none;
    font-size: 9px;
    cursor: pointer;
}

.signup-box small {
    display: block;
    margin-top: 10px;
    font-size: 11px;
    color: #555;
}

.signup-box a {
    color: #555;
    text-decoration: underline;
}

.latest h3 {
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 20px;
    color: #444444;
    font-family: math;
}

.latest ul a {
    color: #535353;
    font-weight: 500;
    font-size: 14px;
}

.latest li {
    margin-bottom: 15px;
}

.latest span {
    font-size: 12px;
    color: #666;
}

.flex-section {
    display: flex;
    gap: 20px;
}

.flex-section1 {
    display: flex;
    gap: 20px;
}

.flex-section p {
    font-weight: 600;
    color: #6d6d6d;
    margin-top: 5px;
}

.center-column p,
li {
    color: #6d6d6d;
    font-size: 14px;
}

.line {
    border-bottom: 2px solid rgb(206, 206, 206);
    width: 5rem;
    margin-bottom: 1.5rem;
}

.dont-miss-section {
    padding: 0 20px;
}

ul {
    padding: 0 20px;
}

.section-title {
    font-size: 33px;
    font-weight: bolder;
    color: #4a4a4a;
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-family: math;
    text-transform: uppercase;
}

.section-flx {
    display: grid;
    grid-template-columns: repeat(4, 460px);
}

.ul-sec a {
    font-size: 15px;
    color: #444444;
    line-height: 1.7rem;
}

.ul-sec a:hover {
    text-decoration: underline;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.article-card {
    overflow: hidden;
}

.article-image {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    padding-bottom: 13px;
}

.article-category {
    font-size: 10px;
    color: #8f8f8f;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 8px;
    font-family: unset;
}

.article-title {
    font-size: 18px;
    font-weight: bold;
    color: #525252;
    line-height: 1.3;
    text-decoration: none;
    display: block;
    font-family: math;
    padding: 10px 0;
}

.special-reports {
    background-color: #444;
    color: #fff;
    padding: 20px;
}

.special-reports h3 {
    font-size: 33px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: bold;
    font-family: math;
    text-transform: uppercase;
    color: #fff;
}

.reports-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.reports-grid1 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

.report-card img {
    width: 100%;
    height: auto;
    display: block;
}

.report-card a {
    display: block;
    color: #d7d7d7;
    text-decoration: none;
    font-size: 1.5rem;
    margin-top: 10px;
    line-height: 1.1;
    font-family: math;
    font-weight: 600;
}

.report-card1 img {
    width: 100%;
    height: auto;
    display: block;
}

.report-card1 a {
    display: block;
    color: #d7d7d7;
    text-decoration: none;
    font-size: 1.2rem;
    margin-top: 10px;
    line-height: 1.1;
    font-family: math;
    font-weight: 600;
}

.most-popular {
    padding: 10px 20px;
    max-width: 1300px;
    margin: 0 auto;
}

.popular-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

/* Left column: list */
.popular-list {
    flex: 1 1 65%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 40px;
}

.popular-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    letter-spacing: 0.3px;
}

.popular-item .number {
    background-color: #0056a3;
    color: #fff;
    font-weight: bold;
    width: 23px;
    text-align: center;
    height: 23px;
    padding: 2px 5px;
    font-size: 13px;
}

.popular-item a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
}

.popular-ad {
    flex: 0 0 300px;
}

.popular-ad img {
    max-width: 100%;
    height: auto;
}

.main-layout {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.left-content {
    flex: 3;
}

.section-heading {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
}

.main-layout {
    padding: 20px;
}

.photo-grid-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
    margin-bottom: 20px;
}

.photo-grid-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 16px;
    margin-bottom: 30px;
}

.photo-box img {
    width: 100%;
    height: auto;
    margin-bottom: 6px;
    display: block;
}

.photo-box a {
    font-size: 22px;
    color: #3b3b3b;
    font-family: math;
    text-decoration: none;
    line-height: 1.4;
    display: block;
    font-weight: bold;
}

.obit-card {
    width: 125px;
}

.obituary-grid {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.obit-card img {
    width: 130px;
    height: auto;
    object-fit: cover;
    margin-bottom: 6px;
}

.obit-card a {
    font-size: 16px;
    text-align: center;
    color: #282828;
    padding: 0 6px;
    text-decoration: none;
    line-height: 1.2;
    display: block;
}

.right-sticky {
    flex: 1;
    position: sticky;
    top: 20px;
}

.right-sticky img {
    width: 100%;
    height: auto;
    display: block;
}

.site-footer {
    background: #fff;
    padding: 40px 20px 20px;
    font-size: 14px;
    color: #333;
    border-top: 1px solid #ccc;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.footer-col h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    font-family: math;
    color: #444444;
}

.footer-col svg {
    width: 20px;
}

.footer-col ul {
    list-style: none;
    padding-left: 0;
}

.footer-col ul li {
    margin-bottom: 6px;
}

.footer-col a {
    color: #333;
    font-family: sans-serif;
    font-size: 12px;
}

.footer-col a:hover {
    text-decoration: underline;
}

.footer-col p {
    margin-bottom: 12px;
    line-height: 1.4;
}

.bullet-list {
    list-style: disc;
    padding-left: 20px;
    margin-top: -8px;
}

.footer-bottom {
    font-size: 13px;
    color: #666;
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.footer-bottom a {
    color: #333;
    margin: 0 6px;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

/* Optional icon for home */
.home-icon {
    font-size: 16px;
}

.news-layout {
    display: grid;
    grid-template-columns: 2fr 325px;
    gap: 30px;
    padding: 20px;
}

.news-heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.news-article {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.news-text {
    flex: 1;
}

.news-title {
    font-size: 24px;
    font-family: math;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    line-height: 1.4;
}

.news-summary {
    margin: 8px 0;
    color: #333;
    font-size: 0.9rem;
    line-height: 1.4;
}

.news-author {
    font-size: 12px;
    color: #6e6e6e;
    font-weight: bold;
}

.news-time {
    font-size: 10px;
    font-weight: 700;
    color: #b1b1b1;
    margin-top: 2px;
}

.news-image {
    width: 300px;
}

.news-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* RIGHT COLUMN STYLES */
.news-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.newsletter-box img {
    width: 25px;
    height: 25px;
}

.newsletter-box {
    background: #f2f2f2;
    padding: 15px;
    font-size: 13px;
    border: 1px solid #ddd;
}

.newsletter-box p {
    color: #5e5e5e;
    margin: 0;
}

.newsletter-box input {
    padding: 8px 40px;
    margin: 10px 0;
    font-size: 11px;
}

.newsletter-box button {
    background: #5a5a5a;
    color: white;
    border: none;
    padding: 10px 11px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
}

.newsletter-box .disclaimer {
    font-size: 10px;
    color: #555;
    margin-top: 8px;
}

.sticky-box {
    position: sticky;
    top: 0;
    z-index: 10;
}

.ad-box img {
    width: 100%;
    height: auto;
    display: block;
}

.resources-box {
    border: 2px solid #ddd;
    background: white;
}

.resources-box h4 {
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd;
    padding: 0 12px 11px 12px;
}

.resources-box ul {
    list-style: none;
    padding: 0 30px;
    margin: 0;
}

.resources-box li {
    margin-bottom: 8px;
    list-style-type: square;
}

.resources-box a {
    font-size: 14px;
    color: #353535;
    text-decoration: none;
}

.resources-box a:hover {
    text-decoration: underline;
}

.article-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    padding: 20px;
}

.content-column {
    padding: 0 5rem;
}

.content-headline {
    font-size: 2.8rem;
    font-family: math;
    color: #373737;
    font-weight: bold;
    margin-bottom: 12px;
}

.content-meta {
    font-size: 14px;
    color: #444;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

.content-image-block img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.image-caption {
    font-size: 11px;
    color: #777;
    margin-bottom: 20px;
}

.social-icons-row {
    font-size: 18px;
    margin-bottom: 20px;
}

.social-icons-row a {
    margin-right: 12px;
    text-decoration: none;
    color: #222;
}

.article-body-text p {
    font-size: 22px;
    font-family: math;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #363636;
}

/* RIGHT COLUMN */
.sidebar-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-sticky-image {
    position: sticky;
    top: 20px;
    bottom: 30px;
}

.sidebar-sticky-image img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    display: block;
}

.content-headline,
.content-meta {
    padding: 20px;
}

.extra-content-wrapper {
display: flex
;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}

.extra-column {
    flex: 1 1 48%;
}
.underline{
    padding: 10 20px;
}
.extra-title {
    font-weight: bold;
    font-size: 14px;
    border-top: 2px solid black;
    padding: 12px 0;
    border-bottom: 2px solid grey;
    margin-bottom: 5px;
}

.extra-list {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.extra-list li {
    margin-bottom: 8px;
        color: #001d4e;
}

.extra-list a {
    text-decoration: none;
    font-size: 14px;
    font-family: math;
    color: #002c77;
}

.extra-list a:hover {
    text-decoration: underline;
}

.extra-source {
    color: #999;
    font-size: 13px;
    font-style: italic;
    margin-left: 4px;
}
.suggested-box {
  padding: 2rem 6rem;
}

.suggested-title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
   font-family: "Fira Sans Condensed", sans-serif;
}

.suggested-grid {
  display: grid;
  gap: 20px;
}

.suggested-grid:not(.suggested-row-two) {
  grid-template-columns: repeat(3, 1fr);
}

.suggested-row-two {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
}

.suggested-card {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.suggested-card img {
  width: 100%;
  height: auto;
  display: block;
}

.suggested-text {
  padding: 10px 0;
}

.suggested-link {
  font-size: 19px;
  font-weight: bold;
  color: #1f1f1f;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  line-height: 1.3;
}
.suggested-txt{
    color: #8f8f8f;
    font-size: 14px;
    padding-top: 7px;
}
.suggested-meta {
  font-size: 14px;
  color: #1f1f1f;
  line-height: 1.4;
      padding-top: 7px;
}

/* Responsive */
@media (max-width: 992px) {
  .suggested-grid:not(.suggested-row-two) {
    grid-template-columns: repeat(2, 1fr);
  }

  .suggested-row-two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .suggested-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Responsive */
@media (max-width: 768px) {
    .extra-column {
        flex: 1 1 100%;
        margin-bottom: 30px;
    }
}

/* Responsive */
@media (max-width: 992px) {
    .article-wrapper {
        grid-template-columns: 1fr;
    }

    .sidebar-column {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        margin-top: 30px;
    }

    .sidebar-sticky-image {
        position: static;
        width: 45%;
    }
}

/* Responsive layout */
@media (max-width: 992px) {
    .news-layout {
        grid-template-columns: 1fr;
    }

    .news-article {
        flex-direction: column;
    }

    .news-image {
        width: 100%;
        margin-top: 10px;
    }
}

/* Responsive */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ad-section {
        display: none;
    }

    .ad-section1 {
        display: none;
    }

    .section-flx {
        display: block;
    }

    .article-card .ad {
        display: none;
    }

}

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-col {
        margin-bottom: 25px;
    }

    .footer-bottom {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .subscribe {
        display: block;
    }

    .main-section {
        display: none;
    }

    .obit-card img {
        width: 100%;
        height: auto;
    }

    .obit-card {
        width: 100%;
    }

    .popular-container {
        flex-direction: column;
    }

    .popular-list {
        grid-template-columns: 1fr;
    }

    .popular-ad {
        margin-top: 20px;
    }

    .hide-section {
        display: none;
    }
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
    .reports-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .reports-grid1 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .reports-grid {
        grid-template-columns: 1fr;
    }

    .special-reports h3 {
        font-size: 20px;
    }

    .report-card a {
        font-size: 16px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .sticky-box {
        display: none;
    }

    .reports-grid1 {
        display: block;
    }

    .articles-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .article-card {
        display: flex;
        flex-direction: row;
        height: 120px;
    }

    .photo-grid-2col {
        display: block;
    }

    .photo-grid-3col {
        display: block;
    }

    .obituary-grid {
        display: block;
    }

    .right-sticky {
        display: none;
    }

    .article-image {
        width: 40%;
        height: 100%;
        flex-shrink: 0;
    }

    .hide-section {
        display: none;
    }

    .article-content {
        padding: 10px 15px;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .article-category {
        font-size: 10px;
        margin-bottom: 6px;
    }

    .article-title {
        font-size: 14px;
        line-height: 1.2;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .dont-miss-section {
        padding: 20px 15px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .sticky-box {
        display: none;
    }

    .user {
        display: block;
    }

    .container {
        grid-template-columns: 1fr;
    }

    .right-column {
        order: -1;
    }

    .signup-box,
    .latest {
        margin-top: 20px;
    }

    .center-column h1 {
        font-size: 22px;
    }
}

/* Responsive styles */
@media (max-width: 1024px) {

    .nav-links,
    .weather,
    .login,
    .e-edition,
    .newsletters {
        display: none;
    }

    .logo {
        display: inline-block;
        margin-left: 10px;
    }

    .subscribe-mobile,
    .profile-icon {
        display: inline-block;
        background-color: orange;
        color: white;
        padding: 6px 10px;
        border-radius: 3px;
        font-weight: bold;
        text-decoration: none;
    }

    .profile-icon {
        background: none;
        font-size: 20px;
        color: white;
    }
}