.blogsy-ticker .blogsy-news-ticker-wrapper .blogsy-news-ticker-title-wrapper {
    background-color: #0D2B4D !important;
}


.peony-slider .main-slider .image-wrapper:before {
	background-color: transparent;
}


/* ==============================
   原子力防災ポータル サイドバー
============================== */

.gbp-sidebar-card,
.widget .gbp-sidebar-card {
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  border: none;
  border-radius: 14px;
  padding: 20px;
  margin: 0 0 20px;
  box-shadow: 0 6px 18px rgba(15, 35, 75, 0.08);
  color: #102b55;
}

.gbp-sidebar-card * {
  box-sizing: border-box;
}

.gbp-sidebar-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
}

.gbp-sidebar-heading h3 {
  margin: 0;
  padding: 0;
  color: #102b55;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.gbp-heading-icon,
.gbp-search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1f5fbf, #2f7ee6);
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(31, 95, 191, 0.18);
}

.gbp-heading-green {
  background: linear-gradient(135deg, #37a96b, #59c989);
}

.gbp-sidebar-text {
  margin: 0 0 16px;
  color: #243b5f;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
}

.gbp-sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.gbp-sidebar-link {
  display: grid !important;
  grid-template-columns: 34px 1fr 18px;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(90deg, #eef7ff, #f7fbff);
  color: #12325f !important;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.gbp-sidebar-link:hover {
  background: linear-gradient(90deg, #e1f0ff, #f2f8ff);
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(15, 35, 75, 0.08);
}

.gbp-sidebar-link:focus-visible {
  outline: 3px solid rgba(31, 95, 191, 0.25);
  outline-offset: 2px;
}

.gbp-link-green-bg {
  background: linear-gradient(90deg, #effaf4, #f8fffb);
}

.gbp-link-green-bg:hover {
  background: linear-gradient(90deg, #e1f6ea, #f4fff8);
}

.gbp-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 8px;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}

.gbp-arrow {
  display: inline-flex;
  justify-content: flex-end;
  color: #102b55;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
}

.gbp-green {
  color: #36b36b;
}

.gbp-blue {
  color: #2c73d2;
}

.gbp-sky {
  color: #42a5f5;
}

.gbp-teal {
  color: #2fb3a8;
}

.gbp-purple {
  color: #7356c7;
}

.gbp-orange {
  color: #f39a16;
}

.gbp-yellow {
  color: #f2bc18;
}

.gbp-pink {
  color: #ec5f9a;
}

.gbp-gray {
  color: #818b99;
}

/* 検索ボックス */
.gbp-search-heading {
  margin-bottom: 16px;
}

.gbp-search-icon {
  background: transparent;
  color: #1f5fbf;
  box-shadow: none;
  font-size: 30px;
  width: 34px;
  height: 34px;
  flex-basis: 34px;
}

.gbp-search-form {
  display: grid;
  grid-template-columns: 1fr 82px;
  gap: 10px;
  margin: 0;
}

.gbp-search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

.gbp-search-form input[type="search"] {
  width: 100%;
  min-width: 0;
  height: 48px;
  border: 1px solid #cbd8e6;
  border-radius: 9px;
  padding: 0 14px;
  background: #ffffff;
  color: #102b55;
  font-size: 15px;
  font-weight: 600;
  outline: none;
}

.gbp-search-form input[type="search"]::placeholder {
  color: #7d8da2;
}

.gbp-search-form input[type="search"]:focus {
  border-color: #2f7ee6;
  box-shadow: 0 0 0 3px rgba(47, 126, 230, 0.14);
}

.gbp-search-form button {
  height: 48px;
  border: none;
  border-radius: 9px;
  background: linear-gradient(135deg, #204f9e, #2f67c8);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.gbp-search-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(32, 79, 158, 0.22);
}

.gbp-search-example {
  margin: 12px 0 0;
  color: #42536b;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
}

/* WordPressテーマ側の余白対策 */
.widget .gbp-sidebar-card ul,
.widget .gbp-sidebar-card li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.widget .gbp-sidebar-card p:last-child {
  margin-bottom: 0;
}

/* モバイル・狭いサイドバー対策 */
@media (max-width: 480px) {
  .gbp-sidebar-card,
  .widget .gbp-sidebar-card {
    padding: 16px;
    border-radius: 12px;
  }

  .gbp-sidebar-heading h3 {
    font-size: 20px;
  }

  .gbp-sidebar-link {
    font-size: 14px;
    grid-template-columns: 30px 1fr 16px;
    gap: 8px;
  }

  .gbp-search-form {
    grid-template-columns: 1fr;
  }

  .gbp-search-form button {
    width: 100%;
  }
}


/* サイドバー内の独自カード装飾を無効化 */
.gbp-sidebar-card,
.widget .gbp-sidebar-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}