/*
Theme Name: expose-diary-child
Template: expose-diary
*/
.larg-list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.larg-list li {
  position: relative;
  padding: 16px 20px 16px 48px;
  margin-bottom: 14px;
  background: #fff;
  border: 2px solid #422213;
  border-left: 6px solid #422213;
  transition: all 0.3s ease;
}
.larg-list li:hover {
  background: #422213;
  color: #fff;
  transform: translateX(5px);
}
.larg-list li a {
  color: #422213;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}
.larg-list li:hover a {
  color: #fff;
}
.larg-list li::before {
  content: "🎰";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #422213;
  transition: color 0.3s ease;
}
.larg-list li:hover::before {
  color: #fff;
}
.comm-block {
  background: #f9f9f9;
  border-left: 6px solid #422213;
  padding: 20px 24px;
  margin: 20px 0;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.comm-block:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}
.comm-block h3 {
  font-size: 20px;
  margin: 0 0 12px;
  color: #422213;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.theme-block {
  background: #fdfcfb;
  border: 1px solid #e8e5e1;
  border-radius: 14px;
  padding: 24px;
  margin: 24px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.theme-block .wp-block-group {
  margin-bottom: 15px;
}
.theme-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.theme-block h3 {
  color: #422213;
  margin: 0 0 12px;
}
.theme-block p:nth-of-type(3) {
  font-style: italic;
  padding-left: 14px;
  border-left: 4px solid #d4a373;
  color: #5a4635;
}
.theme-block img {
  border-radius: 12px;
  border: 2px solid #d4a373;
  background: #fff;
  padding: 4px;
  transition: transform 0.3s ease;
}
.theme-block img:hover {
  transform: scale(1.05);
}
.games-group {
  margin: 30px 0;
  padding: 10px;
}
.game-block {
  background: #fdfcfb;
  border: 1px solid #e8e5e1;
  border-radius: 14px;
  padding: 22px;
  margin: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.game-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
}
.game-block h3 {
  color: #422213;
  margin: 0 0 12px;
}
.games-group .wp-block-columns:nth-of-type(1) .game-block:nth-of-type(1) h3::before {
  content: "🎰";
  color: #d4a373;
}
.games-group .wp-block-columns:nth-of-type(1) .game-block:nth-of-type(2) h3::before {
  content: "🃏";
  color: #d4a373;
}
.games-group .wp-block-columns:nth-of-type(2) .game-block:nth-of-type(1) h3::before {
  content: "🎡";
  color: #d4a373;
}
.games-group .wp-block-columns:nth-of-type(2) .game-block:nth-of-type(2) h3::before {
  content: "♠️";
  color: #d4a373;
}
.games-group .wp-block-columns:nth-of-type(3) .game-block:nth-of-type(1) h3::before {
  content: "🎥";
  color: #d4a373;
}
.game-block p {
  color: #2d2d2d;
  margin: 0;
}
@media (max-width: 768px) {
  h1 {
    font-size: 29px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 21px;
  }
  body {
    font-size: 16px;
  }
  .larg-list li {
    font-size: 15px;
    padding: 14px 16px 14px 42px;
  }
  .larg-list li::before {
    font-size: 16px;
    left: 12px;
  }
}
