/* Footer Styles - Beautiful Structure */

/* Main Footer Container */
#block_588264 {
  background: linear-gradient(135deg, #0d061a 0%, #1c1138 100%);
  padding: 60px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Footer Columns */
#block_4cd77d {
  gap: 40px;
  margin-bottom: 40px;
}

/* Footer Logo Section */
#block_755ca9 {
  margin-bottom: 20px;
}

#block_755ca9 .wp-block-site-logo img {
  filter: brightness(1.1);
  transition: transform 0.3s ease;
}

#block_755ca9 .wp-block-site-logo img:hover {
  transform: scale(1.05);
}

/* Footer Info Sections */
#block_5631e7,
#block_3f2e48 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 10px;
}

#block_5631e7::after,
#block_3f2e48::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, #fcb900, transparent);
}

/* Footer Text */
#block_4ac3c0,
#block_0c8480 {
  line-height: 1.8;
  color: #aeaebd;
  font-size: 14px;
}

#block_4ac3c0 a,
#block_0c8480 a {
  color: #fcb900;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-right: 5px;
}

#block_4ac3c0 a:hover,
#block_0c8480 a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* License Section */
#block_aa7d9c {
  margin-top: 20px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border-left: 3px solid #fcb900;
}

#block_14792 img {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

#block_ce1368 {
  margin-top: 10px;
  font-size: 12px;
  color: #aeaebd;
  font-style: italic;
}

/* Footer Links Section */
#block_44fdc5 {
  gap: 15px;
}

#block_44fdc5 a {
  color: #aeaebd;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  padding: 5px 10px;
  border-radius: 4px;
}

#block_44fdc5 a:hover {
  color: #fcb900;
  background: rgba(252, 185, 0, 0.1);
}

#block_c55626 {
  color: #aeaebd;
  margin: 0 5px;
}

/* Responsive Footer */
@media screen and (max-width: 768px) {
  #block_588264 {
    padding: 40px 20px 30px;
  }
  
  #block_4cd77d {
    flex-direction: column;
    gap: 30px;
  }
  
  #block_5631e7::after,
  #block_3f2e48::after {
    width: 30px;
  }
  
  #block_44fdc5 {
    justify-content: center !important;
    flex-wrap: wrap;
  }
}

/* Footer Top Section (Gambling Awareness) */
#block_f3cc29 {
  background: linear-gradient(135deg, #f3f3f3 0%, #ebebeb 100%);
  padding: 40px 20px;
  gap: 40px;
}

#block_f3cc29 figure {
  transition: transform 0.3s ease;
}

#block_f3cc29 figure:hover {
  transform: translateY(-5px);
}

#block_f3cc29 img {
  filter: grayscale(0.2);
  opacity: 0.9;
  transition: all 0.3s ease;
}

#block_f3cc29 img:hover {
  opacity: 1;
  filter: grayscale(0);
}

/* Responsible Gaming Section */
#block_85007a {
  background: #ffffff;
  padding: 40px 20px;
  border-top: 2px solid #fcb900;
}

#block_403124 {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.8;
  color: #333;
  font-size: 14px;
  text-align: center;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  #block_f3cc29 {
    flex-direction: column;
    gap: 20px;
  }
  
  #block_f3cc29 figure {
    width: 100%;
    text-align: center;
  }
  
  #block_403124 {
    font-size: 13px;
  }
}

