.konvajs-content,
.scheme {
    height: 200px;
    max-width: 600px;
    width: 100%;
    overflow: clip;
}

.seats-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 3px;
    font-size: 14px;
}

.seat-plan {
    display: flex;
    background-color: #64DAA9;
    height: 35px;
    width: 35px;
    border-radius: 3px;
}

.seat-plan--selected {
    background-color: #11A0DB;
}

.seat-plan--notAvailable {
    background-color: #d4383b;
}

@media (max-width: 768px) {
    .konvajs-content,
    .scheme {
        height: 600px !important;
    }
}