/* Section Single Article */

html,
body {
  background: #f5f5f5;
}
.msv-single-article {
  background: #f5f5f5;
}
.msv-single-article__container {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 140px;
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(21, 128, 131, 0.06);
  padding: 32px 40px 32px 40px;
}
.msv-single-article__title {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  color: #155e63;
  margin-bottom: 8px;
}
.msv-single-article__date {
  font-size: 1.05rem;
  color: #7d7d7d;
  margin-bottom: 24px;
}
.msv-single-article__thumb {
  text-align: center;
  margin-bottom: 28px;
}
.msv-single-article__thumb img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
}
.msv-single-article__content {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 1.08rem;
  color: #000;
  line-height: 1.7;
}
.msv-single-article__footer {
  text-align: center;
  margin: 40px auto;
  max-width: 900px;
}
.msv-single-article__back {
  display: inline-block;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 1.08rem;
  color: #158083;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 1.5px solid #158083;
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.msv-single-article__back:hover {
  color: #0e5c5e;
  border-color: #0e5c5e;
}
@media (max-width: 700px) {
  .msv-single-article__container {
    padding: 18px 6vw 12px 6vw;
    margin-top: 100px;
    margin-bottom: 30px;
  }
  .msv-single-article__title {
    font-size: 1.3rem;
  }
  .msv-single-article__footer {
    margin: 30px auto;
  }
}
