.bkn05 {
    gap: 26px;
}

.bkn05:has(> li:nth-child(-n + 2)) {
    display: flex;
    justify-content: center;
}

.bkn05:has(> li:nth-child(3)) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bkn05__card {
    width: 557px;
    display: flex;
    gap: 10px;
    padding: 20px;
}

.bkn05__top {
    position: relative;
}

.bkn05__img {
    width: 255px;
    height: 191px;
}

.bkn05 .bkn__label {
    position: absolute;
    top: 0;
    left: 0;
}

.bkn05 .bkn__name {
    width: 255px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: initial;
}

.bkn05 .bkn__price span {
    font-size: var(--contet-ttl);
    color: var(--strong-color);
    line-height: 1.6;
}

.bkn05 .bkn__smalltxt {
    width: 245px;
}

.bkn05 .bkn__date {
    margin-bottom: 5px;
}

.bkn05 .bkn__details {
    margin-bottom: 10px;
}
