.header-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
    border-radius: 30px;
}

.read-article-link {
    text-decoration: none !important;
}

.read-article-link:hover {
    color: unset;
}

.img-tint-wrapper {
    position: relative;
}

.white-overlay {
  transition: opacity 0.3s ease;
  background: linear-gradient(rgb(255 255 255 / 30%), rgb(255 255 255 / 20%));
  z-index: 1;
}

.white-overlay:hover {
  opacity: 40%;
}

.overlay-text {
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 2;
}

.overlay-text .badge {
    opacity: 85%;
    transition: opacity 0.3s ease;
    padding: 0.6em 0.8em;
    border-radius: 10px !important;
}

.overlay-text .badge:hover {
    opacity: 100%;
}


