.imageTitleCard{
  display:block;
  text-decoration:none;
  color:inherit;
}

/* kép konténer */
.imageTitleMedia{
  position:relative;
  overflow:hidden;
}

/* Drupal image */
.imageTitleMedia img{
  width:100%;
  height:auto;
  display:block;
}

/* overlay középre */
.imageTitleOverlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  pointer-events:none; /* link kattintható marad */
}

/* cím */
.imageTitleText {
    color: #fff;
    transition: background 250ms ease;
    background: #2d68c4;
    text-transform: uppercase;
    padding: 0.2em 0.5em 0em;
    font-size: 16px;
}

/* hover szín */
.imageTitleCard:hover .imageTitleText,
.imageTitleCard:focus-visible .imageTitleText{
  background:#003087;
}

/* opcionális: szebb fókusz */
.imageTitleCard:focus-visible{
  outline:2px solid currentColor;
  outline-offset:4px;
}
.margin-left-minus-15 {margin-left: -15px;}
.event-link { text-decoration: none; color: inherit; }

/* belső layout fix */
.event-row{
  display:flex;
  flex-wrap:nowrap;   
  width:100%;
}

.width-30{
  flex: 0 0 27.45%;
  max-width: 27.45%;
}

.width-75{
  flex:0 0 75%;
  max-width: 75%;
}

/* azonos magasság */
.event-left,
.event-right{
  min-height:96px;   
}

/* meta biztonság */
.event-right{
  padding-bottom:28px;
}
.width-35{
  min-width:90px;
}
/* ===== link ===== */

.view.events-list .event2-link{
  text-decoration:none;
  color:inherit;
}

/* ===== kártya ===== */

.view.events-list .event2-card{
  display:flex;
  flex-direction:column;
  background:#fff;
}

.view.events-list .event2-content{
  position:relative;
}

.view.events-list .event2-meta{
  position:absolute;
  left:16px;
  right:16px;
  bottom:2px;
  font-size:12px;
  display:flex;
  gap:18px;
  opacity:.85;
}

.view.events-list .event2-body{
  overflow-wrap:anywhere;
  word-break:break-word;
  line-height: 164%;
  font-size: 18px;
}

.view.events-list .event2-body > *:last-child{
  margin-bottom:0 !important;
}

/* ===== desktop ===== */

@media (min-width:992px){

  .view.events-list .event2-card{
    flex-direction:row;
    align-items:flex-start;
    gap:10px;
  }

  .view.events-list .event2-date{
    width:7.5em;
    height:7.5em;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
  }

  .view.events-list .event2-content{
    flex:1;
    min-height:8em;
  }

}

/* ===== sorok közti tér ===== */

.view.events-list .views-row{
  margin-bottom:15px;
}
.events-list .view-filters {
    display: none;
}

.event-date-inside-page {
    display: inline-block;
    font-size: x-large;
}
.sustom-search-page form#views-exposed-form-custom-search-page-1 {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
div#block-evolve-sub-pte-3-searchapistatsblockhirekindex:before {
    content: 'Leggyakrabban keresett';
    color: #6F6F6F;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 100%;
    padding-bottom: 5px;
}
div#block-evolve-sub-pte-3-searchapistatsblockhirekindex .content {
    padding-top: 5px;
    margin-left: -2rem;
}
div#block-evolve-sub-pte-3-searchapistatsblockhirekindex ul li::marker {
	font-family: 'FontAwesome';
  font-weight: 100; 
  content: "\f002";
  font-size: 0.8em;
}
div#block-evolve-sub-pte-3-searchapistatsblockhirekindex ul li {
	padding-left: 4px;
	
}
h2.font-pteserif {
    font-family: 'PteSerif' !important;
}
@media screen and (max-width: 991px) {
    div#block-evolve-sub-pte-3-searchapistatsblockhirekindex {
        display: none;
    }
}
.bg-gray-medium-light{
	background-color: #f2f2f2;
}
.right-5{margin-right: -5px}
.events-list .view-content h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2d68c4;
  line-height: 100%;
  margin-bottom: 15px;
  background: #f2f2f2;
  padding: 7px;
  margin-left: 115px;
  margin-top: unset;
}