.poi-howto ul {
    padding-left: 1.1rem;
}

.poi-filters,
.poi-scope-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.poi-list-thumb {
    width: 72px;
    height: 72px;
    object-fit: cover;
    flex-shrink: 0;
    background: #eef2f6;
}

.poi-list-gallery {
    position: relative;
    width: 72px;
    height: 72px;
    flex-shrink: 0;
}

.poi-list-gallery .poi-gallery-viewport {
    width: 72px;
    height: 72px;
    border-radius: 0.375rem;
    overflow: hidden;
    background: #eef2f6;
}

.poi-list-gallery .poi-gallery-slide {
    display: none;
    width: 72px;
    height: 72px;
    object-fit: cover;
    margin: 0;
}

.poi-list-gallery .poi-gallery-slide.is-active {
    display: block;
}

.poi-list-gallery .poi-gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.15rem;
    height: 1.15rem;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.55);
    color: #fff;
    font-size: 0.85rem;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    padding: 0;
}

.poi-list-gallery .poi-gallery-prev { left: 0.1rem; }
.poi-list-gallery .poi-gallery-next { right: 0.1rem; }

.poi-list-gallery .poi-gallery-counter {
    position: absolute;
    right: 0.15rem;
    bottom: 0.15rem;
    padding: 0.05rem 0.3rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.55);
    color: #fff;
    font-size: 0.62rem;
    z-index: 2;
}

.poi-list-thumb--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.poi-list-desc {
    color: var(--bs-secondary-color);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.poi-list-item.is-hidden {
    display: none !important;
}

.min-w-0 {
    min-width: 0;
}
