/*left and right sidebars code*/
.single-standard-6 .grid-container {
  display: grid;
  gap: 30px;
  align-items: start;
}

/* Both sidebars */
.single-standard-6.has-left-sidebar.has-right-sidebar .grid-container {
  grid-template-columns: 340px 1fr 250px;
}

/* Only left sidebar */
.single-standard-6.has-left-sidebar:not(.has-right-sidebar) .grid-container {
  grid-template-columns: 340px 1fr;
}

/* Only right sidebar */
.single-standard-6.has-right-sidebar:not(.has-left-sidebar) .grid-container {
  grid-template-columns: 1fr 340px;
}

/* No sidebar */
.single-standard-6.without-sidebar .grid-container {
  grid-template-columns: 1fr;
}
 
/* Responsive stack for mobile */
@media (max-width: 1024px) {
  .single-standard-6 .grid-container {
    grid-template-columns: 1fr;
  }

  .single-standard-6 .sidebar-left,
  .single-standard-6 .sidebar-right {
    margin-top: 40px;
  }

  .single-standard-6 .sidebar-left {
    order: 2;
  }

  .single-standard-6 .s-ct {
    order: 1;
  }

  .single-standard-6 .sidebar-right {
    order: 3;
  }
}


/*left and right sidebars code*/

/*29Apr2025*/
.ls__side__rt__nl .newsletter-inner{
  padding: 20px 15px;
}
.ls__side__rt__nl .newsletter-style.is-box-gray-dash {
    border-radius: 10px;
    border: 2px solid #000;
    background: #FFD2E4;
    box-shadow: 4px 4px 0px 0px #0D0D0D;
}
.ls__side__rt__nl .mc4wp-form-fields input[type='email']{
      border: 1.8px solid #0D0D0D;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: normal;
    color: #0d0d0d !important;
    background: #fff;
}
.ls__side__rt__nl .mc4wp-notice{
color: #FF4B92;
}
.ls__side__rt__nl .mc4wp-alert p{
    font-size: 14px;
    line-height: 18px;
}
.ls__side__rt__nl .mc4wp-form-theme {
    margin: 0.5em 0;
}