.img-full {
  width: 100%;
  height: auto;
  display: block;
}

.blog-image {
  position: relative;
  height: unset !important;
}

.blog-image .overlay-content {
  position: absolute;
  bottom: 0; 
  padding: 20px;
  margin-bottom: 20px;
}

.hero-blog-box {
	width: 688px;
	position: absolute;
	bottom: 65px;
	color: #FFFFFF;
}
/* blog list page  */
.section-blog{
	padding-top: 50px;
    padding-bottom: 50px;

}
.section-blog img{
	border-radius:12px;
	height:245px;
}
.card-custom {
  width: 368px;
  border: none;
}

.card-img-top-custom {
  border-radius: 12px;
}
.blog-tag-badge{
	margin-top: 19px;
}

p.blog-tag-text{
	color: #2F393F;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    line-height: 90%;
    letter-spacing: 0%;
}
h5.card-title.card-title-custom{
	align-self: stretch;
    color: var(--Main);
    font-family: 'Rushen';
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0;
	color : #2F393F;
}

.read-more-text img {
  width: 16px;
  height: auto;
  margin-left: 6px;
  vertical-align: middle;
}
a.read-more-text{
	text-decoration: none !important;
}

/*  */
.btn-sm {
	border: 1px solid var(--Gray, #60676C) !important;
    color: #60676C !important;
}
.filter-buttons {
	display: flex;
	justify-content: center;
	gap: 18px;
}
.blog-title {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
.blog-tag-text{
    padding: 7px 10px;
    border-radius: 100px;
    display: inline;
	background-color : #2F393F1A;
	margin-bottom: 10px;
	width: max-content;
	font-size: 12px;
    font-weight: 600;
}
.blog-tag-single {
	font-size: 18px;
	padding: 8px 30px;
	margin-bottom: 20px;
	display:block;
}
.blog-readmore-btn {
	color: #131313;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}
.blog-readmore-btn:after {
	content: " ";
	background-image: url(/wp-content/uploads/2025/09/blog-Read-More-icon.svg);
	padding: 6px 22px;
	background-repeat: no-repeat;
	background-position: center;
	background-position-x: 5px;
}
.blog-readmore-btn:active{
	color: #131313;
}
.blog-category-btn {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0;
}

.blog-category-btn a {
  padding: 8px 22px;
  border: 1px solid #60676C;
  border-radius: 37px;
  text-decoration: none;
  color: #60676C;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.blog-category-btn a:hover {
  background: #60676C;
  color: #fff !important;
}

.blog-category-btn a.active {
  background: #2F363D; /* dark active background */
  color: #fff !important;
  border-color: #2F363D;
}


/*  */
.custom-pagination ul {
  display: flex;
  justify-content: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.custom-pagination li {
  display: inline-block;
}

.custom-pagination a,
.custom-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 2px solid #444;
  border-radius: 50%;
  text-decoration: none;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.custom-pagination a:hover {
  background: #444;
  color: #fff !important;
}

.custom-pagination .current {
  background: #444;
  color: #fff;
  border-color: #444;
}
.reisverhalen-blog .wp-block-latest-posts__post-title{
	height: 70px;
}
.reisverhalen-blog img.attachment-medium.size-medium.wp-post-image.loaded{
	border-radius:12px;
}
a.blog-link-btn:hover{
	color  : #131313;
}
a.blog-link-btn:focus{
	color  : #131313;
}

.reisverhalen-blog img {
	height: 245px;
	width: revert-layer;
}

@media screen and (max-width: 768px), 
       screen and (width: 1024px) {
  .hero-blog-box {
    width: 100%;
  }
  .hero-blog-box p {
    padding-right: 15px;
  }
		     .section-blog{
			   padding: 6px 20px;
		 }
		   .blog-list-space-col{
			   padding: 0px;
		   }
  .mobile-heading-text {
    font-size: 28px;
  }
  .mobile-descr-text {
    font-size: 14px;
  }
  .blog-image .overlay-content {
    margin-left: 0;
  }
		   .blog-detail-title{
			   font-size: 20px !important;
		   }
		   .blog-detail-heading{
			   font-size: 28px;
		   }
}

.blog-image .text-lg-start{
	margin-bottom:100px !important;
}
 .mobile-descr-text {
    font-size: 14px;
  }

.custom-pagination-wrap ul.custom-pagination-list {
  display: flex;
  justify-content: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.custom-pagination-wrap li.pagination-item {
  display: inline-block;
}

.custom-pagination-wrap a,
.custom-pagination-wrap span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #444;
  border-radius: 50%;
  text-decoration: none;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.custom-pagination-wrap a:hover {
  background: #444;
  color: #fff !important;
}

.custom-pagination-wrap .active span {
  background: #444;
  color: #fff;
  border-color: #444;
}
.custom-pagination-wrap li.pagination-item a,
.custom-pagination-wrap li.pagination-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 2px solid #444;
  border-radius: 50%;
  text-decoration: none;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.custom-pagination-wrap li.pagination-item span:hover{
	color:#fff !important;
} 
/* Hover and Active state */
.custom-pagination-wrap li.pagination-item a:hover,
.custom-pagination-wrap li.pagination-item.active span {
  background: #444 !important;
  color: #fff !important;
  border-color: #444 !important;
}
.blog-realted-container{
  padding: 0px !important;	
}
@media screen and (max-width: 570px){
	.related-posts-swiper{
		padding-bottom:20px;
	}
	.related-posts-swiper .swiper-pagination{
		position:relative;
		top:19px;
	}
	
}
.blog-realted-btn:hover{
	color: #fff !important;
}