.ons-form-wrapper,
.ons-form {
    max-width: 600px;
    margin: 30px auto;
    padding: 25px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 12px;
}

.ons-form input[type="text"],
.ons-form input[type="email"],
.ons-form input[type="tel"],
.ons-form input[type="date"],
.ons-form input[type="number"],
.ons-form input[type="file"],
.ons-form input[type="submit"] {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

.ons-order-id {
    background: #e6ffe6;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #006400;
    font-size: 1.1em;
}

.ons-order-error {
    background: #ffe6e6;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #c00;
}

.ons-status-check {
    max-width: 700px;
    margin: 40px auto;
    padding: 25px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.status-result-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.status-title {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 20px;
    color: #2c3e50;
}

.status-row {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.status-left {
    flex: 0 0 200px;
}

.status-image,
.document-preview {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.no-image {
    width: 180px;
    height: 180px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #777;
}

.status-right {
    flex: 1;
    line-height: 1.8;
}

.status-document {
    text-align: center;
}

.ons-status-form input[type="text"],
.ons-status-form input[type="number"] {
    padding: 12px;
    margin: 10px 0;
}