#container {
  padding: 40px 20px;
  font-family: 'Soehne Regular';
}

@media only screen and (min-width: 768px) {
  #container {
    padding: 64px 20px;
  }
}

@media only screen and (min-width: 1024px) {
  #container {
    padding: 80px 48px;
  }
}

.mfn-loader-single-container {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.mfn-title {
  font-family: 'Soehne Medium';
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0.8rem;
}

.mfn-date {
  font-family: 'Soehne Medium';
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: rgb(152, 162, 179);
}

.mfn-divider,
.mfn-tags-list {
  display: none;
}

.mfn-content {
  margin-top: 3.5rem;
}

.mfn-content a {
  color: #2e5efb;
}

.mfn-content a:hover {
  color: #2140c1;
}

.mfn-content p {
  margin-bottom: 16px;
}

.mfn-primary-image {
  margin-bottom: 8px;
}

.mfn-attachments-container {
  margin: 32px 0;
}

.mfn-attachments-container img {
  width: 100%;
  margin-bottom: 8px;
}

.mfn-content ol {
  list-style: auto !important;
  padding-left: 20px !important;
}

.mfn-content ol[type='A'] {
  list-style: upper-alpha !important;
}

.mfn-content ul {
  list-style: inherit !important;
  padding-left: 20px !important;
}
