.page-layout-with-sidebar {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}


.sidebar-left {
    width: 260px;
    flex-shrink: 0;
    padding: 24px 16px;
	background: #eef4f6;

}


.sidebar-box {
    background: #f1f0f0ff;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.sidebar-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #014B82;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu li {
    margin-bottom: 8px;
}

.sidebar-menu a {
    display: block;
    padding: 8px 12px;
    border-radius: 6px;
    color: #014B82;
    text-decoration: none;
    font-weight: 500;
}

.sidebar-menu a:hover,
.sidebar-menu a.active {
    background: #ebf1f5;
    color: #16B6C6;
}

.content-right {
    flex: 1;
    background: #ebf1f5;
}

.content-right-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px;
}



@media (max-width: 991px) {
.sidebar-left {
    display: none;
  }
  html, body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .page-product-container,
  .main-content-container,
  .main-content-wrapper {
    max-width: 100%;
    overflow-x: hidden;
  }

  .page-product-container img,
  .content-right img,
  .sms-wgt-text-image img,
  .ck-content img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block;
  }

  .page-product-container img[style],
  .ck-content img[style] {
    width: 100% !important;
    height: auto !important;
  }

  .page-product-container a,
  .ck-content a {
    max-width: 100%;
    display: block;
  }
}