#ro5sa-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;
}

#ro5sa-app input[type="number"],
#ro5sa-app input[type="text"] {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 4px;
    margin-bottom: 8px;
    font-family: 'Cairo', sans-serif;
}

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

.ro5sa-name {
    font-size: 15px;
    font-family: 'Cairo', sans-serif;
    border-radius: 6px;
    border: 1px solid #aaa;
    padding: 8px;
    resize: none;
    width: 100%;
    height: 48px;
    margin-bottom: 6px;
}

.ro5sa-delete {
    display: block;
    color: #e74c3c;
    cursor: pointer;
    font-size: 13px;
    margin-top: 5px;
    text-align: left;
}

#ro5sa-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;
}

#ro5sa-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;
    border: none;
    cursor: pointer;
}

#ro5sa-send-wp:hover {
    background-color: #128C7E;
}