.hakke-related-day {
  margin: 34px 0 28px;
}

.hakke-related-day-kicker {
  display: block;
  margin: 0 0 8px;
  color: #8d713d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
}

.hakke-related-day-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 18px;
  border: 1px solid #dfd5c1;
  border-radius: 14px;
  background: #fbf8f1;
  color: #24304a;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(36, 48, 74, .05);
}

.hakke-related-day-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 18px rgba(36, 48, 74, .08);
}

.hakke-related-day-mark {
  display: inline-flex;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #24304a;
  color: #c9a35f;
  font-size: 18px;
}

.hakke-related-day-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 3px;
}

.hakke-related-day-copy strong {
  color: #24304a;
  font-size: 17px;
  line-height: 1.45;
}

.hakke-related-day-copy span {
  color: #66645f;
  font-size: 13px;
  line-height: 1.55;
}

.hakke-related-day-arrow {
  color: #9a7941;
  font-size: 27px;
  line-height: 1;
}

.lab-yogen-card {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 30px 0 18px;
  padding: 17px 18px;
  border: 1px solid #dfd5c1;
  border-radius: 14px;
  background: #fff;
  color: #24304a;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(36, 48, 74, .05);
}

.lab-yogen-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 18px rgba(36, 48, 74, .08);
}

.lab-yogen-mark {
  display: inline-flex;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #24304a;
  color: #c9a35f;
  font-size: 18px;
}

.lab-yogen-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 3px;
}

.lab-yogen-kicker {
  color: #8d713d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
}

.lab-yogen-copy strong {
  color: #24304a;
  font-size: 17px;
  line-height: 1.45;
}

.lab-yogen-description {
  color: #66645f;
  font-size: 13px;
  line-height: 1.55;
}

.lab-yogen-arrow {
  margin-left: auto;
  color: #9a7941;
  font-size: 27px;
  line-height: 1;
}

@media (max-width: 640px) {
  .hakke-related-day {
    margin: 28px 0 24px;
  }

  .hakke-related-day-link,
  .lab-yogen-card {
    gap: 11px;
    padding: 14px 13px;
  }

  .hakke-related-day-mark,
  .lab-yogen-mark {
    flex-basis: 31px;
    width: 31px;
    height: 31px;
    font-size: 16px;
  }

  .hakke-related-day-copy strong,
  .lab-yogen-copy strong {
    font-size: 16px;
  }

  .hakke-related-day-copy span,
  .lab-yogen-kicker,
  .lab-yogen-description {
    font-size: 12px;
  }
}
