.featured-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: calc(0.24rem - 1px);
}

.single-img {
    width: 100%;
    object-fit: cover;
    border-radius: calc(0.24rem - 1px);
}

.post-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: calc(0.24rem - 1px);
}

.card-height {
    height: 360px;
    position: relative;
}

.unstyle-categories {
    text-decoration: none;
}

.image-footer {
    background-image: url('front/img/brida.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    color: white; /* Warna teks, sesuaikan dengan gambar latar belakang */
  }

  .carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  
  .carousel-fade .carousel-item.active {
    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }

  .widget {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    width: 300px;
    font-family: Arial, sans-serif;
}
.widget img {
    border-radius: 5px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}
.widget-content {
    flex-grow: 1;
}
.widget-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.widget-category {
    color: #888;
    font-size: 12px;
    margin: 5px 0 0;
}
.widget-date {
    color: #888;
    font-size: 12px;
}

 .side-blog-entry li {
    margin-bottom: 20px;
    display: block;
  }
  
 .side-blog-entry li a  {
    color: rgba(var(--color-white-rgb), 0.4);
    margin-bottom: 0px;
  }
  
 .side-blog-entry li a img {
    flex: 0 0 50px;
    width: 50px;
  }
  
  .fs-7 {
    font-size: 14px;
  }

  .fs-8 {
    font-size: 10px;
  }
  
  .button-berita {
    display: inline-block;
    padding: 10px 20px;
    color: red;
    background-color: transparent;
    text-decoration: none;
    border: 2px solid red;
    border-radius: 5px;
    font-size: 16px;
    transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}

.button-berita:hover {
    background-color: white;
    color: red; /* Mengubah warna teks menjadi merah saat hover */
    border: 2px solid white;
}

