/* CSS Variables */
:root {
    --primary-color: #7132F5;
    --border-color: #cdcdcd;
    --text-color: #000;
    --background-color: #fff;
    --spacing-lg: 40px;
    --spacing-md: 20px;
    --spacing-sm: 10px;
    --font-size-lg: 36px;
    --font-size-md: 16px;
    --font-size-sm: 15px;
    --border-radius: 30px;
    
    /* Line Height Variables - Only for clear duplicates */
    --line-height-body: 22px;     /* Used in multiple places */
    --line-height-heading: 36px;  /* Used in multiple places */
    --line-height-loose: 1.5;     /* Used for excerpts, legal text, and other loose spacing */
}
  
body{
    font-family:'Kraken Sans', Helvetica Neue, Helvetica, Arial; 
    background: var(--background-color);
    overflow: auto;
}
  
p, pre{
    overflow-wrap: break-word;
}
  
#legalBanner {
    background-color: #CFCCFF;
    color: var(--text-color);
    text-align: center;
    padding: var(--spacing-sm) 26px;
   font-size: var(--font-size-sm);
    line-height: 18px;
    font-weight: 500;
    position: sticky;
    top: 0;
    z-index: 998; 
}
  
#legalBanner p{
    margin: 0px;
}
  
#legalBanner a{
    color: var(--primary-color);
    text-decoration: underline
}
  
  
h1, h2, h3, h4, h5, h6, #announcements-section .post-link{
        font-family:'Kraken Brand', Helvetica Neue, Helvetica, Arial;
    font-weight:400;
}
  
a, a:visited{
    color: var(--text-color);
    text-decoration: none;
}
  
.custom-excerpt em,
.custom-excerpt i {
  font-style: normal !important;
}
    

img.custom-logo {
    height: 32px;
    width: 106px !important;
}
  
div.content img {
    max-width: 100%;
}
  
a:hover{
    color: var(--primary-color);
}
  
a:visited.cta {
    color: white;
}
  
.header {
  padding: 0px 0;
    position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; 
    border-bottom: 1px solid #cdcdcd;

}
  
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%; 
  margin: 0 auto;
  padding: 0 40px; 
      background-color: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(10px);
  position: sticky;	
}
  
.logo {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
  
  
  
.logo-lockup {
    display: flex;
    display: flex;
    align-items: baseline;
    gap: 20px;
}
  
.logo-lockup h3{
    font-size: 16px; 
    font-weight: 400;
    
}
  
  
/* Generic Page CSS */
  
.page-layout {
  display: flex;
  justify-content: flex-start; 
}
  
.page-layout #main {
  max-width: 700px;
  width: 100%; 
  margin-right: auto; 
    padding: 40px; 
}
  
  
  
  
  
/* Navigation stuff */
.nav-container {
  display: flex;
  align-items: center;
}
  
.main-navigation #menu-primary {
  list-style: none;
  display: flex;
  gap: 20px;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
  
.main-navigation a {
  color: #000;
  text-decoration: none;
}
  
.main-navigation a:hover {
  color: #7132F5;
}
  
.cta {
  background-color: #7132F5;
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 30px;
  margin-left: 12px;
    font-size: 16px;
}
  
.cta-inverted {
  border: 1px solid #7132F5;
  color: #7132F5 !important;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 30px;
  margin-left: 20px;
    font-size: 16px;
}
  
.cta:hover, .older-entries a:hover {
  background-color: #7767E4;
  color: white;
}
  
/* End Navigation stuff */
  
  
/* Start image layout  */
  
.category-header, .parent-category-header {
    padding: 0 40px;
    font-size: 36px;
    border-bottom: 1px solid #cdcdcd;
}
  
.thumbnail a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: calc(700 / 1536 * 100%);
}
  
.thumbnail a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}
  
  
  
#feature-top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    align-items: stretch;
}
  
#newest-post {
    flex: 1;
    padding: 40px;
    flex-basis: 66.666%;
        box-sizing: border-box;
}
  
a.featured-categories {
    margin: 20px 0px;
    display: block;
    color: #551a8b;
}
  
#announcements-section {
    flex: 1;
    padding: 40px;
    flex-basis: 33.61%;
    box-sizing: border-box;
    border-left:1px solid #cdcdcd;
}
  
#newest-post img {
    width: 100%;
    height: auto;
}
  
#newest-post h2{
    font-size: 36px; 
    margin: 0px;
    text-wrap: balance;
}
  
  
  
#newest-post p{
    font-size: 16px;
    line-height: var(--line-height-body);
}
  
#announcements-section {
    flex: 1;
    padding: 40px;
    flex-basis: 33.61%;
    box-sizing: border-box;
    border-left:1px solid #cdcdcd;
     overflow-y: hidden;
}
  
    #announcements-section .post-title {
    font-size: 26px;
          padding-bottom: 40px; 
}
    
    
    #announcements-section .category-links {
    font-size: 16px; 
}
  
#announcements-section .category-links {
    padding-bottom: 8px;
}
  
#announcements-section .category-link, a.featured-categories  {
    color: #7132F5;
    text-decoration: none;
}
  
#announcements-section li{
    list-style:none;
}
  
#announcements-section .category-link:hover {
    color: black;
}
  
#announcements-section .post-link {
    color: black;
    text-decoration: none;
    font-weight: 400;
}
  
#announcements-section .post-link:hover {
    color: #7132F5;
}
  
#newest-post img {
    width: 100%;
    height: auto;
}
  
/* Pagination Styling */ 
  
#pagination {
  display: flex;
  justify-content: center;
  padding: var(--spacing-lg);
  border-bottom: 1px solid var(--border-color);
}
  
#pagination .older-entries,
#pagination .newer-entries {
  text-decoration: none;
}
  
#pagination .older-entries a,
#pagination .newer-entries a {
    color: #7132F5; 
  align-items: center;
  text-decoration: none;
}
  
#pagination .older-entries a:hover,
#pagination .newer-entries a:hover {
  text-decoration: underline;
    background: white; 
}
  
#pagination .older-entries i,
#pagination .newer-entries i {
  margin-right: 5px;
}
  
#pagination .newer-entries i {
  margin-right: 0;
  margin-left: 5px;
}
  
/* Latest Posts Top 6 layout */
  
#latest-posts, #category-section {
    width: 100%;
}
  
.latest {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
  
  
.latest article {
    box-sizing: border-box;
    padding: 40px;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    background-color: #fff;
    flex: 0 0 calc(33.3333% - 1px);
    transition: background-color 0.3s ease-in-out;
}
  
.latest article:hover {
    background-color: #F6F4FF;
}
  
.latest article:hover h2.title a {
  color: #7132F5;
}
  
.latest .category {
    margin-top:20px;
    font-size:16px;
}
  
.latest .category a {
    color: #7132F5;
    text-decoration: none;
}
  
.latest .category a:hover {
    color: #000;
}
  
.latest h2 {
    font-size: 28px;
    margin: 8px 0;
}
  
.latest .excerpt {
    line-height: var(--line-height-body);
    font-size: 16px; 
    margin-bottom: 20px;
}
  
.latest article img {
    max-width: 100%;
    height: auto;
}
  
.read-time, time{
    float: left;
    margin-right:15px; 
    color: #AFAFAF;
}
  
  
  
/* Section Header Styling */
  
.section-header, .parent-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cdcdcd;

}
  
.parent-category-header{
    flex-wrap: wrap; 
}
  
.category-header span {
    font-weight: 400;
}
  
.section-header{
      background: #FAF7F6;
}
  
.section-header h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
    padding: 20px 40px;
}
  
.section-header .see-all-posts-container {
  display: flex;
  align-items: center;
}
  
.see-all-posts-container {
    padding: 25px;
    border-bottom: 1px solid #cdcdcd;
 width: 100%;
    display: flex; 
     justify-content: flex-end;
}
  
.parent-category-header .see-all-posts a {
    font-size: 24px;
    color: #7132F5;
}
  
.parent-category-header .see-all-posts a:hover{
    color: black;
}
  
.parent-category-header h2{
    margin: 20px 0 10px 0; 
}
  
a.see-all-posts {
    color: #7132F5;
}
  
.section-header .see-all-posts:hover {
  text-decoration: underline;
}
  
.breadcrumb {
    font-size: 16px; 
    margin: 25px 0 0 0;
}
  
h2.subcat-header {
    margin: 0 0 25px 0;
}
  
  
/* End top section layout */
  
/* Start Single Blog Styling */
  
#single-post {
  max-width: 980px;
  margin: 0 auto;
}
  
.custom-excerpt {
    line-height: var(--line-height-loose);
    font-size: 20px;
}
  
#single-post .featured-image img {
  max-width: 980px;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}
  
#single-post header {
  max-width: 650px;
  margin: 0 auto;
  text-align: left;
  padding: 20px 0;
}
  
  
#single-post a{
    color: #7132F5;
}
  
#single-post ul li{
    margin-bottom:20px;
}
  
  
#single-post h1 {
  font-size: 48px;
    line-height: 56px;
  margin-bottom: 10px;
        font-weight: 400;
        text-wrap: balance;
}
  
div#single-post h3 {
    font-size: 24px;
    margin: 0 0 8px 0;
    line-height: 32px;
    font-weight: 400;
}
  
div#single-post strong, div#single-post b {
    font-weight: 500;
}/* Override for internal post HTML */
  
#single-post .meta {
  font-size: 16px;
  color: #777;
  margin-bottom: 20px;
}
  
#single-post .meta time {
  margin-right: 10px;
}
  
#single-post .featured-image {
  text-align: center;
  margin-bottom: 30px;
}
  
#single-post .featured-image img {
  max-width: 100%;
}
  
  
#single-post h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: var(--line-height-heading);
}
  
#single-post a.btn.btn-primary{
    padding: 12px 32px !important;
    font-size: 16px;
    font-weight: 400 !important;
    margin: 20px 0;
}
  
#single-post .content {
  max-width: 650px;
  margin: 0 auto;
  line-height: 24px;
  font-size: 16px;
  color: #444;
  padding-bottom: 30px;
}
  
iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
  
/* Popular Categories */ 
  
.child-category-navigation {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  width: 100%; 
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    font-size: 16px;
}
  
.child-category-navigation li {
    background: #fff;
    border: 1px solid #e5e6ee;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 6px 24px;
    border-radius: 35px;
    box-sizing: border-box;
}
  
.child-category-navigation li:hover a {
  color: #7132F5;
}
  
.child-category-navigation li:hover{
    background: #F7F7FB;
}
  
.popular-category-tags {
    border-bottom: 1px solid #cdcdcd;
    padding: 20px 0px;
}
  
  
/* Related Posts */ 
  
.related-post .title-link {
padding: 0;
font-weight: 400;
}
  
.related-content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
  
.related-posts-container {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  align-items: stretch;
}
  
.related-content h3 {
    font-size: 22px;
    padding: 0 40px;
    font-weight: 400;
}
  
.related-meta {
    display: flex;
    flex-direction: row;
}
  
article.related-post {
  width: calc(25% - 0px);
  box-sizing: border-box;
  padding: 40px;
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  display: flex;
  flex-direction: column;
 transition: background-color 0.3s ease-in-out;
}
  
  
article.related-post:hover {
  background-color: #F7F6FD;
}
  
article.related-post:hover .title-link {
  color: #7132F5;
}
  
  
article.related-post:nth-child(4n) {
  border-right: none;
}
  
article.related-post a {
  width: 100%;
  padding-bottom: 45.505%; /* 700 / 1535 = 0.45505. This is the aspect ratio. */
  position: relative;
  display: block; /* Added */
  overflow: hidden; /* Added */
}
  
  
article.related-post img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
  
article.related-post .title {
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
}
  
article.related-post .title:hover {
  color: #7132F5;
}
  
/* Start Menu Styling */ 
  
  
.menu-toggle {
  display: none;
  cursor: pointer;
  font-size: 24px;
}
  
.hamburger-menu-wrapper {
  display: none;
} 
  
/* Search Styling */ 
  
.search-icon {
  cursor: pointer;
    padding-left: 20px;
}
  
.search-overlay {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: calc(100vh - 89px);
  display: none;
  z-index: 9999;
  overflow-y: auto;
}
  
  
input.search-field {
    color:#7132F5 !important;
}
  
.search-container {
  display: flex;
  align-items: center;
  justify-content: center;
    height: 200px;
  width: 100%;
  background: #fff;
      border-bottom: 1px solid #cdcdcd;
}
  
.search-form {
  width: 50%;
  padding: 20px;
}
  
#search-toggle {
  display: inline-block;
  margin-left: 20px;
  color: #000;
  font-size: 20px;
  text-decoration: none;
}
  
.close-search {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #000;
  font-size: 40px;
  cursor: pointer;
}
  
.search-field {
  flex: 1;
  height: 100%;
  border: none;
  padding: 0 10px;
  font-size: 16px;
}
  
.search-submit {
  background: none;
  border: none;
  padding: 0;
  font-size: 40px;
  color: #000;
  cursor: pointer;
}
  
input.search-field {
    color:#7132F5;
}
  
.search-form input {
    font-family:'Kraken Sans', Helvetica Neue, Helvetica, Arial; 
    width: 80%;
  height: 100%;
  border: none;
  padding: 0 10px;
  font-size: 40px;
  background: transparent;
  color: #000;
    border-bottom: 1px solid black;
    outline: none; 
}
  
#pagination ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
  
#pagination ul li {
    display: inline-block;
    margin: 0 5px;
}
  
#pagination ul li a {
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
}
  
#pagination ul li a:hover {
    color: #7132F5;
}
  
span.page-numbers.current {
    font-weight: bold;
    color: #7132F5;
       padding: 5px 10px;
}
  
#announcements-section ul {
    margin: 0;
    padding: 0;
}

/* Asset Listings Grid (Now Available for Trading section) */
.asset-listings-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    padding: 0;
}

.asset-listing-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px;
    border-radius: 6px;
}

.asset-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: white; 
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.asset-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.asset-avatar-placeholder {
    color: white;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

.asset-info {
    flex: 1;
    min-width: 0;
}

.asset-name {
    font-size: 16px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    text-decoration: none;
    line-height: 1.3;
    display: block;
}

.asset-name:hover {
    color: #7132F5;
    text-decoration: none;
}
  
  
.custom-table-no-borders {
    border-collapse: collapse;
    border: none;
}
  
.custom-table-no-borders th, .custom-table-no-borders td {
    border: none;
    text-align: left;
    padding: 10px 0; /* Add vertical padding to create space between rows */
    margin: 0;
}
  
.custom-table-no-borders td:first-child {
    width: 100px; /* Fixed width for the first column */
}
  
.custom-table-no-borders td img {
    max-width: 100%;
    height: auto;
    display: block;
}
  
  
  
/* Start Footer styling */ 
  
footer {
  background-color: #7132F5;
  padding: 20px;
}
  
.footer-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
  
.footer-column {
  flex: 1;
  margin: 0 10px;
}
  
   .columns-wrapper {
      display: flex;
      flex-direction: row;
       width: 40%;
    }
  
.footer-column h4 {
  color: #fff;
  margin-bottom: 10px;
    color: #F6F4FF;
  font-size: 18px;
    font-weight: 400;
}
  
.footer-column ul {
  list-style: none;
  padding: 0;
}
  
.footer-column ul li a {
  color: #fff;
  text-decoration: none;
}
  
.footer-column ul li:not(:last-child) {
  margin-bottom: 5px;
}
  
.footer-logo {
    margin-top: 25px;
}
  
.footer-logo img {
  max-width: 30%;
  height: auto;
}
  
.social-links {
  display: flex;
  list-style: none;
  padding: 0;
}
  
.social-links li {
  display: inline-block;
  margin-right: 10px;
}
  
.social-links li:last-child {
  margin-right: 0;
}
  
.social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
  
.social-links a:hover i {
  color: #7767E4;
}
  
.social-links i {
  color: #7132F5;
  font-size: 20px;
}
  
#legal-footer {
    background: #FAF7F6;
    padding: 10px 25px;
    font-size: 12px;
    line-height: var(--line-height-loose);
}
  
  
#legal-notices {
  display: flex;
  justify-content: space-between;
    padding: 20px 0 0 0; 
    border-top: 1px solid #F6F4FF;
    margin-top:40px;
}
  
#legal-notices ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
  
#legal-notices ul li {
   color: #F6F4FF;
  font-size: 12px;
}
  
#legal-notices ul li:not(:last-child) {
  margin-right: 10px;
}
  
#legal-notices ul li a {
  color:  #F6F4FF;
  text-decoration: none;
}
  
  
  
  
/* 404 Error */
  
div#error-page{
    padding:40px;
}
div#error-page h2 {
    font-size: 80px;
        margin: 0px;
}
  
#error-page h5{
    font-size: 32px; 
    margin: 0;
}
  
#error-page p {
    font-size: 26px;
}
  
  
  
  
  
  
  
/* Small screens */
@media only screen and (max-width: 767px) {
        
    .section-header{
        border-bottom: none;
    }
    

    
    .footer-logo img {
    max-width: 50%;
    height: auto;
}
    
.custom-excerpt {
    line-height: var(--line-height-loose);
    font-size: 16px;
}
    
    #single-post h1 {
    font-size: 28px;
    line-height: var(--line-height-heading);
    margin-bottom: 10px;
}
    
    #single-post header, #single-post .content  {
    margin: 0 24px;
}
    
    #single-post {
    padding: 0px;
}
    
    .related-content h3 {
    font-size: 22px;
    padding: 0 20px;
    font-weight: 400;
}
    
    .see-all-posts-container {
    justify-content: flex-start;
}
    
    .section-header h3 {
    padding: 25px;
}
    
    menu, ol, ul {
    padding: 0 0 0 10px;
}
    
    div.hamburger-menu-wrapper a.cta {
    margin-left: 15px;
}
    
    #announcements-section ul li:last-child .post-title {
    padding-bottom: 0;
}
    
            #announcements-section .post-title {
    font-size: 16px; 
          padding-bottom: 20px; 
}
    
    #newest-post h2, .latest h2{
        font-size: 26px;
line-height: 34px;
    }

#feature-top-row {
  border-bottom: none;
}
    
    #announcements-section .category-links {
    font-size: 16px; 
}
    
#feature-top-row {
  border-bottom: none;
}
    
    .header-container {
    padding: 0 20px;
  }
  .cta {
    margin-left: 10px;
  }
  #feature-top-row {
    flex-wrap: wrap;
  }
    
  #newest-post,
  #announcements-section {
    flex-basis: 100%;
    padding: 20px;
    border-left: none;
    border-bottom: 1px solid #cdcdcd;
  }
    
    div#pagination {
    padding: 25px;
    margin: 0px;
}
    
    .category-header, .parent-category-header {
    padding: 20px 25px;
        font-size: 20px;
        border-bottom: none;
    }
    
    .parent-category-header .see-all-posts a {
    font-size: 18px;
}
    
    .parent-category-header h2 {
        margin:0;
    }
    
    ul.child-category-navigation {
    margin: 16px 0 0 0;
}
    
  #announcements-section {
    border-bottom:none;
  }
  
    .latest article {
    flex: 0 0 100%;
    border-right: none;
    border-bottom: 1px solid #cdcdcd;
        padding: 25px;
  }
    
  .latest article:first-child {
    border-top: 1px solid #cdcdcd;
  }

.related-posts-container {
    flex-wrap: wrap;
  }
  
   article.related-post {
    width: 100%;
    padding: 20px;
        border-bottom: 0px;
  }
    
    .wp-caption{
        max-width:90%;
    }
    
    #single-post h2 {
    font-size: 26px;
        line-height: 38px;
}
    
    iframe {
    max-width: 100%;
}
    
    #announcements-section ul {
    padding: 0px;
}
    #legal-footer{
        padding: 25px;
    }
    

    .footer-logo{
        width: 100%;
    }
    
    
    article.related-post:nth-child(-n+2) {
    border-bottom: none;
  }
    
    div#error-page h2 {
    font-size: 40px;
        margin: 0px;
}
    
    article.related-post:nth-child(4n) {
    border-bottom: 1px solid #cdcdcd;
    }
    
    a.featured-categories {
    margin: 6px 0;
        font-size: 16px;
}

    /* Asset Listings Mobile Adjustments - Override the 2-column rule */
    .asset-listings-grid {
        grid-template-columns: 1fr 1fr 1fr !important; /* 3 columns on mobile */
    }
    
    .asset-listing-item {
        padding: 8px;
    }
    
    .asset-avatar {
        width: 32px;
        height: 32px;
    }
    
    .asset-name {
        font-size: 14px;
    }
    
    /* Hide items 10-18 on mobile (show only first 9) */
    .asset-listing-item:nth-child(n+10) {
        display: none;
    }
    
}
  
  
@media (max-width: 880px) {
 
      
      ul#menu-primary-1 {
      margin: 0;
      padding: 0;
}
      
      .search-icon-container{
          display:none; 
      }
      
      #single-post {
      padding: 12px;
}
      
      
      
      .menu-toggle {
      display: block;
    }
      
      .nav-container a.cta, .nav-container a.cta-inverted {
      display: none !important;
}
      
      .popular-category-tags {
          display: none;
      }
      
      div.main-navigation .cta {
    display: none;
  }
  
    .main-navigation {
      display: none;
    }
  
    .hamburger-menu-wrapper {
      display: flex;
      flex-direction: column;
      position: fixed;
          align-items: flex-start;
      top: -100%;
      left: 0;
      width: 100%;
      background-color: #fff;
      z-index: 1000;
      transition: top 0.3s ease;
              border-bottom: 1px solid #cdcdcd;
      padding-bottom: 40px;
    }
  
    .hamburger-menu-wrapper.show {
      top: 0;
    }
      
  
  
    .hamburger-menu-wrapper.show .main-navigation {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
      padding: 1em;
    }
  
    .hamburger-menu-wrapper .menu > li {
      margin: 20px 0;
    }
  
    .hamburger-menu-wrapper .menu > li > a {
      font-size: 32px;
          font-weight: 500;
      color: #000;
      text-decoration: none;
    }
      
      .hamburger-menu-wrapper .menu-close {
    position: absolute;
    top: 1em;
    right: 1em;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
  }
      
       .footer-container {
      flex-direction: column;
           font-size: 16px; 
    }
  
    .footer-column {
      margin-bottom: 20px;
    }
  
    .footer-logo {
      width: 60%;
      text-align: left;
    }
  
    .columns-wrapper {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
          width: 100%;
    }
  
    .footer-column.categories,
    .footer-column.about {
      width: 50%;
      padding: 0;
    }
  
    .social-links {
      width: 100%;
      justify-content: left;
    }
      
      
      
}
      
  
/* Large screens with narrow sidebar */
@media only screen and (max-width: 1280px) {
    /* Asset Listings adjustments for narrower screens */
    .asset-listings-grid {
        grid-template-columns: 1fr 1fr; /* 2 columns when sidebar gets narrow */
    }
    
    /* Hide items 13-18 on narrow screens (show only first 12) */
    .asset-listing-item:nth-child(n+13) {
        display: none;
    }
}

/* Medium screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    
            #announcements-section .post-title {
      font-size: 20px;
            padding-bottom: 40px; 
}
    
    /* Asset Listings Tablet Adjustments */
    .asset-listings-grid {
        grid-template-columns: 1fr 1fr; /* 2 columns on tablet */
    }
    
    .asset-listing-item {
        padding: 6px;
    }
    
    .asset-avatar {
        width: 36px;
        height: 36px;
    }
    
    .asset-name {
        font-size: 15px;
    }
    
    /* Hide items 13-18 on tablet (show only first 12) */
    .asset-listing-item:nth-child(n+13) {
        display: none;
    }
      
      
      .header-container {
      padding: 0 30px;
    }
  
.popular-categories ul li {
      padding: 10px 15px;
      margin-bottom: 10px;
    }
  
    .cta {
      margin-left: 15px;
    }
    #newest-post,
    #announcements-section {
      padding: 30px;
      border-bottom: 1px solid #cdcdcd;
    }
  
    .latest article {
      flex: 0 0 calc(50% - 1px);
      border-right: 1px solid #cdcdcd;
      border-bottom: 1px solid #cdcdcd;
    }
      
      article.related-post{
          padding: 15px;
      }
      
      article.related-post {
    width: calc(50% - 0px);
      }
      
      .related-post .title-link {
      font-size: 18px;
      line-height: 26px;
      }
      
      
      #announcements-section ul{
          padding: 0px;
      }
      
      #legal-footer{
          padding: 25px;
      }
      
      
      #announcements-section .category-links {
      font-size: 16px; 
}

#feature-top-row {
  border-bottom: none;
}
      
  
}
  
/* Media Queries */
@media only screen and (max-width: 1300px) {
  #announcements-section .post-title {
    font-size: 18px;
  }
}