form.ollu-wov-order-search-form {
    display: flex;
    gap: 8px;
}

.ollu-wov-order-search {
    margin-bottom: 25px;
}

.ollu-wov-order-search-form input[type=text]
 {
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
}

.ollu-wov-order-search-form button {
    background-color: #873eff;
    border: 1px solid #873eff;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    padding: .5rem 1rem;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.ollu-wov-order-search-form button:hover {
    background-color: #6f32cc;
    border-color: #6f32cc;
    cursor: pointer;
}
.ollu-wov-warning{
    padding: 16px;
    margin-bottom: 25px;
}

.ollu-wov-order-warning {
    background-color: #ecfcca;
}

.ollu-wov-order-error {
    background-color: #ffe2e2;
}

.ollu-wov-order-details {
    position: relative;
    min-width: 255px;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    background: #fff;
}

.ollu-wov-order-header {
    position: relative;
    min-width: 255px;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.ollu-wov-order-header p {
    margin: 0;
    padding: 8px 12px;
}

.ollu-wov-order-details .inside{
    padding: 0 12px 12px;
}

.ollu-wov-order-details h3.product-title{
    font-size: 18px;
    border-bottom: 1px solid #dddddd99;
    padding-bottom: 12px;
    padding-top: 12px;
}

.ollu-wov-order-info {
    display: flex;
    gap: 10px;
}

.ollu-wov-summary-table tr th {
    width: 55%;
}

.ollu-wov-order-info .payment-info, 
.ollu-wov-order-info .billing-info {
    width: 33%;
}

.ollu-wov-order-info tbody tr th {
    background: transparent !important;
}

ollu-wov-order-info .order-notes {
    width: 34%;
}

.ollu-wov-order-info .order_notes {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ollu-wov-order-info ul.order_notes {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ollu-wov-order-info ul.order_notes li {
    padding: 0;
}

.ollu-wov-order-info ul.order_notes li.system-note .note_content {
    background: #d7cad2;
    padding: 10px;
    position: relative;
}

.ollu-wov-order-info ul.order_notes li.system-note .note_content::after {
    border-color: #d7cad2 transparent;
}

.ollu-wov-order-info ul.order_notes li .note_content::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-width: 10px 10px 0 0;
    border-style: solid;
    border-color: #efefef transparent;
}

.ollu-wov-order-info ul.order_notes li p.meta {
    padding: 10px;
    color: #999;
    margin: 0;
    font-size: 14px;
}