/**
Theme Name: Astra Child
Author: Advisory
Author URI: https://advisoryab.se
Description: Advisory Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

#breadcrumbs {
	margin-bottom:12px;
}

/*** EVENT ITeMS ***/

/* Item som flex-kolumn så bilden trycks till botten */
.custom-event-container > .e-con-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Bilden alltid längst ner */
.custom-event-img {
  margin-top: auto;
}

/* Knappen svävar nere till höger, ovanpå bilden */
.custom-event-container { position: relative; }
.custom-event-container .ea-read-more-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

/* Lika höga grid items */
.elementor-loop-container.elementor-grid { align-items: stretch; }

/* Bildhöjd enhetlig */
.custom-event-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
}
