body.ha-shibata-news-mother-v100 .ha-shibata-news-cards-v1 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 14px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ha-shibata-news-mother-v100 .ha-shibata-news-cards-v1 > .ha-shibata-news-card-item {
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ha-shibata-news-mother-v100 .ha-shibata-news-card {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff !important;
  border: 1px solid #dedede !important;
  border-radius: 10px;
  box-shadow: none;
  transition: background-color .18s ease, border-color .18s ease;
}

body.ha-shibata-news-mother-v100 .ha-shibata-news-card__link {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-width: 0;
  height: 100%;
  padding: 18px 46px 18px 18px;
  color: #2b2b2b;
  text-decoration: none;
}

body.ha-shibata-news-mother-v100 .ha-shibata-news-card__title {
  display: -webkit-box;
  overflow: hidden;
  min-width: 0;
  min-block-size: calc(1.5em * 2);
  max-block-size: calc(1.5em * 2);
  margin: 0 0 8px;
  padding: 0;
  color: #2b2b2b;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  transition: color .18s ease;
}

body.ha-shibata-news-mother-v100 .ha-shibata-news-card__modified,
body.ha-shibata-news-mother-v100 .ha-shibata-news-card__lead {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.65;
  overflow-wrap: anywhere;
  transition: color .18s ease;
}

body.ha-shibata-news-mother-v100 .ha-shibata-news-card__modified {
  display: block;
  overflow: hidden;
  min-width: 0;
  margin-bottom: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.ha-shibata-news-mother-v100 .ha-shibata-news-card__lead {
  display: -webkit-box;
  overflow: hidden;
  min-width: 0;
  min-block-size: calc(1.65em * 2);
  max-block-size: calc(1.65em * 2);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

body.ha-shibata-news-mother-v100 .ha-shibata-news-card__arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  color: #2b2b2b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
  transition: color .18s ease;
}

body.ha-shibata-news-mother-v100 .ha-shibata-news-card__link:focus-visible {
  outline: 3px solid #1769aa;
  outline-offset: 3px;
}

body.ha-shibata-news-mother-v100 .ha-shibata-news-card:focus-within {
  background: var(--ha-ink, #2b2b2b) !important;
  border-color: var(--ha-ink, #2b2b2b) !important;
}

body.ha-shibata-news-mother-v100 .ha-shibata-news-card:focus-within .ha-shibata-news-card__title,
body.ha-shibata-news-mother-v100 .ha-shibata-news-card:focus-within .ha-shibata-news-card__arrow {
  color: #fff;
}

body.ha-shibata-news-mother-v100 .ha-shibata-news-card:focus-within .ha-shibata-news-card__modified,
body.ha-shibata-news-mother-v100 .ha-shibata-news-card:focus-within .ha-shibata-news-card__lead {
  color: rgba(255, 255, 255, .76);
}

@media (hover: hover) and (pointer: fine) {
  body.ha-shibata-news-mother-v100 .ha-shibata-news-card:hover {
    background: var(--ha-ink, #2b2b2b) !important;
    border-color: var(--ha-ink, #2b2b2b) !important;
  }

  body.ha-shibata-news-mother-v100 .ha-shibata-news-card:hover .ha-shibata-news-card__title,
  body.ha-shibata-news-mother-v100 .ha-shibata-news-card:hover .ha-shibata-news-card__arrow {
    color: #fff;
  }

  body.ha-shibata-news-mother-v100 .ha-shibata-news-card:hover .ha-shibata-news-card__modified,
  body.ha-shibata-news-mother-v100 .ha-shibata-news-card:hover .ha-shibata-news-card__lead {
    color: rgba(255, 255, 255, .76);
  }
}

@media screen and (min-width: 600px) {
  body.ha-shibata-news-mother-v100 .ha-shibata-news-cards-v1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 960px) {
  body.ha-shibata-news-mother-v100 .ha-shibata-news-cards-v1 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
