.mnm-meta {
   margin: 16px 0 20px 0;
   display: flex;
   align-items: center;
}
.mnm-date {
    color: white;
    list-style-type: disc;
    font-family: 'Neue Plak';
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}
p.news-short-desc{
    padding: 15px 0 0 0;
  margin: 0;
}
p.news-short-desc a{
    font-family: 'Neue Plak';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #848484;
}
span.mnm-category-name {
    padding: 10px;
    background: linear-gradient(90deg, rgba(115, 16, 215, 0.1) 0%, rgba(255, 118, 21, 0.1) 100%);
    border-radius: 10px;
}
span.mnm-category-name p{
    font-family: 'Neue Plak';
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
  background: linear-gradient(90deg, #7310D7 0%, #FF7615 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* for Firefox */
    text-decoration: none; /* optional: remove underline */
  margin: 0;
}
.mnm-single-wrapper-main-section{
  background: #060606;
  padding: 80px 0 100px 0;
}
h2.section-title {
    font-family: 'Neue Plak';
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
    padding: 14px 0 16px 0;
    margin: 0;
}
.mnm-featured-image {
    padding: 0 0 26px 0;
}
.mnm-paragraph-with-icon p {
    font-family: 'Neue Plak';
    font-weight: 400;
    font-size: 20px;
    color: #989898;
  	margin: 0;
}
.mnm-header-main-section {
    padding: 0 0 40px 0;
  padding-top: 80px;
}
.mnm-header-main-section h1 {
    font-family: 'Neue Plak';
    font-weight: 500;
    font-size: 64px;
    line-height: 64px;
    margin: 0;
  padding: 15px 0 0 0;
}
button.mnm-header-back-btn {
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    background: #FFFFFF1A;
    display: flex;
    align-items: center;
    gap: 8px;
}

button.mnm-header-back-btn:hover{
    background: #FFFFFF1A;
}
.mnm-header-back-btn img {
  width: 19px;
  
}
.mnm-header-back-btn p {
    margin: 0;
    font-family: 'Neue Plak';
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}
.mnm-paragraph-with-icon {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 18px;
}

.mnm-paragraph-with-icon img.mnm-icon {
    width: 16px;
    height: auto;
    margin-top: 7px;
    flex-shrink: 0;
}

.mnm-sidebar a.active {
  color: #fff;
}

.mnm-single-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 3.75rem;
  scroll-behavior: smooth;
  flex-wrap: nowrap; 
}
.mnm-category {
    padding: 15px 0 0 0;
}
.mnm-category {
    background: linear-gradient(90deg, #7310D7 0%, #ff7615 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* Non-webkit fallback (not widely supported yet) */
    color: transparent; /* Fallback */
    text-decoration: none;
    font-family: 'Neue Plak', sans-serif;
    font-weight: 700;
    font-size: 20px;
      width: max-content;
}


.mnm-sidebar {
position: sticky;
  top: 100px; /* distance from the top when sticky starts */
  max-width: 340px;
  max-height: calc(100vh - 100px); /* ensure it doesn't overflow */
  overflow-y: auto; /* enables scrolling if content in sidebar overflows */
}
.mnm-sidebar ul {
  list-style: none;
  padding: 0;
}
.mnm-sidebar li a {
  	display: block;
    padding: 8px;
    color: #989898;
    font-family: 'Neue Plak';
    font-weight: 400;
    font-size: 20px;
}

.mnm-content {
  flex: 1;
  max-width: 100%;
  background: #232323;
  border-radius: 20px;
  padding: 16px 15px 53px 15px;
}

.mnm-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
}
.mnm-card {
    border: none;
    padding: 0;
    max-width: 400px;
    width: 100%;
}
.mnm-card-image img{
  width: 100%;
}
h3.news-title a{
    margin: 0;
    color: #fff;
    font-family: 'Neue Plak';
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}
h3.news-title {
    margin: 0;
}
body[lang="ar"] {
  direction: rtl;
  text-align: right;
}

@media (max-width: 1320px) {
  .mnm-single-wrapper {
    flex-direction: column;
  }
}
/* Tablet view (max-width 1024px) */
@media (max-width: 1024px) {
  .mnm-header-main-section h1{
    font-size: 35px;
    line-height: 44px;
  }
  .mnm-sidebar {
    width: 100%;
    position: unset;
    top: 100px;
    height: auto;
}
}

/* Mobile view (max-width 768px) */
@media (max-width: 768px) {
 .mnm-header-main-section h1{
    font-size: 25px;
   line-height: 34px;
  }
 .mnm-sidebar,
  .mnm-content {
    width: 100%;
    max-width: 100%;
  }
}