.top-order-box {
    max-width: 520px;
    margin: 24px auto;
    padding: 28px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    font-family: Tahoma, sans-serif;
    direction: rtl;
}
.top-order-box h2 {
    margin-top: 0;
    font-size: 1.3rem;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 12px;
}
.top-order-table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
}
.top-order-table th {
    text-align: right;
    color: #666;
    padding: 8px 0;
    width: 40%;
    font-weight: normal;
    vertical-align: top;
}
.top-order-table td {
    padding: 8px 0;
    font-weight: 600;
}
.top-pay-button {
    width: 100%;
    padding: 14px;
    background: #1a7f43;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 12px;
}
.top-pay-button:hover {
    background: #145c31;
}
.top-order-error {
    border-color: #e57373;
    background: #fff5f5;
    text-align: center;
    color: #c62828;
}
.top-order-success {
    border-color: #81c784;
    background: #f5fff6;
}
