html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
ul.ddmenu li {
  display: inline-block; 
  list-style-type: none;
  position: relative;
}
ul.ddmenu a {
  display: block;
}
ul.ddmenu ul {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  background-color: #f5f5f5;
  z-index: 999;
  min-width: 160px; 
}
ul.ddmenu li:hover > ul {
  display: block;
}
ul.ddmenu ul li {
  display: block;
}
#home {
  height: auto;
}
/* 背景山谷 */
.section-divider {
    width: 100%;
    height: 80px;
    background: transparent;
}
.section-divider.mountain {
  clip-path: polygon(50% 0%, 101% 101%, 0% 101%);
  background-image: url('bg1.png');
  background-position: center;
}
.section-divider.valley {
    clip-path: polygon(-1% -1%, 101% -1%, 50% 101%);
    background-image: url('bg1.png');
    background-position: center;
}
/* 背景上下グラデーション */
.gradient-mask-bottom {
  mask-image: linear-gradient(to bottom, white 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, white 70%, transparent 100%);
}
.gradient-mask-top {
  mask-image: linear-gradient(to top, white 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, white 95%, transparent 100%);
}
.gradient-mask-top2 {
  mask-image: linear-gradient(to top, black 97%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, black 97%, transparent 100%);
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #140606;
  z-index: 40;
  padding-left: 2rem;
  padding-right: 2rem;
}
.headlogo {
  height: 6rem;
}

.hedder-cast {
  display: block;
  padding: 0.5rem 1rem;
  background-color: #140606;
  color: #f5f5f5;
  text-decoration: none;
}
.hedder-cast:hover {
  color: #DDBB88;
}
#mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #140606;
  font-family: 'Noto Serif JP', serif;
  z-index: 1000;
}
#mobile-menu.hidden {
  display: none;
}
.mobile-menu-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mobile-menu-link {
  color: #f5f5f5;
  text-decoration: none;
}
.mobile-menu-link:hover {
  color: #DDBB88;
}
.mobile-submenu {
  padding-left: 1rem;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mobile-submenu-link {
  display: block;
  color: #f5f5f5;
  text-decoration: none;
}
.mobile-submenu-link:hover {
  color: #DDBB88;
}

footer {
  background-color: #140606; 
  color: #ffffff;             
  padding-bottom: 3rem; 
}
:where([class^="ri-"])::before {
    content: "\f3c2";
  }
  
body {
    font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
}

/* フェードイン */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/*共通*/
.section-title {
  font-family: 'Eagle Lake', serif;
  color: #F5F5F5;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-shadow: 0 0 5px black;
  position: relative;
  display: inline-block;
  padding: 40px 120px;
  margin: 0 auto;
  background-image: url('button.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 300px auto;
}
.back-to-top {
  text-align: center;
  margin-top: 2.5rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 500;
}
.back-to-top-link {
  display: inline-flex;
  align-items: center;
  color: #8A774B;
  transition: color 0.3s ease;
  text-decoration: none;
  font-size: 0.9rem;
}
.back-to-top-link:hover {
  color: #8B0000; 
}

/*HOME*/
.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 9999px;
  transition: background-color 0.3s ease;
}
.slider-button:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.left-button {
  left: 0.8rem;
}
.right-button {
  right: 0.8rem;
}
.slider-button .icon {
  height: 0.8rem;
  width: 0.8rem;
  color: #F5F5F5;
}
.dot-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0.5rem;
  display: flex;
  gap: 0.75rem;
  z-index: 10;
  color: #F5F5F5;
  font-size: 0.6rem;
}
.dot {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.dot.active {
  opacity: 1;
}

/*STORY*/
#story {
  padding-top: 3rem;
  padding-bottom: 6rem;
}
.story-card {
  margin: 0 auto;
  max-width: 45rem;
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.story-image {
  background-image: url('story-yoko.png');
}

/* CAST */
.door {
  transition: transform 0.3s ease-in-out;
  width: 180px;
  height: auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.image-container {
width: 100%;
height: 80%;
}
.door img {
filter: brightness(1.2);
width: 100%;
height: 100%;
object-fit: cover;
}
.door:hover img {
filter: brightness(1.5);
transition: filter 0.3s ease;
}
.info {
padding: 7px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.divider {
  width: 130px;
  border: none;
  border-top: 2.5px solid #8A774B;
  margin: 3px 0;
}
/* === きつねさん === */
.resident-kitsune p {
font-family: 'Zen Old Mincho', serif;
color: #f5f5f5;
text-shadow: 0 0 5px #000000;
font-size: 0.8rem;
margin-bottom: 3px;
margin-top: 5px;
}
.resident-kitsune h3 {
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.1rem;
  font-weight: bold;
  color: #F5F5F5;
  text-shadow: 0 0 5px #000000;
  margin-bottom: 3px;
  }
/* === 犬月レオ === */
.resident-leo p {
font-family: 'Zen Old Mincho', serif;
color: #f5f5f5;
text-shadow: 0 0 5px #000000;
font-size: 0.8rem;
margin-bottom: 3px;
margin-top: 5px;
}
.resident-leo h3 {
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.1rem;
  font-weight: bold;
  color: #F5F5F5;
  text-shadow: 0 0 5px #000000;
  margin-bottom: 3px;
  }
/* === ジャーギット === */
.resident-jag p {
font-family: 'Zen Old Mincho', serif;
color: #F5F5F5;
text-shadow: 0 0 5px #000000;
font-size: 0.8rem;
margin-bottom: 3px;
margin-top: 5px;
}
.resident-jag h3 {
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.1rem;
  font-weight: bold;
  color: #F5F5F5;
  text-shadow: 0 0 5px #000000;
  margin-bottom: 3px;
  }
.residents-grid {
  padding-top: 1rem; 
  display: flex;
  justify-content: center;    
}

.director-img {
  max-width: 230px;
  object-fit: contain;
  filter: brightness(1.3);
}
.director-title {
  font-family: 'Zen Old Mincho', serif;
  color: #f5f5f5;
  text-shadow: 0 0 5px black;
  font-size: 1.25rem;
}
.director-text {
  font-family: 'Zen Old Mincho', serif;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #f5f5f5;
  text-shadow: 0 0 5px black;
}

/*NEWS*/
.news-item {
  background-color: #140606;
  overflow: hidden;
  font-family: 'Zen Old Mincho', serif;
  border: #8A774B 2px solid;
}
.news-image {
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
}
.news-content {
  padding: 1rem;
  padding-bottom: 1.1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.news-date {
  font-size: 0.7rem;
  color: #80766b;
}
.category-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.6rem;
  border-radius: 9999px;
  font-size: 0.6rem;
  color: #f5f5f5;
  background-color: #8B0000;
  line-height: 1;
  text-align: center;
}
.news-title {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  color:#f5f5f5;
  text-align: left;
}
.news-link {
  text-align: right;
}
.details-link {
  font-size: 0.8rem;
  color: #8A774B;
  text-decoration: none;
}
.details-link:hover {
  text-decoration: underline;
}

/*GOODS*/
.goods-item {
  background-color: #140606;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-family: 'Zen Old Mincho', serif;
  border: #8A774B 2px solid;
}
.goods-image {
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
}
.goods-content {
  padding: 1rem;
  padding-bottom: 1.1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.goods-title {
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
  color:#f5f5f5;
  text-align: left;
}
.goods-price {
  font-size: 0.7rem;
  text-align: right;
  margin-bottom: 0.25rem;
  color: #8A774B;
}
.goods-button {
  font-size: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #f5f5f5;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  white-space: nowrap;
}
.goods-button:hover {
  opacity: 0.8;
}

/*SNS*/
.youtube-tiktok-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 1rem;
}
.social-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
}
.sns-name {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 5px black;
  font-family: 'Zen Old Mincho', serif;
  color: #f5f5f5;
  border: #f5f5f5 1.5px solid;
  border-radius: var(--radius-button, 9999px);
  width: 200px;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
  font-weight: 500;
  background-color: #111111;
  margin-bottom: 1rem;
}
.social-box-wrapper {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-box {
  flex: 1 1 auto;
  max-width: 360px;
  min-width: 180px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 0.2rem;
}
.double-video .video-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 1rem;
}
.double-video iframe {
  width: 100%;
  height: 50%;
  border: none;
}
.social-box iframe {
  width: 100%;
  height: 100%;
}
.tiktok-box {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.tiktok-box blockquote {
  width: 100%;
  height: 100%;
  transform: scale(1.2) translateY(-8.5%);
  transform-origin: top center;
}
.sns-button {
  font-family: 'Zen Old Mincho', serif;
  color: #f5f5f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #8B0000;
  padding: 0.3rem 0;
  width: 200px;
  font-size: 1.2rem;
  border: none;
  cursor: pointer;
  user-select: none;
  border-radius: 0.25rem;
  transition: background-color 0.3s ease;
  margin-top: 1rem;
}
.sns-button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 700px) {
  .youtube-tiktok-box {
    flex-direction: column;
    align-items: center;
  }
}
.x-align-top {
  align-items: flex-start !important;
}
.twitter-tweet {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.x-embed-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}
.social-title2{
  font-family: 'Zen Old Mincho', serif;
  font-size: 0.8rem;
  line-height: 1.8;
  color: #f5f5f5;
  text-shadow: 0 0 3px black;
  margin: auto;
  padding-top: 1rem;
}
.social-title3{
  margin: 0 auto;
  font-size: 1rem;
  text-align: center;
  font-family: 'Zen Old Mincho', serif;
  color: #f5f5f5;
  margin-bottom: 2rem;
}
.fixed-center {
  left: 50%;
  z-index: 9999;
}
.Fanbox {
  font-family: 'Zen Old Mincho', serif;
  color: #f5f5f5;
  width: 540px;
  border: none;
  border-bottom: 1.5px solid #8A774B;
  display: block;
  margin: 2rem auto;
  text-align: center;
  padding-bottom: 0.1rem;
  line-height: 1.2;
}
.plan-card {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  padding: 20px;
  color: white;
  min-height: 500px;
  filter: brightness(1.2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  font-family: 'Zen Old Mincho', serif;
}
.plan-text {
  max-width: 260px;
  width: 100%;
  text-align: left;
}
.plan-title {
  border-top: 1px solid #8A774B;
  border-bottom: 1px solid #8A774B;
  padding: 5px 0;
  text-align: center;
  color: #f5f5f5;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.plan-price {
  text-align: center;
  font-size: 0.95rem;
  font-weight: 300;
  color: #8A774B;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  letter-spacing: 0.1em;
}
.plan-text p:last-of-type {
  text-align: left;
  font-size: 0.9rem;
  line-height: 2;
  color: inherit;
  position: relative;
  font-weight:100;
  letter-spacing: 0.1em;
}
.plan-text p:last-of-type::after {
  content: "etc...";
  display: block;
  text-align: right;
}
.plan {
  background-image: url('fanbox.png');
}
.plan-img {
  max-width: 90%;
  margin-top: 1.8rem;
  object-fit: contain;
  text-align: center;
}
.support-button {
  font-family: 'Zen Old Mincho', serif;
  color: #f5f5f5;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #8B0000;
  padding: 0.3rem 2rem;
  font-size: 0.8rem;
}

/* SCHEDULE */
#prevDate, #nextDate {
  color: #f5f5f5;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
}
#prevDate:hover, #nextDate:hover {
  opacity: 0.8;
}
#dateDisplay {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f5f5f5;
  font-family: 'Zen Old Mincho', serif;
  letter-spacing: 0.1em;
}
#calendar-schedule {
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
}
.icon {
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.stream-card {
  display: flex;
  width: 100%;
  max-width: 60rem;
  max-height: 50rem;
  margin: 0 auto;
  background-color: #140606;
  overflow: hidden;
  text-decoration: none;
  align-items: center;
  transition: background 0.3s ease;
  font-family: 'Zen Old Mincho', serif;
  border: #8A774B 2px solid;
}
.stream-card:hover {
  opacity: 0.8;
}
.stream-thumbnail {
  width: 25rem;
  height: auto;
  object-fit: cover;
}
.stream-details {
  padding: 1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stream-time-wrapper {
  display: flex;
  flex-direction: column;
}
.stream-time {
  font-weight: 700;
  font-size: 1.5rem;
  color: #8A774B;
  padding-bottom: 0.5rem;
  letter-spacing: 0.1em;
}
.stream-time.desktop {
  display: block;
}
.stream-time.mobile {
  display: none;
}
.stream-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.channel-color-1 {
  background-color: #8B0000;
  color: #F5F5F5;
}
.channel-color-2 {
  background-color: #ff1493;
  color: #F5F5F5;
}
.channel-color-3 {
  background-color: #5dacce;
  color: #F5F5F5;
}
.channel-color-4 {
  background-color: #003bbe;
  color: #F5F5F5;
}
.live-tag {
  background-color: #8B0000;
  color: #f5f5f5;
}
.badge {
  display: inline-block;
  font-size: 0.9rem;
  padding: 3px 15px 3px 15px;
  border-radius: 9999px;
  font-weight: 400;
  line-height: 1.2;
  vertical-align: middle;
}
.stream-title {
  font-size: 1.4rem;
  color: #f5f5f5;
  font-weight: 300;
}
.calendar-legend {
  margin-top: 1.5rem;
  text-align: center;
  color: #f5f5f5;
  font-family: 'Zen Old Mincho', serif;
}
.calendar-legend-note {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 0.8rem;
}

@media (max-width: 820px) {
  .stream-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .stream-thumbnail {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .stream-details {
    padding: 1rem;
    align-items: stretch;
    width: 100%;
  }
  .stream-time-wrapper {
    flex-direction: column;
    width: 100%;
  }
  .stream-time.desktop {
    display: none;
  }
  .stream-time.mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 0.5rem;
  }

  .mobile-time {
    font-weight: 700;
    font-size: 1.5rem;
    color: #8A774B;
    letter-spacing: 0.1em;
  }

  .stream-meta {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0.4rem;
    padding: 0 0.5rem;
  }
  .desktop-live-tag {
    display: none !important;
  }
  .mobile-live-tag {
    display: inline-block !important;
  }
}

/*CONTACT*/
#contact {
  font-size: 1rem; 
}


/*お知らせ一覧・お知らせ詳細*/
.category-filter-container {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.category-filter-group {
  display: inline-flex;
  background-color: #8A774B;
  backdrop-filter: blur(8px);
  border-radius: 9999px;
  padding: 0.25rem;
  gap: 0.25rem;
}
.category-filter-label {
  position: relative;
}
.category-filter {
  display: none;
}
.category-button {
  color: #f5f5f5;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  cursor: pointer;
  display: block;
  white-space: nowrap;
  font-size: 0.7rem;
  transition: background-color 0.3s;
}
.back-to-news {
  text-align: center;
  margin-top: 2.5rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 500;
}
.back-to-news-link {
  display: inline-flex;
  align-items: center;
  color: #8A774B;
  transition: color 0.3s ease;
  text-decoration: none;
  font-size: 0.9rem;
}
.back-to-news-link:hover {
  color: #8B0000; 
}
.back-to-news1{
  text-align: left;
  margin-left: 2rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 500;
}
.back-to-news1-link {
  display: inline-flex;
  align-items: center;
  color: #8A774B;
  transition: color 0.3s ease;
  text-decoration: none;
  font-size: 0.9rem;
}
.back-to-news1-link:hover {
  color: #8B0000; 
}
.news-detail-container {
  background-color: #f5f5f5;
  padding: 1.2rem;
  margin-bottom: 2rem;
}
.news-detail-header {
  text-align: center;
}
.news-detail-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-detail-date {
  color: #80766b;
  font-size: 0.8rem;
}
.news-detail-category-badge {
  font-size: 0.8rem;
  font-weight: bold;
  display: inline-flex;         
  align-items: center;          
  justify-content: center;      
  padding: 0.5rem 0.9rem;
  border-radius: 9999px;
  color: #f5f5f5;
  background-color: #8B0000;
  line-height: 1;               
  text-align: center;
}
.news-detail-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
}
.news-detail-image {
  text-align: center;
  margin-bottom: 2rem;
}
.news-detail-image img {
  margin: 0 auto;
  max-width: 100%;
}
.news-detail-body p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #000;
  text-align: left;
  margin-bottom: 0.7rem;
}
.news-detail-body h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #8B0000;
  border-left: 4px solid #8B0000;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.news-detail-body h3 {
  font-weight: bold;
  color: #4a5568;
  margin-bottom: 0.1rem;
  padding-top: 0.5rem;
}
.news-warning-box {
  border: 2px solid #8B0000;
  border-radius: 0.2rem;
  padding: 1.5rem;
  margin-top: 2rem;
}
.news-warning-title {
  font-weight: bold;
  color: #8B0000;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  font-size: 1rem;
}
.news-detail-link {
  color: #3c97ec;
  text-decoration: underline;
  font-size: 0.8rem;
}

/*利用規約*/
.rule-title {
  font-family: 'Zen Antique', serif;
  color: #F5F5F5;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-shadow: 0 0 5px black;
  position: relative;
  display: inline-block;
  padding: 40px 120px;
  margin: 0 auto;
  background-image: url('button.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 300px auto;
  white-space: nowrap;
  font-weight: bold;
}
.rule-container {
  background-color: #f5f5f5;
  padding: 2rem;
  margin-bottom: 3rem;
}
.rule-date {
  color: #6b7280;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.rule-detail-body h2 {
  font-size: 1.2rem;
  line-height: 1.75;
  color: #000;
  text-align: left;
  font-weight: bold;
}
.rule-detail-body p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #000;
  text-align: left;
  margin-bottom: 0.7rem;
}
.rule-detail-body h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #8B0000;
  border-left: 4px solid #8B0000;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.rule-detail-body h4 {
  font-weight: bold;
  color: #4a5568;
  margin-bottom: 0.1rem;
  padding-top: 1rem;
}

