.single_section a {
  color: #3774AD;
}

.single_section {
  max-width: 96rem;
  margin: 0 auto;
  padding: 1.5rem;
}

.post_title {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 1.6rem 0;
}

.post_content, .post_meta, .post_navigation {
  padding: 1.6rem;
}

.post_content p {
  margin: 1.6rem 0;
}

.post_content p:empty {
  min-height: 1em;
}

.post_navigation_prev, .post_navigation_next {
  padding: 1.6rem 0;
}

.widget_area {
  display: flex;
  flex-wrap: wrap;
}

.widget {
  width: 44rem;
  padding: 3rem 1rem;
}

.widget_title {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 2rem 0;
}

.widget_list {
  padding-left: 2rem;
  list-style: inside;
}

.search_form {
  display: flex;
  flex-wrap: wrap;
}

.search_form>label {
  width: 100%;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  margin: 1.6rem 0;
}

.search_field {
  width: 40%;
}