/**
 * Footer Block Styles Override
 *
 * Custom styles for the footer block in the child theme.
 * Compiled from style.scss
 *
 * @package Tourseta_Child
 */
/* Child theme footer block wrapper */
.wp-block-tourseta-footer.tourseta-child-footer {
  /* Add your custom styles here */
}
.wp-block-tourseta-footer.tourseta-child-footer .block.pt-\[30px\] img {
  transition: opacity 0.3s ease;
}
.wp-block-tourseta-footer.tourseta-child-footer .block.pt-\[30px\] img:hover {
  opacity: 0.8;
}
.wp-block-tourseta-footer.tourseta-child-footer .list-none li a {
  color: var(--footer-link-color, #979797);
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: var(--footer-link-font-size, 14px);
  font-weight: 500;
}
.wp-block-tourseta-footer.tourseta-child-footer h4 {
  color: var(--footer-heading-color, #ffffff) !important;
  font-size: var(--footer-heading-font-size, 26px) !important;
  margin-bottom: 1rem;
  min-height: 2.5rem;
}
.wp-block-tourseta-footer.tourseta-child-footer p {
  color: var(--footer-text-color, #ffffff);
  font-size: var(--footer-text-font-size, 16px);
}
.wp-block-tourseta-footer.tourseta-child-footer .flex-wrap img {
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.wp-block-tourseta-footer.tourseta-child-footer .flex-wrap img:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
.wp-block-tourseta-footer.tourseta-child-footer .border-t {
  border-color: #374151;
}
.wp-block-tourseta-footer.tourseta-child-footer .flex.gap-4 a {
  color: var(--footer-link-color, #979797);
  transition: color 0.3s ease;
}
.wp-block-tourseta-footer.tourseta-child-footer .flex.gap-4 a:hover {
  color: #ffffff;
}
.wp-block-tourseta-footer.tourseta-child-footer .flex.gap-4 a svg {
  transition: transform 0.2s ease;
}
.wp-block-tourseta-footer.tourseta-child-footer .flex.gap-4 a:hover svg {
  transform: scale(1.1);
}
@media screen and (max-width: 1200px) {
  .wp-block-tourseta-footer.tourseta-child-footer {
    padding-left: var(--wp--preset--spacing--55, 2rem) !important;
    padding-right: var(--wp--preset--spacing--55, 2rem) !important;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-tourseta-footer.tourseta-child-footer {
    padding-left: var(--wp--preset--spacing--40, 1rem) !important;
    padding-right: var(--wp--preset--spacing--40, 1rem) !important;
  }
}

body .powered-row {
  border-top: 1px solid #EAE2DB;
}

footer.wp-block-template-part {
  margin-top: 0px;
}

/* Logo section */
/* Navigation menu */
/* Headings */
/* Text content */
/* Payment methods */
/* Bottom section border */
/* Legal links */
/* Social links hover effect */
/* Editor-specific styles */
.tourseta-child-footer-editor {
  /* Add editor-specific styles here */
}

/* Editor wrapper for child theme footer override */
.tourseta-child-footer-wrapper {
  position: relative;
}
.tourseta-child-footer-wrapper .grid.grid-cols-1 > div:nth-child(3), .tourseta-child-footer-wrapper .grid.grid-cols-1 > div:nth-child(4) {
  display: none !important;
}

/* Hide original Text and Payment columns in editor */
/* Overlay containing custom menu columns */
.tourseta-child-footer-overlay {
  position: absolute;
  top: 6px;
  right: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  width: 50%;
  padding-right: 0;
  pointer-events: auto;
  z-index: 100;
}

/* Custom menu column styles */
.tourseta-child-menu-column {
  padding: 0;
  position: relative;
  z-index: 101;
}
.tourseta-child-menu-column h4 {
  margin-bottom: 1rem;
  color: var(--footer-heading-color, #ffffff);
  font-size: var(--footer-heading-font-size, 20px);
  font-weight: 600;
  cursor: text;
}
.tourseta-child-menu-column h4:focus,
.tourseta-child-menu-column h4 [contenteditable]:focus {
  outline: 2px solid #007cba;
  outline-offset: 2px;
}
.tourseta-child-menu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tourseta-child-menu-column li {
  margin-bottom: 0.5rem;
}
.tourseta-child-menu-column a {
  text-decoration: none;
  color: var(--footer-link-color, #9CA3AF);
  font-size: var(--footer-text-font-size, 16px);
  transition: color 0.3s ease;
  cursor: pointer;
}
.tourseta-child-menu-column a:hover {
  color: #ffffff;
}

/* Footer grid tablet layout - Logo on row 1, 3 menus on row 2 */
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-grid-view > div:first-child {
    grid-column: span 3;
  }
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .wp-block-tourseta-footer.tourseta-child-footer .grid {
    gap: 1.5rem;
  }
  .wp-block-tourseta-footer.tourseta-child-footer .flex-col {
    align-items: flex-start;
  }
  .menu-t-2 {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
