.readmore56 .btn56 {
    line-height: 24px;
		height: 40px;
	  background: black;
	  border-radius: 4px;
		font-size: 12px;
}

.home-latest-articles {
	padding-bottom: 64px;
}

.grecaptcha-badge {
	display: none;
}
.author-profile {
  padding: 20px;
  background-color: none;
  border: 1px solid #ddd;
  border-radius: 8px;
  max-width: 400px;
}

.author-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.author-image {
  margin-right: 10px;
}

.author-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.author-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.author-details {
  flex-grow: 1;
}

.author-bio {
  margin: 0 0 10px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

.read-more {
  color: #0073aa;
  text-decoration: none;
  font-weight: bold;
}

.read-more:hover {
  text-decoration: underline;
}

.searchwp-live-search-results {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    height: 0;
    overflow: hidden;
    z-index: 99999999 !important;
    position: absolute;
    display: none;
}

.offcanvas56 {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999993 !important;
    background: white;
    padding: 16px;
    width: 320px;
    transform: translate(-102%, 0);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sidebar-widget {
  width: 100%;
  margin-bottom: 10px;
}
.sidebar-widget a {
  display: block;
  text-decoration: none;
}
.sidebar-widget img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease;
}
.sidebar-widget img:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}