/*
*Theme Name : ThemeName
*Description : ThemeName Theme
*Version : 1.0
*/


/* Container */
.wp-block-latest-posts {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Each Item */
.wp-block-latest-posts li {
  margin-bottom: 15px;
}

/* Link Card Style */
.wp-block-latest-posts__post-title {
  display: block;
  padding: 14px 18px;
  background: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  position: relative;
}

/* Hover Effect */
.wp-block-latest-posts__post-title:hover {
  background: #ff7f2e !important;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

/* Arrow Icon */
.wp-block-latest-posts__post-title::after {
  content: "→";
  position: absolute;
  right: 15px;
  transition: 0.3s;
}

.wp-block-latest-posts__post-title:hover::after {
  right: 10px;
}
.col-lg-4.col-md-4.col-sm-4.content-side.new {
    background-color: #f3ede5;
    padding: 40px;
    border-radius: 20px;
	max-height:fit-content !important;

}
h3.blog-title {
    text-align: center;
    padding-bottom: 20px;
}
