/*
Theme Name: 有邻札记首页主题
Template: therapy-coach
Version: 0.1.4
*/

.youlin-site-header {
  background: #fff;
  border-bottom: 1px solid #ded8cf;
}

.youlin-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 32px;
}

.youlin-primary-nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px 22px !important;
  align-items: center;
  justify-content: flex-end;
}

.youlin-primary-nav a {
  flex: 0 0 auto;
  margin: 0 !important;
  white-space: nowrap;
  font-family: system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  text-decoration: none;
}

.youlin-brand {
  color: #242321;
  font-family: "LXGW WenKai", "霞鹜文楷", serif;
  font-size: 25px;
  letter-spacing: .08em;
  text-decoration: none;
}

body.home,
body.home .wp-site-blocks {
  background: #fbfaf8;
}

.youlin-site-footer {
  margin: 0 !important;
  padding: 18px 32px 26px !important;
  background: #efebe6 !important;
  border-top: 1px solid #ded8cf;
  color: #716d67;
}

.youlin-site-footer p {
  max-width: 1180px;
  margin: 0 auto !important;
  color: #716d67 !important;
  font: 12px/1.7 system-ui, sans-serif;
}

.youlin-site-footer a {
  color: #7c4538;
}

@media (max-width: 800px) {
  .youlin-header-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 18px 20px;
  }

  .youlin-primary-nav {
    justify-content: flex-start;
    gap: 10px 16px !important;
  }
}
