/**
  * Theme Name: Spaciaz Child
  * Description: This is a child theme of Spaciaz, generated by Merlin WP.
  * Author: <a href="https://wpopal.com/">Opalthemes</a>
  * Template: spaciaz
  * Version: 1.2.1
  */
  @media (max-width: 767px) {
      .service-item.service-style-3:nth-child(2n) .service-inner .service-button {
        left: auto !important;
        right: 10px !important;
      }
    }

    /*  /epikoinonia/ + footer — icon-box divider cutting through wrapped text
        Targets the .footer-details rule in your own custom CSS, which sets the icon
        to position:absolute at a fixed 34px — that is what strands the line mid-row. */
    .footer-details.show-divider-yes .elementor-icon-box-icon {
      top: 0;
      bottom: 0;
      height: auto;
    }

    /*  "Άλλες Υπηρεσίες" carousel — button to the card's bottom-right */
    .service-item.service-style-1 .service-content { position: static !important; }
    .service-item.service-style-1 .service-button  { right: 20px !important; bottom: 20px !important; }
    /*  decor-border is the theme's scallop notch for the image's bottom edge. With
        the button moved to the card corner it anchors to the slide and cuts the
        card's rounded border; the custom-CSS 280px + object-fit:contain thumbnail
        leaves it no edge to sit on either. Drop it. */
    .service-item.service-style-1 .decor-border    { display: none !important; }