.tips-page {
  padding-left: 20px;
}

.tips-article {
  color: #222;
  font-size: 16px;
  line-height: 1.7;
}

.tips-article::after {
  display: table;
  clear: both;
  content: "";
}

.tips-updated {
  float: left;
  margin: 0 18px 8px 0;
  color: #555;
  font-size: 14px;
}

.tips-article h1 {
  margin: 0 0 10px;
  color: #111;
  line-height: 1.25;
}

.tips-article h2 {
  margin: 32px 0 12px;
  color: #183413;
  line-height: 1.35;
}

.tips-article h3 {
  margin: 24px 0 8px;
  color: #242424;
  line-height: 1.4;
}

.tips-article p {
  margin: 0 0 14px;
}

.tips-lead {
  margin-bottom: 16px !important;
  color: #183413;
  font-size: 1.12em;
  font-weight: bold;
}

.tips-article-figure {
  box-sizing: border-box;
  float: left;
  width: 300px;
  max-width: 42%;
  margin: 6px 20px 18px 0;
  padding: 8px;
  background: #f5faef;
  border: 1px solid #b8d5aa;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(35, 66, 29, 0.1);
}

#main .tips-article-figure .tips-article-image {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  border-radius: 5px;
}

.tips-article-figure figcaption {
  margin-top: 7px;
  color: #4d5949;
  font-size: 13px;
  line-height: 1.45;
}

.tips-checklist-title {
  clear: both;
}

.tips-checklist {
  margin: 0 0 28px;
  padding: 16px 38px 8px 18px;
  background: #f5faef;
  border: 1px solid #b8d5aa;
  border-radius: 8px;
}

.tips-checklist li,
.tips-article > ul:not(.tips-checklist) li {
  margin-bottom: 10px;
  padding-right: 2px;
}

.tips-share {
  clear: both;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid #d5dfd0;
}

.tips-share a:not(.site-whatsapp-share),
.tips-share a:not(.site-whatsapp-share):visited {
  color: #315f25;
  font-weight: bold;
}

@media (max-width: 640px) {
  .tips-page {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .tips-article {
    font-size: 16px;
    line-height: 1.65;
  }

  .tips-updated {
    display: block;
    float: none;
    margin: 0 0 10px;
  }

  .tips-article h1 {
    font-size: 26px;
  }

  .tips-article h2 {
    margin-top: 28px;
  }

  .tips-article-figure {
    float: none;
    width: 100%;
    max-width: 360px;
    margin: 16px auto 20px;
  }

  .tips-checklist {
    padding: 14px 30px 6px 12px;
  }
}
