.headline {
    text-align: center;
    color: #727377;
}

.headlines-view {
    width: 100%;
    height: fit-content;
    overflow: hidden;
    padding: 0 22px;
}

.headlines-view img {
    width: 100%;
}

/* Carousel */

.carousel-news {
    position: relative;
    width: 100%;
    margin: 20px auto;
    font-family: sans-serif;
    background: #f0f0f0;
}

.carousel-list {
    overflow-x: scroll;
    display: flex;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 10px;
    gap: 20px;
    width: 100%;
}

.carousel-list::-webkit-scrollbar {
    display: none;
}

.carousel-item {
    flex: 0 0 0;
    scroll-snap-align: start;
    background: white;
    text-decoration: none;
    color: #222;
    padding: 10px;
    box-sizing: border-box;
    width: 90vw;
    height: 100%;
    scroll-behavior: smooth;
}

.carousel-item figure {
    overflow: hidden;
    width: 100%;
}

.carousel-item figure img {
    width: auto;
    height: 150px;
    display: block;
    margin: 0 auto;
}

.carousel-theme-date {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 5px;
    font-size: 12px;
}

.carousel-red-text {
    color: #ec3237;
}

.carousel-date {
    color: #727377;
    font-size: 10px;
}

.carousel-item h4 {
    font-size: 14px;
    line-height: 1.3;
    width: 100%;
    margin: 0;
}

/* tombol navigasi */
.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 18px;
    padding: 8px 14px;
    border: none;
    cursor: pointer;
    z-index: 10;
    user-select: none;
    border-radius: 100px;
}

.carousel-prev {
    left: 0;
}

.carousel-next {
    right: 0;
}

.header-info-kelurahan {
    display: flex;
    align-items: center;
}