body {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll; 
}

body::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.mobile-category .header_mobile {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-shadow: 0px 2px 3px #c7c7c7;
  position: sticky;
  top: 0;
  background: white;
  z-index: 2;
}

.mobile-category .header_mobile i {
  font-size: 20px;
  color: #d3b673;
}

.mobile-category .back-icon {
  position: absolute;
  left: 12px;
  z-index: 2;
}

.mobile-category .header-title {
  font-family: Muli;
  font-weight: bold;
  font-size: 16px;
  padding: 0 8px;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  margin: 0px 24px;
}

.mobile-category .content_mobile {
  padding: 0 12px;
  position: relative;
  z-index: 1;
}

.content_mobile .img-thumbnail {
  width: 100%;
  margin: 12px 0;
}

.post-date {
  font-style: italic;
  font-weight: bold;
  color: #adadad;
}
