/* ------------------------------------------------------------------
   Fixes layered on top of the exported Elementor CSS.
   Kept separate so a rebuild never overwrites them.
   ------------------------------------------------------------------ */

/* Portrait pages position their social-icon row absolutely (top:225px),
   which lands on top of the photo once the column narrows. Below the
   tablet breakpoint, let the row flow normally so it sits under the image. */
@media (max-width: 767px) {
  .elementor-widget-social-icons.elementor-absolute {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    margin-top: 14px;
    margin-bottom: 4px;
  }
  .elementor-widget-social-icons.elementor-absolute .elementor-widget-container {
    text-align: center;
  }
}
