:root{
  --red:#0077b6;
  --red-dark:#005f8c;
  --teal:#00a896;
  --soft:#f2faf8;
}

.brand.brand-home-nursing{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--ink);
  text-decoration:none;
}

.brand-home-nursing .brand-logo{
  display:block;
  width:44px;
  height:44px;
  flex:none;
}

.brand-home-nursing .brand-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:1px;
  width:auto;
  height:auto;
  margin:0;
  background:transparent;
  color:inherit;
  line-height:1.1;
}

.brand-home-nursing .brand-copy strong{
  color:#0f4c5c;
  font-size:1rem;
}

.brand-home-nursing .brand-copy small{
  color:#008080;
  font-size:.72rem;
  font-weight:700;
}

.site-header .brand-home-nursing .brand-copy strong{font-size:.95rem}
.site-header .brand-home-nursing .brand-copy small{font-size:.68rem}
.site-header .brand-home-nursing .brand-logo{width:40px;height:40px}

.area-list{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:10px;
  margin:20px 0 0;
  padding:0;
  list-style:none;
}

.area-list li{margin:0;padding:0}

.area-list a{
  display:block;
  height:100%;
  padding:11px 13px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  color:var(--ink);
  text-decoration:none;
}

.area-list a:hover{border-color:#0077b6;color:#0077b6}

@media (max-width:560px){
  .brand-home-nursing .brand-logo{width:38px;height:38px}
  .brand-home-nursing .brand-copy strong{font-size:.9rem}
  .brand-home-nursing .brand-copy small{font-size:.65rem}
}
