#bce2-app {
    font-family: 'Cairo', sans-serif;
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    direction: rtl;
}

.bce2-row {
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 15px;
    background: #f9f9f9;
}

.bce2-name {
    width: 100%;
    padding: 6px 10px;
    font-size: 14px;
    font-family: 'Cairo', sans-serif;
    border-radius: 6px;
    border: 1px solid #ccc;
    resize: vertical;
    height: 36px;
    line-height: 1.4;
}

.bce2-cost {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #aaa;
    font-size: 16px;
    text-align: right;
    direction: rtl;
    margin-top: 6px;
}

.bce2-meta {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}

.bce2-delete {
    color: #e74c3c;
    cursor: pointer;
}

.bce2-rate {
    color: #555;
}

#bce2-app input[type="number"] {
    padding: 6px;
    margin-bottom: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: 'Cairo', sans-serif;
}

#bce2-app button {
    background: #007cba;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 15px;
}

#bce2-app button:hover {
    background: #005f8a;
}

#bce2-total-bottom {
    font-size: 22px;
    font-weight: bold;
    background: #e7f3ff;
    padding: 20px;
    border-radius: 12px;
    margin-top: 30px;
    text-align: center;
    border: 2px dashed #007cba;
    color: #007cba;
}

#bce2-whatsapp, #bce2-send-wp {
    background-color: #25D366;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 12px;
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: center;
}