.bnb-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.bnb-item {
    display: flex;
    flex-direction: column;
}

.bnb-image-link,
.bnb-title a {
    text-decoration: none;
}

.bnb-image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}

.bnb-title {
    margin: 0 0 8px;
}

.bnb-location {
    margin-bottom: 6px;
}

.bnb-excerpt {
    margin: 0;
}
