/*
Theme Name: Seafarer Child
Theme URI: https://seafarer.qodeinteractive.com
Description: A child theme of Seafarer
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: seafarer
Template: seafarer
*/
/* Fix: qi-banner inline-block shrinks to image natural width instead of filling the
   border container. Setting display:block + width:100% ensures the banner and its
   image stretch to fill the full column width so images align with their borders. */
.elementor-widget-qi_addons_for_elementor_banner .qodef-qi-banner {
  display: block !important;
  width: 100% !important;
}

.elementor-widget-qi_addons_for_elementor_banner .qodef-m-image {
  width: 100% !important;
}

/* Anchor targets (e.g. /itineraries/#saronicgulf) sit under the sticky header
     without this. --ammos-anchor-offset is measured at runtime in functions.php;
     the value here is only the fallback before that script runs. */
  :target {
    scroll-margin-top: var(--ammos-anchor-offset, 140px);
  }