/* サイドバー著作者情報 - プロフィール写真（記事吹き出しと統一） */
.widget_fit_user_class .widgetProfile__img {
  background-image: url('https://mangallery.jp/wp-content/uploads/2026/04/taicho_final-2.jpg') !important;
  background-size: 120% !important;
  background-position: center top !important;
  border-radius: 50% !important;
  overflow: hidden !important;
}
.widget_fit_user_class .widgetProfile__img img {
  opacity: 0 !important;
}

/* フッターグリッドレイアウト */
.l-footer .wider {
  background-color: #1a2332;
}
.rescue-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
}
.rescue-footer-logo {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.rescue-footer-desc {
  font-size: 0.85rem;
  color: #8fa3bc;
  line-height: 1.7;
}
.rescue-footer-col-title {
  font-size: 0.9rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.rescue-footer-col ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.rescue-footer-col ul li {
  margin-bottom: 0.5rem !important;
}
.rescue-footer-col ul li a {
  color: #8fa3bc !important;
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s;
}
.rescue-footer-col ul li a:hover {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .rescue-footer-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}