.booking-item-room-images {
    position: relative;
}

.booking-item-room-images .aida-cabin-finder {
    align-items: center;
    background: rgba(0, 0, 0, 0.55);
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 36px;
    z-index: 1;
}

.booking-item-room-images .aida-cabin-finder:hover,
.booking-item-room-images .aida-cabin-finder:focus-visible {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
}

.offer-site .booking-area .booking-area-section .booking-options .booking-item .select-configurator .configurator-item .item-input .cabin-number {
    min-width: 80px;
    width: 100%;
}