@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap);
#mm {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
}
#mm p,
#mm h1,
#mm h4 {
  margin: 0;
}
#mm .heading {
  background-color: #000;
  width: 100%;
  padding: 1.5rem 2rem;
  color: #fff;
}
#mm #mm-link {
  color: #fff;
}
#mm .img-wrap {
  width: 112px;
  height: 112px;
  flex-shrink: 0;
}
#mm img {
  max-width: 100%;
  max-height: 100%;
}

#mm h2 {
  font-size: 24px;
}
#mm .mm-list-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  margin-bottom: 24px;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#mm .mm-list {
  text-decoration: none;
}
#mm .mw-928 {
  max-width: 928px;
}
#mm .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#mm .d-flex {
  display: flex;
}
#mm .align-items-center {
  align-items: center;
}
#mm .justify-content-center {
  justify-content: center;
}
#mm .justify-content-between {
  justify-content: space-between;
}
#mm .f14 {
  font-size: 0.875em;
}
#mm .f18 {
  font-size: 1.125em;
}
#mm .f24 {
  font-size: 1.5em;
}
#mm .f40 {
  font-size: 2.25em;
}
#mm .font-weight-bold {
  font-weight: 700;
}
#mm .font-weight-medium {
  font-weight: 500;
}
#mm .font-weight-normal {
  font-weight: 400;
}
#mm .font-weight-light {
  font-weight: 300;
}
#mm .black-38 {
  color: rgba(0, 0, 0, 0.38) !important;
}
#mm .black-60 {
  color: rgba(0, 0, 0, 0.6) !important;
}
#mm .black-87 {
  color: rgba(0, 0, 0, 0.87) !important;
}
#mm .mr-1 {
  margin-right: 4px;
}
#mm .mr-2 {
  margin-right: 8px;
}
#mm .mr-4 {
  margin-right: 24px;
}
#mm .mb-0 {
  margin-bottom: 0;
}
#mm .mb-1 {
  margin-bottom: 4px;
}
#mm .mb-3 {
  margin-bottom: 16px;
}
#mm .mb-6 {
  margin-bottom: 32px;
}
#mm .mb-32 {
  margin-bottom: 32px;
}
#mm .pb-3 {
  padding-bottom: 16px;
}
#mm .pt-3 {
  padding-top: 16px;
}
#mm .pt-6 {
  padding-top: 32px;
}
#mm .pt-32 {
  padding-top: 32px;
}
#mm .text-decoration-none {
  text-decoration: none;
}
#mm .border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}
#mm .border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
#mm .text-red {
  color: #dc1a00;
}
#mm .mm-pagination {
  margin-bottom: 32px;

  a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: rgba(0, 0, 0, 0.04);
  }
}
#mm #paginationjs ul {
  display: flex;
  justify-content: flex-end;
}
#mm #paginationjs li {
  list-style: none;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: rgba(0, 0, 0, 0.04);

  a {
    text-decoration: none;
  }
}
#mm #paginationjs li.disabled {
  display: none;
}
#mm #paginationjs li a {
  color: rgba(0, 0, 0, 0.6);
}
#mm .post-content {
  p {
    margin-bottom: 24px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
  }

  a {
    text-decoration: none;
    color: rgb(54, 114, 248);
  }

  a:hover {
    color: #dc1a00;
  }
}
#mm #featured-image {
  padding-top: 32px;
  height: 100%;
  height: 280px;
}
#mm #featured-image img {
  width: auto;
  height: auto;
}
.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #dc1a00;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 24px auto;
}
.w-300 {
  width: 300px;
}
.w-300 .mm-list {
  font-size: 12px;
}
.w-300 .mm-list .img-wrap {
  display: none !important;
}
.w-300 .mm-list .black-38 {
  margin-bottom: 0 !important;
}
.w-300 .mm-list .black-60 {
  display: none !important;
}
.h-600 {
  height: 600px;
  overflow-y: auto;
}
.h-250 {
  height: 250px;
  overflow-y: auto;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#paginationjs {
  font-size: 12px;
}
