/* Spacing */
/* Grid settings */
/* Useful calculation variabls */
/* Row inner box */
/* Columns in px - this is to set max-widths and should correspond to the widths set in the theme's image options */
/* Breakpoint options */
/* Calculated variables - do not edit unless you are a space cowboy */
/**
    Colours also need to be updated in:
    - functions-template-helpers.php 158-162
    - functions-template-helpers.php 190-230
    - acf-layout-selector/class-uu-acf-field-layout-selector.php 180
    - In the colour selector component
*/
/* Split colours - set colours when using .row.split */
/* Overlays - for modals, cookie popups */
/* Type */
/* Quotes */
/* Icons - see font-awesome.scss for more info */
/* Buttons */ /* Woocommerce */ /* Notifications */ /* Pagination */ /* Logo */ /* Header */
/* Header navigation */
/* Footer */
/* Mobile menu */ /* Cookie bar */ /* Social links */ /* Transitions */ /* Loader */ /* Modals */ /* Dots */
/* Tables */
.row-type-map_locations .map-locations-map {
  aspect-ratio: 1/1;
  width: 100%;
  min-height: 320px;
}
@media (max-width: 768px) {
  .row-type-map_locations .map-locations-map {
    aspect-ratio: 4/3;
  }
}
.row-type-map_locations .map-locations-map div {
  box-sizing: content-box;
  position: static;
}
.row-type-map_locations .col-txt .content-inner {
  justify-content: flex-end;
}