@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
body{
     font-family: "Archivo", sans-serif;
     margin: 0px !important;
}



/* ===== Header Wrapper ===== */
.nw-header {
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  z-index: 1000;
}

/* ===== Container ===== */
.nw-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ===== Logo ===== */
.nw-logo a {
  font-size: 22px;
  font-weight: 700;
  color: #2B5466;
  text-decoration: none;
  line-height: 1;
}
.nw-logo img {
  max-height: 50px;
  width: auto;
  display: block;
}

/* ===== Navigation ===== */


.nw-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
}

.nw-menu li {
  position: relative;
}

.nw-menu li a {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  text-decoration: none;
  padding: 6px 0;
}

.nw-menu li a:hover {
  color: #47B39C;
}

/* ===== Right Actions ===== */
.nw-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nw-search {
  font-size: 18px;
  text-decoration: none;
  color: #111;
}

.nw-link {
  font-size: 14px;
  font-weight: 500;
  color: #111;
  text-decoration: none;
}

.nw-link:hover {
  text-decoration: underline;
}

.nw-btn {
    background: #2B5466;
    color: #ffffff;
    padding: 12px 18px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
        transition: all ease-in-out 500ms;
}

.nw-btn:hover {
  background: #47B39C;
}

/* SECTION WRAP */
.markets-news{
  padding: 30px 0;
  background:#fff;
}
.mn-wrap{
  width: min(1200px, 92%);
  margin: 0 auto;
  display:grid;
  grid-template-columns: 1.05fr .5fr;
  gap: 28px;
  align-items:start;
}

/* RIGHT: NEWS LIST */
.mn-news{
  border-left: 4px solid #e9e9e9;
  padding-left:18px;
  max-height: 500px;
  overflow:auto;
}
.mn-news-item{
  display:block;
  text-decoration:none;
  padding:14px 0;
  border-bottom:1px solid #ededed;
}
.mn-news-item:last-child{ border-bottom:0; }
.mn-time{
  font-size:12px;
  color:#666;
  margin-bottom:6px;
}
.mn-title{
  font-size:20px;
  line-height:1.25;
  color:#111;
  font-weight:700;
}
.mn-news-item:hover .mn-title{
  text-decoration:underline;
}

/* Base */
.custome-read{
  background:#fff;
  padding:28px 0;
  color:#111;
}

.custome-read .er-wrap{
  width:min(1200px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:320px 1fr;
  gap:34px;
  align-items:start;
}

/* LEFT */
.er-title{
  margin:6px 0 18px;
  font-size:28px;
  font-weight:800;
  letter-spacing:-0.2px;
      background: #fff;
    padding-right: 24px;
}

.custome-read .er-list{
  display:flex;
  flex-direction:column;
}

.custome-read .er-item{
  display:grid;
  grid-template-columns:92px 1fr;
  gap:16px;
  padding:18px 0;
  text-decoration:none;
  border-bottom:1px solid #e9e9e9;
  align-items:center;
}

.custome-read .er-item:first-child{
  padding-top:0;
}

.custome-read .er-thumb{
  width:92px;
  height:66px;
  object-fit:cover;
  border-radius:2px;
}

.custome-read .er-item-text h3{
  margin:0;
  font-size:16px;
  line-height:1.25;
  font-weight:700;
  color:#111;
}

.custome-read .er-item:hover h3{
  text-decoration:underline;
}

/* CENTER */
.custome-read .er-feature{
  display:block;
  text-decoration:none;
  color:inherit;
}

.custome-read .er-feature-media{
  width:100%;
  background:#f3f3f3;
  border-radius:6px;
  overflow:hidden;
   /*height: 420px;*/
}

.custome-read .er-left {
    position: sticky;
    top: 10px;
}

.custome-read .er-feature-media img{
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  image-rendering: auto;
  filter: none !important;
  transform: none !important;
}


.custome-read .er-feature-body{
  padding-top:18px;
}

.custome-read .er-feature-title{
  margin:0 0 12px;
  font-size:30px;
  line-height:1.05;
  letter-spacing:-0.6px;
  font-weight:800;
}
.investing-view {
    display: flex;
    justify-content: space-between;
    width: min(1200px, 92%);
    margin: 0 auto 20px;
        position: relative;
    z-index: 0;
        align-items: center;
}
.investing-view::after {
    position: absolute;
    content: "";
    background: #000;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: -1;
}
.er-items {
    padding: 12px 18px;
    text-decoration: none;
    align-items: center;
    display: flex;
    background: #2B5466;
    border: 2px solid #2B5466;
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    transition: all ease-in-out 500ms;
}
.er-items:hover {
    background: #47B39C;
    border: 2px solid #47B39C;
}
.er-items::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 100%;
    top: 0;
    left: -26px;
    background: #fff;
}
.custome-read .er-feature-desc{
  margin:0;
  font-size:16px;
  line-height:1.6;
  color:#333;
}


/*latest-stories*/

.latest-stories{
  background:#fff;
  padding:22px 0 50px;
  color:#111;
}

/* wrapper */
.latest-stories .ls-wrap{
  width:min(1200px,92%);
  margin:0 auto;
}

/* title */
.latest-stories .ls-title{
  margin:0 0 16px;
  font-size:34px;
  font-weight:800;
  letter-spacing:-0.3px;
}

/* GRID */
.latest-stories .ls-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:34px 48px;
}

/* CARD */
.latest-stories .ls-card{
  display:flex;
  flex-direction:column;
  gap:14px;
}

/* IMAGE */
.latest-stories .ls-img{
  display:block;
  width:100%;
  background:#f3f3f3;
  overflow:hidden;
}

.latest-stories .ls-img img{
  width:100%;
  height:155px;
  object-fit:cover;
  display:block;
}

/* HEADLINE */
.latest-stories .ls-headline{
  margin:0;
  font-size:20px;
  line-height:1.25;
  font-weight:800;
  letter-spacing:-0.2px;
}

.latest-stories .ls-headline a{
  color:#111;
  text-decoration:none;
}

.latest-stories .ls-headline a:hover{
  text-decoration:underline;
}





/*===Footer======*/
.site-footer{
  background:#2b5466;
  color:#fff;
  padding:52px 0 18px;
}

/* wrapper */
.site-footer .sf-wrap{
  width:min(1200px,92%);
  margin:0 auto;
}

/* grid */
.site-footer .sf-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:44px;
  align-items:start;
}

/* titles */
.site-footer .sf-title{
  margin:0 0 16px;
  font-size:26px;
  font-weight:800;
  letter-spacing:-0.2px;
}

/* text */
.site-footer .sf-text{
  margin:0 0 22px;
  font-size:17px;
  line-height:1.6;
  color:rgba(255,255,255,.92);
}

/* links */
.site-footer a{
  color:#fff;
  text-decoration:underline;
}

.site-footer a:hover{
  opacity:.9;
}

/* buttons */
.site-footer .sf-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:46px;
  padding:0 26px;
  border:2px solid rgba(255,255,255,.85);
  color:#fff;
  text-decoration:none;
  font-weight:700;
  border-radius:2px;
  letter-spacing:.2px;
}

.site-footer .sf-btn:hover{
  background:rgba(255,255,255,.08);
}

/* social icons */
.site-footer .sf-social{
  display:grid;
  grid-template-columns:repeat(4,44px);
  gap:16px;
  margin-top:6px;
}

.site-footer .sf-ico{
  width:44px;
  height:44px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.75);
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}

.site-footer .sf-ico:hover{
  background:rgba(255,255,255,.08);
}

.site-footer .sf-svg{
  display:flex;
  color:#fff;
}

/* bottom copyright */
.site-footer .sf-bottom{
  margin-top:46px;
  padding-top:18px;
  text-align:center;
}

.site-footer .sf-copy{
  font-size:15px;
  color:rgba(255,255,255,.9);
}

.site-footer .sf-copy a{
  text-decoration:underline;
}
.footer-bottom {
background: #2c4c5b;
}
/* legal bar */
.footer-bottom .sf-legalbar {
    text-align: center;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    width: min(1200px, 92%);
    margin: 0 auto;
    font-size: 14px;
}

.footer-bottom .sf-legalbar a{
  color:#fff;
  text-decoration:none;
  font-size:14px;
}

.footer-bottom .sf-legalbar a:hover{
  text-decoration:underline;
}

iframe#st_e6810d078847423f982579b1557ff091 {
    max-height: inherit !important;
}


/*Blog*/
.sidebar-right a.er-item {
    display: flex;
    gap: 16px;
    text-decoration: none;
    border-bottom: 1px solid #e9e9e9;
    align-items: center;
}

.sidebar-right img.er-thumb {
    width: 100px;
    flex-shrink: 0;
}

.sidebar-right .er-item-text h3 {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    color: #111;
    text-decoration: none;
}

.sidebar-right a.er-item:hover {
    text-decoration: underline;
}


/* ===== Comment Area Wrapper ===== */
.comment-area{
  max-width: 1300px;
  margin: 60px auto;
  padding: 0 20px;
}

.comment-area #comments{
  background: #fff;
  border: 1px solid #e5e9f0;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

/* Title */
.comment-area .comment-reply-title{
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 14px;
}

/* Notes */
.comment-area .comment-notes{
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 18px;
}

.comment-area .required{
  color: #e11d48;
}

/* ===== Form Layout ===== */
.comment-area .comment-form{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 18px;
}
form#commentform p {
    margin: 4px 0px !important;
}
/* Make textarea full width */
.comment-area .comment-form-comment{
  grid-column: 1 / -1;
}

/* Cookies full width */
.comment-area .comment-form-cookies-consent{
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 5px;
}

/* Submit row full width */
.comment-area .form-submit{
  grid-column: 1 / -1;
  margin-top: 8px;
}

/* Labels */
.comment-area .comment-form label{
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
}

/* Inputs */
.comment-area .comment-form input[type="text"],
.comment-area .comment-form input[type="email"],
.comment-area .comment-form input[type="url"],
.comment-area .comment-form textarea{
  width: -webkit-fill-available;
  border: 1px solid #dbe3ee;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  color: #111827;
  background: #fff;
  outline: none;
  transition: 0.2s ease;
}

.comment-area .comment-form textarea{
  min-height: 50px;
  resize: vertical;
}

.comment-area .comment-form input:focus,
.comment-area .comment-form textarea:focus{
  border-color: #2B5466;
  box-shadow: 0 0 0 3px #2b54661a;
}

/* Checkbox */
.comment-area .comment-form-cookies-consent input[type="checkbox"]{
  margin-top: 3px;
  width: 16px;
  height: 16px;
}

/* Button */
.comment-area .comment-form .submit{
  background: #2B5466;
  border: none;
  color: #fff;
  padding: 12px 18px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
    font-size: 16px;
  transition: all ease-in-out 500ms;
}
   
    
.comment-area .comment-form .submit:hover{
  background: #47B39C;
}

/* Remove ugly list spacing if comments show later */
.comment-area .comment-list{
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}


/* ================= COMMENTS LIST ================= */

.comment-area .comment-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

/* Single Comment Card */
.comment-area .comment {
  background: #ffffff;
  border: 1px solid #e5e9f0;
  border-radius: 12px;
  padding: 20px 22px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* Author Section */
.comment-area .comment-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.comment-area .comment-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

/* Name */
.comment-area .comment-author .fn {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
}

.comment-area .comment-author .fn a {
  color: #111827;
  text-decoration: none;
}

.comment-area .comment-author .says {
  display: none;
}

/* Meta Date */
.comment-area .comment-metadata {
  font-size: 13px;
  color: #6b7280;
  margin-left: 62px;
  margin-top: 4px;
}

.comment-area .comment-metadata a {
  color: #6b7280;
  text-decoration: none;
}

/* Comment Text */
.comment-area .comment-content {
  margin-top: 14px;
  margin-left: 62px;
}

.comment-area .comment-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
  margin: 0;
}

/* Reply Button */
.comment-area .reply {
  margin-left: 62px;
  margin-top: 12px;
}

.comment-area .comment-reply-link {
  font-size: 14px;
  font-weight: 500;
  color: #2B5466;
  text-decoration: none;
}

.comment-area .comment-reply-link:hover {
  text-decoration: underline;
}

/* Admin Badge */
.comment-area .bypostauthor {
  border-left: 4px solid #2B5466;
}


/* ===== Related Posts Cards ===== */

.related-posts {
  max-width: 1300px;
  margin: 20px auto;
  padding: 0 20px;
}

.related-posts .related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.related-posts .related-card {
  background: #ffffff;
  border: 1px solid #e5e9f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.related-posts .related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

.related-posts .related-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.related-posts .related-content {
  padding: 20px;
}

.related-posts .related-post-title {
  margin: 0 0 10px;
}

.related-posts .related-post-title a {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
  line-height: 1.4;
}

.related-posts .related-post-title a:hover {
  color: #47B39C;
}

.related-posts .related-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
}

.related-posts .related-meta img {
  border-radius: 50%;
}

.related-posts .related-author {
  font-weight: 500;
}

.related-posts .related-date {
  margin-left: auto;
  font-size: 13px;
  color: #777;
}

.related-posts .pm-load-more-wrap{ text-align:center; margin:25px 0 0; }
.related-posts #pm-load-more{
  background:#2B5466;color:#fff;border:none;padding:12px 18px;border-radius:10px;
  font-weight:700;cursor:pointer;
}
.related-posts #pm-load-more:hover{
  background:#47B39C;
}
.related-posts #pm-load-more[disabled]{ opacity:.6; cursor:not-allowed; }

.related-posts #pm-back-to-top{
  position:fixed;right:18px;bottom:18px;width:44px;height:44px;border-radius:999px;
  border:none;background:#111827;color:#fff;font-weight:800;cursor:pointer;display:none;
  box-shadow:0 8px 20px rgba(0,0,0,.18);z-index:9999;
}


.single-post-container .hero-section {
  background: #f7f7f7;
  padding: 60px 20px;
  border-bottom: 1px solid #e5e9f0;
}

.single-post-container .hero-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}


/* Title */
.single-post-container .hero-left h1 {
  font-size: 38px;
  line-height: 1.3;
  color: #111827;
  margin: 25px 0px;
  font-weight: 700;
}

/* Author info */
.single-post-container .hero-author {
    display: flex;
    align-items: center;
    gap: 15px;
}


.single-post-container .hero-author h4 {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.single-post-container .hero-author p {
  margin: 2px 0;
  font-size: 13px;
  color: #6b7280;
}

.single-post-container .hero-meta {
  font-size: 13px;
  color: #6b7280;
  display: flex;
  gap: 6px;
  align-items: center;
}

/* Right Image */
.single-post-container .hero-right img {
  width: 100%;
  max-width: 420px;
  border-radius: 15px;
  background: #eaf1ff;
}





.single-post-container {
  display: grid;
  grid-template-columns: 250px 1fr 260px;
  gap: 40px;
  max-width: 1300px;
  margin: 60px auto;
  padding: 0 20px;
}

/* ====== Left Sidebar (TOC) ====== */
.single-post-container .sidebar-left {
  position: sticky;
  top: 100px;
  align-self: start;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  height: fit-content;
}

.single-post-container .sidebar-left h3 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}

.single-post-container .sidebar-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 2px solid #e5e5e5;
}

.single-post-container .sidebar-left li {
  margin: 10px 0;
}

.single-post-container .sidebar-left a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
  padding-left: 10px;
  display: block;
  transition: all 0.3s ease;
}

.single-post-container .sidebar-left a:hover {
  color: #47B39C;
}

.single-post-container .sidebar-left a.active {
  color: #47B39C;
  font-weight: 600;
  border-left: 3px solid #47B39C;
  margin-left: -3px;
}

/* ====== Main Content ====== */
.single-post-container .main-content h1 {
  margin:10px 0 20px;
}

.single-post-container .main-content h2 {
  color: #111;
  margin-top: 60px;
  scroll-margin-top: 120px;
}

.single-post-container .main-content p {
  color: #444;
}

/* ====== Right Sidebar (CTA) ====== */
.single-post-container .sidebar-right {
  position: sticky;
  top: 100px;
  align-self: start;
  height: fit-content;
}



.single-post-container .hero-author img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    object-fit: cover;
}


.single-post-container section.hero-section .hero-container .hero-left {
    width: 50%;
}
.post-form-container h1 {
    justify-content: center;
    display: flex;
}
.post-form-container .write-content {
    max-width: 820px;
    margin: 20px auto;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.contact-img img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
}
.about-content {
    line-height: 24px;
}
.post-form-container .write-content .nw-actions {
    justify-content: center;
    margin: 20px auto 50px;
}
form#wpforms-form-151 {
 max-width: 820px;
    margin: 20px auto;
   background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
}


button#wpforms-submit-151 {
     background: #2b5466;
    color: #fff;
    border: none;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
}






@media (max-width: 1023.98px) {

  /* Header */
  .nw-container{
    flex-wrap: wrap;
    gap: 16px;
  }

  .nw-menu{
    gap: 16px;
  }

  /* Markets News */
  .mn-wrap{
    grid-template-columns: 1fr;
  }

  .mn-news{
    border-left: none;
    padding-left: 0;
    max-height: none;
  }

  /* Custom Read */
  .custome-read .er-wrap{
    grid-template-columns: 260px 1fr;
    gap: 24px;
  }

  .custome-read .er-left{
    position: relative;
    top: auto;
  }

  /* Latest Stories */
  .latest-stories .ls-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  /* Footer */
  .site-footer .sf-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  /* Single Post */
  .single-post-container{
    grid-template-columns: 1fr;
  }

  .single-post-container .sidebar-left,
  .single-post-container .sidebar-right{
    position: relative;
    top: auto;
  }

  .single-post-container section.hero-section .hero-container{
    flex-direction: column;
    text-align: center;
  }

  .single-post-container section.hero-section .hero-container .hero-left{
    width: 100%;
  }

}



@media (max-width: 767.98px) {


/* Wrapper spacing */
  .comment-area{
    margin: 40px auto;
    padding: 0 15px;
  }

  /* Form → single column */
  .comment-area .comment-form{
    display: flex !important;
    flex-direction: column;
    gap: 14px;
  }

  /* Each field full width */
  .comment-area .comment-form p{
    width: 100%;
  }

  /* Inputs & textarea */
  .comment-area .comment-form input[type="text"],
  .comment-area .comment-form input[type="email"],
  .comment-area .comment-form input[type="url"],
  .comment-area .comment-form textarea{
    width: 100% !important;
    box-sizing: border-box;
    font-size: 15px;
    padding: 12px 14px;
  }

  /* Textarea height */
  .comment-area .comment-form textarea{
    min-height: 120px;
  }

  /* Labels spacing */
  .comment-area .comment-form label{
    margin-bottom: 6px;
    font-size: 14px;
  }

  /* Cookies checkbox */
  .comment-area .comment-form-cookies-consent{
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
  }

  /* Submit button */
  .comment-area .form-submit{
    margin-top: 10px;
  }

  .comment-area .comment-form .submit{
    width: 100%;
    text-align: center;
    padding: 14px;
    font-size: 16px;
  }

  /* Header */
  /*.nw-container{*/
  /*  flex-direction: column;*/
  /*  align-items: flex-start;*/
  /*      margin: 0 auto;*/
  /*}*/

  .nw-menu{
    flex-wrap: wrap;
    gap: 14px;
  }

  .nw-actions{
    width: 100%;
    justify-content: space-between;
  }

  /* Buttons */
  .nw-btn{
    padding: 8px 8px;
    font-size: 12px;
  }

  /* Markets News */
  .mn-title{
    font-size: 18px;
  }

  /* Custom Read */
  .custome-read .er-wrap{
    grid-template-columns: 1fr;
  }

  .custome-read .er-item{
    grid-template-columns: 80px 1fr;
  }

  .custome-read .er-feature-title{
    font-size: 24px;
  }

  /* Investing View */
  .investing-view{
    flex-direction: column;
    gap: 14px;
  }

  .investing-view::after{
    display: none;
  }

  /* Latest Stories */
  .latest-stories .ls-grid{
    grid-template-columns: 1fr;
  }

  .latest-stories .ls-title{
    font-size: 28px;
  }

  /* Comments */
  .comment-area .comment-form{
    grid-template-columns: 1fr;
  }

  .comment-area .comment-content,
  .comment-area .comment-metadata,
  .comment-area .reply{
    margin-left: 0;
  }

}


@media (max-width: 479.98px) {

  /* Typography */
  body{
    font-size: 14px;
  }

  /* Header Logo */
  .nw-logo img{
    max-height: 42px;
  }

  /* Titles */
  .custome-read .er-feature-title{
    font-size: 22px;
    line-height: 1.2;
  }

  .latest-stories .ls-headline{
    font-size: 18px;
  }

  /* Hero Section */
  .single-post-container .hero-left h1{
    font-size: 28px;
  }

  /* Footer */
  .site-footer .sf-grid{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-bottom .sf-legalbar{
    flex-direction: column;
    gap: 6px;
  }
   .comment-area .comment-reply-title{
    font-size: 22px;
  }

  .comment-area .comment-notes{
    font-size: 13px;
  }

  .comment-area .comment-form textarea{
    min-height: 140px;
  }

}

