.el-mini-booking {
    display: flex;
    flex-direction: row;
}
.el-mini-booking .el-ctn {
    border-right: 1px solid #efefef;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 10px
}
.el-mini-booking .el-ctn:last-child {
    border-right: 0;
}
.el-mini-booking input[type=submit]{
    border: 0;
    border-radius: 3px;
}
.el-mini-booking select {
    min-width: 80px;
}

body[data-elementor-device-mode=mobile] .el-mini-booking {
    flex-direction: row;
    flex-wrap: wrap;
}
body[data-elementor-device-mode=mobile] .el-mini-booking .el-ctn {
    padding: 5px 10px;
    width: 50%;
    gap: 10px;
    border-right: 0;
}
body[data-elementor-device-mode=mobile] .el-mini-booking .el-ctn:last-child {
    width: 100%;
}
body[data-elementor-device-mode=mobile] .el-mini-booking .el-ctn:last-child label {
    display: none;
}
