.hvr-shrink2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink2:hover, .hvr-shrink2:focus, .hvr-shrink2:active {
  -webkit-transform: scale(0.90);
  transform: scale(0.90);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
}
.cikkdobozok {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.cikk {
  border: 1px solid #ccc;
  padding: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cikk-kep {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin-bottom: 10px;
}
.cikk-cim {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
  }
  
  .cikk-alcim {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 10px;
    color: #666;
  }
.cikk-tartalom {
  flex-grow: 1;
}
.tovabb-link {
  text-align: right;
  margin-top: 10px;
}
.tovabb-link a {
  color: orange;
  text-decoration: none;
}
.tovabbi-cikkek ul {
  list-style: none;
  padding-left: 0;
}
.tovabbi-cikkek li::before {
  content: "►";
  color: orange;
  margin-right: 8px;
}
.tovabbi-cikkek li {
  margin-bottom: 5px;
}

.blog-gomb-container {
    text-align: center;
    margin-top: 30px;
  }
  
  .blog-gomb {
    display: inline-block;
    padding: 10px 25px;
    font-size: 16px;
    border: 1px solid #bbbbbb;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    background-color: white;
  }
  
  .blog-gomb:hover {
    background-color: #ff8000;
    color: white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border: 1px solid #ff8000;
  }

  .date-line {
    width: 97%;
    text-align: right;
    font-size: 13px;
    color: #777;
    padding-bottom: 6px;
    border-bottom: 1px solid #e0e0e0;

    margin: 20px 20px 20px 0px;
    font-style: italic;
  }
  
  .date-line span {
    font-weight: normal;
    color: #555;
  }

  .hirdoboz {
    border: 1px solid grey;
    width: 340px;
    height: 280px;
    margin: 12px;
    display: inline-block;
    transition: 0.6s;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
  }
  .hirdoboz.dupla {
    width: 744px;
  }
  .hirdoboz img{
    width: 120%;
    margin-left: -10%;
  }
  .hirdoboz.dupla img{
    margin-top: -15%;
  }
  .hirdoboz #cim{
    width: 100%;
    background: var(--main-harmadik-szin);
    position: absolute;
    bottom: 0px;
    color: var(--main-betuszin-vilagos);
    font-weight: 300;
    font-size: larger;
    line-height: 120%;
    padding: 8px 8px 0px 0px;
    margin: 0px;
  }
  .hirdoboz #cim p {
  font-size: 9pt;
  line-height: 80%;
  font-weight: 300;
  margin: 8px 0px;
  }

  .fb-share-button {
    display: inline-flex;
    align-items: center;
    background-color: #1877f2;
    color: white!important;
    padding: 8px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    transition: background-color 0.3s;
    float: left;
    margin-top: 8px;
}

.fb-share-button:hover {
    background-color: #1558b0;
}

.fb-share-button i {
    margin-right: 6px;
    font-size: 16px;
}
.icon-facebook {
  margin-right: 4px;
}