.elementor-6029 .elementor-element.elementor-element-33d6997{--display:flex;}/* Start custom CSS */.kiosk-container {
    max-width:1000px;
    margin:auto;
    padding:30px;
    text-align:center;
}

.btn {
    display:block;
    width:100%;
    max-width:700px;
    margin:18px auto;
    padding:28px 32px;
    border-radius:18px;
    font-size:28px;
    font-weight:800;
    text-decoration:none;
    color:#fff;
    box-shadow:0 6px 18px rgba(0,0,0,0.18);
}

.order-box {
    background:#fff;
    border-radius:18px;
    padding:25px;
    margin:25px 0;
    text-align:left;
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
    border-left:10px solid #ccc;
}

.order-box.red { border-left-color:#dc3545; }
.order-box.yellow { border-left-color:#ffc107; }
.order-box.green { border-left-color:#28a745; }

.balance {
    font-size:28px;
    font-weight:bold;
    margin-bottom:20px;
}/* End custom CSS */