.custom-post-widget {

      & .owl-prev {
       left: 0px;
       background: #eee !important;
        border-radius: 0px !important;
      }

      & .owl-next {
       right: 0px;
       background: #eee !important;
        border-radius: 0px !important;
      }
    }

.custom-post-meta {
  margin-top: 15px;
}
.custom-post-tag {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 5px;
}
.custom-post-tag a {
  display: block;
  background: #1abc9c;
  padding: 3px 6px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
}
.custom-post-tag a:hover {
  background: #444;
}
/*
.custom-post-widget {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom-post-item {
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
    transition: transform 0.3s;
}

.custom-post-item:hover {
    transform: translateY(-5px);
}

.custom-post-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.custom-post-title {
    font-size: 18px;
    margin: 10px 0;
    font-weight: bold;
}

.custom-post-title a {
    text-decoration: none;
    color: #333;
}

.custom-post-meta {
    font-size: 14px;
    color: #666;
}

.custom-post-tags span {
    background: #0073aa;
    color: white;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
}

.custom-post-tags span a {
    color: white;
    text-decoration: none;
}
*/
