/*
Theme cultural-festival-child
Template: cultural-festival
*/
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
h1 {
  font-size: 35px;
}
body {
  font-size: 16px;
}
#primary article.hentry {
  margin: 20px 0;
}
.custom-logo {
  max-width: 120px;
  width: 100%;
  height: auto;
}
.gb_nav_menu {
  margin-left: auto;
}
.entry-content p {
  font-size: 16px;
  line-height: 1.4;
}
.mb5 {
  margin-bottom: 5px;
}
.wp-block-table thead tr th {
  background: #000;
  color: #e30a87;
  border-color: #000;
}
/* General Reset for Theme Blocks */
.theme-block,
.theme-block1 {
  color: #fff;
  padding: 2rem;
  border-radius: 20px;
  margin-bottom: 2.5rem;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.theme-block1 {
  background: #111;
}
.theme-block1 p {
  color: #fff;
}
/* Headings */
.theme-block h3,
.theme-block1 h3 {
  font-size: 2rem;
  color: #e30a87;
  margin-bottom: 1rem;
}
/* Paragraphs */
.theme-block p,
.theme-block1 p {
  line-height: 1.7;
  margin-bottom: 1rem;
  font-size: 1rem;
}
/* Strong labels */
.theme-block p strong,
.theme-block1 p strong {
  color: #e30a87;
  font-weight: 600;
}
/* Images */
.theme-block img,
.theme-block1 img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  box-shadow: 0 4px 20px rgba(227, 10, 135, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.theme-block img:hover,
.theme-block1 img:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 25px rgba(227, 10, 135, 0.5);
}
.check-list {
  list-style: none;
  padding-left: 0;
  margin: 2rem 0;
}
.check-list li {
  position: relative;
  padding-left: 2.2rem;
  margin-bottom: 1.2rem;
}
/* Checkmark Icon */
.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: #e30a87;
  font-weight: bold;
  font-size: 1.2rem;
}
/* Emphasized Festival Names */
.check-list li strong {
  color: #e30a87;
  font-weight: 600;
}
/* Reset default list styling */
.casi-list {
  list-style: none;
  padding-left: 0;
  margin: 2rem 0;
}
/* Base list item styles */
.casi-list li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
}
/* Strong title highlight */
.casi-list li strong {
  color: #e30a87;
}
/* Emoji icons using data attributes for individual icons */
.casi-list li::before {
  content: "⚡";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
/* Optional: Hover effect for fun interaction */
.casi-list li:hover {
  transform: translateX(4px);
  transition: all 0.2s ease-in-out;
}
/* Wrapper Styles */
.sweet-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  color: #fff;
  border: 2px solid #e30a87;
  border-radius: 16px;
  padding: 1rem;
  margin-bottom: 1rem;
  gap: 1rem;
  flex-wrap: wrap;
  box-shadow: 0 0 20px rgba(227, 10, 135, 0.15);
}
/* Number Badge */
.sweet-num {
  font-size: 0.9rem;
  font-weight: 700;
  background-color: #e30a87;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 50%;
  text-align: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Casino Image */
.sweet-img img {
  width: 130px;
  height: 110px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(227, 10, 135, 0.3);
  object-fit: cover;
}
/* Bonus Info */
.sweet-adv {
  flex: 1;
  font-size: 20px;
  text-align: center;
  font-weight: 800;
}
/* Visit Button */
.sweet-btn a {
  display: inline-block;
  background-color: #e30a87;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none !important;
}
.sweet-btn a:hover {
  background-color: #ff4fb3;
  transform: translateY(-2px);
}
/* Footer Disclaimer */
.sweet-ontresp {
  font-size: 0.875rem;
  color: #ccc;
  margin: 0.5rem 0 1.5rem;
  text-align: left;
}
.sweet-ontresp a {
  color: #e30a87;
  text-decoration: underline;
}
.entry-content .btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #e30a87;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none !important;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(227, 10, 135, 0.3);
  transition: background-color 0.3s ease, transform 0.2s ease;
  position: relative;
}
.btn-link::before {
  content: "🎰";
  font-size: 1.2rem;
}
.entry-content .btn-link:hover {
  background-color: #ff4fb3;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(227, 10, 135, 0.4);
}
.btn-link:active {
  transform: scale(0.98);
}
.schema-faq {
  background-color: #000;
  color: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  border: 2px solid #e30a87;
  box-shadow: 0 0 20px rgba(227, 10, 135, 0.15);
}
.schema-faq-section {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border: 1px solid #e30a87;
  border-radius: 10px;
  background-color: #111;
  transition: background-color 0.3s ease;
}
.schema-faq-section:hover {
  background-color: #1a1a1a;
}
.schema-faq-question {
  display: block;
  font-size: 1.2rem;
  color: #e30a87;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.5rem;
}
.schema-faq-question::before {
  content: "❓";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
}
.schema-faq-answer {
  font-size: 1rem;
  line-height: 1.6;
  color: #ddd;
  margin: 0;
}
/* Responsive Behavior */
@media (max-width: 992px) {
  .imgr {
    flex-direction: column;
  }
  .imgl {
    flex-direction: column-reverse;
  }
  .sweet-img img {
    width: 90px;
    height: 90px;
  }
  .sweet-num {
    display: none;
  }
  .sweet-btn {
    width: 100%;
    margin-top: 0.5rem;
  }
  .sweet-btn a {
    width: 100%;
    text-align: center;
  }
  .sweet-adv {
    font-size: 15px;
  }
}
