.search-blog button, .search-blog-sidebar button {
    margin: 2px;
    border-radius: 16px !important;
    border: 1px solid #0050C3 !important;
  }
  
  .card-post img {
    aspect-ratio: 2;
  }
  
  @media (max-width: 767px) {
    .card-post img {
      aspect-ratio: 3;
    }
  }
  /*Posts category*/
  .card-post .custom-excerpt {
    font-family: 'Plus Jakarta Sans', sans-serif;
  }
  
  .category-posts-loop {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  
  @media (max-width: 1150px) {
    .category-posts-loop {
      padding-inline: 10px;
    }
  }
  
  @media (max-width: 767px) {
    .category-posts-loop {
      flex-direction: column;
      margin-bottom: 20px;
      padding-inline: 0;
    }
  }
  
  .category-posts-loop .post-card-medium {
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    min-height: 340px;
  }
  
  .category-posts-loop .post-card-medium img {
    height: 239px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
  }
  
  .category-posts-loop .post-card-medium .post-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 95px;
    padding-inline: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
  }
  
  .category-posts-loop .post-card-medium .post-content .post-title {
    font-size: 18px;
    font-weight: 600;
    color: #0050C3;
    transition: 0.25s ease-in-out;
  }
  
  .category-posts-loop .post-card-medium .post-content .post-title:hover,
  .most-viewed-posts .post-content .post-title:hover,
  .category-posts-loop .post-card-medium .post-content .post-details a:hover {
    opacity: 0.8;
  }
  
  .category-posts-loop .post-card-medium .post-content .post-details {
    text-transform: capitalize;
    color: #666;
  }
  
  .category-posts-loop .post-card-medium .post-content .post-details a {
    color: #666;
    transition: 0.25s ease-in-out;
  }
  
  .elementor-pagination .page-numbers {
    padding: 10px 12px;
    border: 1px solid #0050C3;
    border-radius: 4px;
    background-color: #ebeced;
    color: #0050C3;
    font-weight: 500;
    transition: 0.25s ease-in-out;
  }
  
  .elementor-pagination .page-numbers:is(.current) {
    background-color: #0050C3 !important;
    color: #fff;
  }
  
  .elementor-pagination .page-numbers:not(:is(.current),:is(span)):hover {
    background-color: #0050C3;
    color: #fff;
  }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
