/* =====================================================
   SECTIONS – LAYOUT / GUTTERS / SPECIALSEKTIONER
   (medvetet: ingen Woo My Account, ingen footer, inga product badges)
   ===================================================== */

/* -----------------------------------------------------
   Blocksy: ta bort bottom spacing före footer (site-wide)
   Behåller !important eftersom Blocksy ofta sätter attribut-styrd padding.
   ----------------------------------------------------- */
.site-main .ct-container-full[data-vertical-spacing="bottom"]{
  padding-bottom: 0 !important;
}

/* -----------------------------------------------------
   Utility: sektion utan margin-bottom
   ----------------------------------------------------- */
.usp_remove_padd{
  margin-bottom: 0 !important; /* utility: ok med !important */
}

/* -----------------------------------------------------
   Full bleed – MAP SECTION (alignfull)
   ----------------------------------------------------- */
.map-section.alignfull .wp-block-columns{
  max-width: none;
  margin: 0;
  gap: 0;
}

.map-section.alignfull .wp-block-column{
  margin: 0;
  padding: 0;
}

/* Vänster kolumn – tryck kartan mot mitten */
.map-section.alignfull .wp-block-column:first-child{
  display:flex;
  justify-content:flex-end;
}

/* Själva kartan (iframe) */
.map-section.alignfull .wp-block-column:first-child iframe{
  width: 100%;
  max-width: 775px; /* justera vid behov */
  height: 500px;
  border: 0;
}
