@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@font-face {
  font-family: 'Magneto';
  src: url('https://db.onlinewebfonts.com/t/0801c08e5412f54e4b4e9ad146d83a12.woff2') format('woff2'),
       url('https://db.onlinewebfonts.com/t/0801c08e5412f54e4b4e9ad146d83a12.woff') format('woff');
}

body { margin: 0; font-family: 'Open Sans', sans-serif; color: #333; background-color: #f8f9fa; }
h1, h2, h3, h4, h5, h6, .logo, .featured-title, .news-content .title {
  font-family: 'Magneto', serif; 
  font-weight: normal; 
  color: #198754; /
}
h1 { font-size: 2.5rem; }
h2 { font-size: 1.5rem; margin-bottom: 1rem; }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.1rem; }


.top-header { padding: 10px 20px; border-bottom: 1px solid #dee2e6; background-color: #fff; }
.logo { font-size: 2.5rem; }
.logo .ein { font-size: 0.8rem; color: #6c757d; font-family: 'Open Sans', sans-serif; vertical-align: super; }
.top-right-container { display: flex; align-items: center; gap: 20px; }
.top-right { display: flex; align-items: center; gap: 15px; font-size: 0.9rem; }
.top-right a, .phone-link { color: #198754; text-decoration: none; }
.top-right a:hover, .phone-link:hover { text-decoration: underline; }
.submit-btn { background-color: #198754; color: white; border: none; padding: 0.5rem 1rem; cursor: pointer; font-size: 0.9rem; font-weight: 600; border-radius: 0.25rem; transition: background-color 0.2s ease-in-out; }
.submit-btn:hover { background-color: #157347; }


.nav-bar { background-color: #198754; padding: 0.5rem 1rem; }
.menu { list-style: none; display: flex; justify-content: center; gap: 2rem; margin: 0; padding: 0; }
.menu li a { color: white; text-decoration: none; font-weight: bold; font-size: 1rem; padding: 0.5rem 0; display: block; }
.menu li a:hover { color: #e9ecef; }

.sidebar-left-2, .sidebar-left-1 { background-color: #e9ecef; border-right: 1px solid #dee2e6; }
.sidebar-left-2 { border-right: 1px solid #ced4da; } 
.sidebar-left-2 h4, .sidebar-left-1 h4 { margin-bottom: 1rem; font-size: 1.1rem; }
.main-content-area { background-color: #fff; }
.main-content-area .article-container { max-width: 800px; margin: 0 auto; } 


.article-container { max-width: 800px; margin: 0 auto; }
.article-title { font-size: 2rem; margin-bottom: 1.5rem; text-align: left; }
.article-image { width: 100%; height: auto; max-height: 400px; object-fit: cover; border-radius: 0.25rem; margin-bottom: 1.5rem; }
.article-text { font-size: 1rem; line-height: 1.7; color: #343a40; text-align: left; margin-bottom: 1rem; }
.article-container section { margin-bottom: 2rem; }
.article-container section h2 { border-bottom: 1px solid #dee2e6; padding-bottom: 0.5rem; }


.newswire-container { padding: 2rem; }
.title-line { display: flex; align-items: baseline; gap: 10px; margin-bottom: 1rem; }
.subtitle { color: #198754; font-size: 1.2rem; font-family: 'Open Sans', sans-serif; }
.description { color: #6c757d; font-size: 1.1rem; margin: 1rem 0; font-weight: 300; }
.links-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: 0.9rem; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #dee2e6; }
.left-links a { text-decoration: none; color: #198754; margin: 0 0.25rem; }
.left-links a:hover { text-decoration: underline; }
.right-icons { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; color: #6c757d; }
.social-icons img { width: 24px; height: 24px; opacity: 0.7; transition: opacity 0.2s ease-in-out; }
.social-icons img:hover { opacity: 1; }
.layout-container { display: flex; gap: 2rem; }
.news-wrapper { flex: 3; }
.featured-releases { flex: 2; border-left: 1px solid #dee2e6; padding-left: 2rem; }
.news-list { display: flex; flex-direction: column; gap: 1.5rem; }
.news-card { border-bottom: 1px solid #dee2e6; padding-bottom: 1.5rem; }
.news-card:last-child { border-bottom: none; }
.time { color: #6c757d; font-size: 0.8rem; margin-bottom: 0.5rem; }
.news-content { display: flex; gap: 1rem; align-items: flex-start; }
.news-content img { width: 100px; height: 100px; object-fit: cover; border-radius: 0.25rem; }
.text { flex: 1; }
.news-content .title { font-size: 1.1rem; text-decoration: none; margin-bottom: 0.25rem; display: block; }
.news-content .title:hover { text-decoration: underline; }
.intro { font-size: 0.9rem; color: #343a40; margin-bottom: 0.5rem; line-height: 1.6; }
.source { font-size: 0.8rem; color: #6c757d; }
.source a { color: #198754; text-decoration: none; }
.source a:hover { text-decoration: underline; }
.featured-releases h2 { font-size: 1.5rem; }
.submit-links { font-size: 0.9rem; margin-bottom: 1.5rem; }
.submit-links a { color: #198754; text-decoration: none; }
.submit-links a:hover { text-decoration: underline; }
.featured-item { margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid #dee2e6; }
.featured-item:last-child { border-bottom: none; }
.pub-time { font-size: 0.8rem; color: #6c757d; margin-bottom: 0.5rem; }
.featured-body { display: flex; gap: 1rem; align-items: flex-start; }
.featured-logo { width: 80px; height: 80px; object-fit: contain; }
.featured-text { flex: 1; }
.featured-title { font-size: 1rem; text-decoration: none; margin-bottom: 0.25rem; display: block; }
.featured-title:hover { text-decoration: underline; }
.featured-intro { font-size: 0.9rem; color: #343a40; margin-bottom: 0.5rem; line-height: 1.6; }
.category { font-size: 0.8rem; color: #6c757d; font-style: italic; }


footer { background-color: #e9ecef; color: #343a40; padding: 2rem 0; font-size: 0.9rem; margin-top: auto; border-top: 1px solid #dee2e6; }
.footer-top { padding-bottom: 1rem; margin-bottom: 1rem; border-bottom: 1px solid #dee2e6; }
.footer-logos img, .footer-apps img { height: 40px; opacity: 0.8; }
.footer-links h4 { font-size: 1rem; font-weight: bold; color: #198754; margin-bottom: 0.75rem; font-family: 'Open Sans', sans-serif; }
.footer-links ul li a { color: #343a40; text-decoration: none; display: block; margin-bottom: 0.3rem; font-size: 0.9rem; }
.footer-links ul li a:hover { color: #198754; text-decoration: underline; }
.footer-bottom { padding-top: 1rem; margin-top: 1rem; border-top: 1px solid #dee2e6; font-size: 0.8rem; color: #6c757d; }
.footer-bottom ul li a { color: #6c757d; text-decoration: none; }
.footer-bottom ul li a:hover { color: #198754; text-decoration: underline; }


.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

