.order-search-form {
    margin-bottom: 2em;
    padding: 1em;
    background: #f8f8f8;
    border-radius: 4px;
}

.order-search-form .search-fields {
    display: flex;
    gap: 1em;
    margin-bottom: 1em;
}

.order-search-form .search-field {
    flex: 1;
}

.order-search-form label {
    display: block;
    margin-bottom: 0.5em;
    font-weight: 600;
}

.order-search-form input[type="tel"],
.order-search-form input[type="text"] {
    width: 100%;
    padding: 0.5em;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.order-search-form button {
    background: #000;
    color: #fff;
    padding: 0.5em 2em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.order-search-form button:hover {
    background: #333;
}

.rut-orders-title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
    font-weight: 500;
}

.woocommerce-MyAccount-navigation {
    display: none;
}

/* Ensure the content takes full width when navigation is hidden */
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
    float: none !important;
}
