/* Force all emoji/icons in the form to render at text size */
#ro-wrap * {
    font-size: inherit;
}
#ro-wrap .ro-section-header {
    font-size: 13px !important;
    line-height: 1.5 !important;
}
#ro-wrap .ro-section-header,
#ro-wrap .ro-form-header h2,
#ro-wrap .ro-btn {
    font-size: 13px;
}
/* Prevent Elementor or theme from scaling emoji large */
#ro-wrap span, #ro-wrap label, #ro-wrap button, #ro-wrap h2 {
    font-size: inherit;
    line-height: inherit;
}

/* Romitelli Orders — Front-end form styles */

#ro-wrap {
    max-width: 960px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, sans-serif;
    color: #333;
}

/* ── Order list ─────────────────────────────────────────────────────────── */


#ro-list-search-row {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    align-items: flex-end;
    flex-wrap: wrap;
}

.ro-search-group {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ro-search-group label {
    font-size: 10px;
    font-weight: 700;
    color: #7a6250;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.ro-search-group input {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    background: #fafafa;
    transition: border-color .15s;
}

.ro-search-group input:focus {
    outline: none;
    border-color: #c9a84c;
    box-shadow: 0 0 0 2px rgba(201,168,76,.15);
    background: #fff;
}

.ro-search-group--btn {
    justify-content: flex-end;
}

#ro-search-clear {
    padding: 7px 14px;
    background: #f0e8de;
    color: #5a3e2b;
    border: 1px solid #d4b896;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    transition: background .15s;
}

#ro-search-clear:hover {
    background: #e0d0bc;
}

#ro-orders-table-wrap {
    overflow-x: auto;
}

#ro-orders-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

#ro-orders-table th {
    text-align: left;
    padding: 10px 12px;
    background: #5a3e2b;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
    white-space: nowrap;
}

#ro-orders-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #f0e8de;
}

#ro-orders-table tr:hover td {
    background: #fdf7f0;
}

.ro-edit-link {
    color: #5a3e2b;
    text-decoration: none;
    font-weight: 600;
}

.ro-edit-link:hover { color: #c9a84c; }

.ro-list-action {
    display: inline-block;
    margin-right: 6px;
    color: #5a3e2b;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.ro-list-action:hover { color: #c9a84c; }

/* ── Form header ────────────────────────────────────────────────────────── */
.ro-form-header {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 12px 0 16px;
    border-bottom: 2px solid #c9a84c;
    margin-bottom: 20px;
}

.ro-form-header h2 {
    margin: 0;
    color: #5a3e2b;
    font-size: 18px;
    flex: 1;
}

.ro-form-header-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

/* ── Sections ───────────────────────────────────────────────────────────── */
.ro-section {
    border: 1px solid #e0d5c8;
    border-radius: 6px;
    margin-bottom: 16px;
    overflow: hidden;
    background: #fff;
}

.ro-section-header {
    background: linear-gradient(90deg, #5a3e2b, #7a5a3e);
    color: #fff;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.4;
}

/* Prevent Elementor or theme from inflating the emoji icons */
#ro-wrap .ro-section-header,
#ro-wrap .ro-section-header * {
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.ro-section-body {
    padding: 16px;
}

/* ── Field grid ─────────────────────────────────────────────────────────── */
.ro-field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
}

.ro-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ro-field-wide {
    grid-column: 1 / -1;
}

.ro-field label {
    font-size: 11px;
    font-weight: 700;
    color: #7a6250;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.ro-field input[type="text"],
.ro-field input[type="date"],
.ro-field input[type="email"],
.ro-field textarea,
.ro-field select {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 7px 10px;
    font-size: 14px;
    background: #fafafa;
    transition: border-color .15s;
}

.ro-field input:focus,
.ro-field textarea:focus,
.ro-field select:focus {
    outline: none;
    border-color: #c9a84c;
    box-shadow: 0 0 0 2px rgba(201,168,76,.15);
    background: #fff;
}

/* ── Radio buttons ──────────────────────────────────────────────────────── */
.ro-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 2px;
}

.ro-radio-opt {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    background: #fafafa;
    transition: all .12s;
    user-select: none;
}

.ro-radio-opt:hover {
    border-color: #c9a84c;
    background: #fdf7e8;
}

.ro-radio-opt:has(input:checked) {
    border-color: #c9a84c;
    background: #fdf7e8;
    color: #5a3e2b;
    font-weight: 600;
}

.ro-radio-opt input[type="radio"] {
    margin: 0;
    accent-color: #c9a84c;
}

/* ── Measurements ───────────────────────────────────────────────────────── */
.ro-msr-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 4px 8px;
    margin-bottom: 8px;
}

.ro-msr-head, .ro-msr-row { display: contents; }

.ro-msr-head span {
    font-size: 11px;
    font-weight: 700;
    color: #7a6250;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 4px 0 6px;
    border-bottom: 2px solid #c9a84c;
}

.ro-msr-row span {
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 5px 0;
    color: #5a3e2b;
    border-bottom: 1px solid #f0e8de;
}

.ro-msr-row input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 8px;
    font-size: 13px;
    text-align: center;
    background: #fafafa;
    border-bottom: 1px solid #f0e8de;
}

.ro-msr-row input:focus {
    outline: none;
    border-color: #c9a84c;
    background: #fff;
}

/* ── Buttons ────────────────────────────────────────────────────────────── */
.ro-btn {
    display: inline-block;
    padding: 9px 18px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity .15s, transform .1s;
    line-height: 1;
}

.ro-btn:hover { opacity: .88; }
.ro-btn:active { transform: scale(.98); }

.ro-btn-primary   { background: #c9a84c; color: #fff; }
.ro-btn-secondary { background: #5a3e2b; color: #fff; }
.ro-btn-outline   { background: transparent; color: #5a3e2b; border: 1px solid #c9a84c; }

/* ── Form footer ────────────────────────────────────────────────────────── */
.ro-form-footer {
    display: flex;
    gap: 10px;
    padding: 16px 0;
    border-top: 2px solid #c9a84c;
    margin-top: 8px;
}

/* ── Messages ───────────────────────────────────────────────────────────── */
.ro-message {
    padding: 12px 16px;
    border-radius: 5px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.ro-success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.ro-error   { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }

/* ── PDF preview ────────────────────────────────────────────────────────── */
#ro-pdf-preview { margin-top: 20px; }

.ro-pdf-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 640px) {
    .ro-field-grid { grid-template-columns: 1fr; }
    .ro-field-wide { grid-column: 1; }
    .ro-msr-grid   { grid-template-columns: 1.5fr 1fr 1fr; }
    .ro-form-header { flex-direction: column; align-items: flex-start; }
    .ro-list-header { flex-direction: column; align-items: flex-start; gap: 8px; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   ELEMENTOR PRO COMPATIBILITY
   Elementor injects its own resets for box-sizing, buttons and form elements.
   These rules use higher specificity to override them without !important.
   ═══════════════════════════════════════════════════════════════════════════ */

/* Box-sizing reset inside our wrapper */
#ro-wrap,
#ro-wrap *,
#ro-wrap *::before,
#ro-wrap *::after {
    box-sizing: border-box;
}

/* Elementor overrides button padding/background — restore ours */
#ro-wrap .ro-btn,
#ro-wrap button.ro-btn,
#ro-wrap a.ro-btn {
    display: inline-block;
    padding: 9px 18px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
    transition: opacity .15s;
    font-family: inherit;
}

#ro-wrap button.ro-btn-primary,
#ro-wrap a.ro-btn-primary  { background: #c9a84c; color: #fff; }
#ro-wrap button.ro-btn-secondary,
#ro-wrap a.ro-btn-secondary { background: #5a3e2b; color: #fff; }
#ro-wrap button.ro-btn-outline,
#ro-wrap a.ro-btn-outline  { background: transparent; color: #5a3e2b; border: 1px solid #c9a84c; }

/* Elementor normalises input/select/textarea with its own border and padding */
#ro-wrap .ro-field input[type="text"],
#ro-wrap .ro-field input[type="date"],
#ro-wrap .ro-field input[type="email"],
#ro-wrap .ro-field textarea,
#ro-wrap .ro-field select,
#ro-wrap .ro-msr-row input,
#ro-wrap .ro-search-group input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 7px 10px;
    font-size: 14px;
    background: #fafafa;
    color: #333;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: inherit;
    margin: 0;
    transition: border-color .15s;
}

#ro-wrap .ro-field input:focus,
#ro-wrap .ro-field textarea:focus,
#ro-wrap .ro-field select:focus,
#ro-wrap .ro-msr-row input:focus,
#ro-wrap .ro-search-group input:focus {
    outline: none;
    border-color: #c9a84c;
    box-shadow: 0 0 0 2px rgba(201,168,76,.15);
    background: #fff;
}

/* Elementor sets label display:block and margin — keep ours */
#ro-wrap .ro-field label,
#ro-wrap .ro-field-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #7a6250;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin: 0 0 4px;
    padding: 0;
}

/* Elementor Pro sometimes adds margin to p/h tags inside widgets */
#ro-wrap .ro-list-header h2,
#ro-wrap .ro-form-header h2 {
    margin: 0;
    padding: 0;
}

/* Radio opts — Elementor can override label layout inside flex containers */
#ro-wrap .ro-radio-opt {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    background: #fafafa;
    margin: 0;
    font-weight: 400;
}

#ro-wrap .ro-radio-opt input[type="radio"] {
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    accent-color: #c9a84c;
    flex-shrink: 0;
}

/* Table reset — Elementor themes sometimes add border/padding to all tables */
#ro-wrap #ro-orders-table,
#ro-wrap #ro-orders-table th,
#ro-wrap #ro-orders-table td {
    border-collapse: collapse;
    vertical-align: middle;
}

/* Prevent Elementor global link colour overriding our edit links */
#ro-wrap .ro-edit-link,
#ro-wrap .ro-list-action {
    color: #5a3e2b;
    text-decoration: none;
}

#ro-wrap .ro-edit-link:hover,
#ro-wrap .ro-list-action:hover {
    color: #c9a84c;
}

/* ── Prevent Elementor theme emoji/icon inflation ───────────────────────
   Elementor (and some themes) apply large sizes to emoji rendered as images.
   Lock down every image inside our wrapper so none can blow up in size.    */

#ro-wrap img,
#ro-wrap .emoji,
#ro-wrap img.emoji {
    width: auto !important;
    height: 1em !important;
    max-width: 1em !important;
    max-height: 1em !important;
    display: inline !important;
    vertical-align: middle !important;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
}

/* Hide any Elementor divider or spacer that sneaks between our sections */
#ro-wrap .elementor-widget-divider,
#ro-wrap .elementor-widget-spacer {
    display: none !important;
}

/* ── Icon size control (Elementor inflates emoji) ────────────────────────── */
#ro-wrap .ro-section-header span,
#ro-wrap .ro-list-header h2,
#ro-wrap .ro-form-header h2 {
    font-size: inherit;
    line-height: 1.4;
}

/* Elementor sometimes sets huge line-height on sections containing emoji */
#ro-wrap .ro-section {
    line-height: 1.5;
}

/* ── Hide Elementor's built-in section divider/shape images ─────────────────
   Elementor Pro adds decorative SVG/image dividers between sections.
   These appear as large clipboard/person/boot icons between our form sections.
   ────────────────────────────────────────────────────────────────────────── */
#ro-wrap ~ .elementor-shape,
#ro-wrap ~ .elementor-shape-bottom,
#ro-wrap ~ .elementor-shape-top,
.elementor-widget-shortcode .elementor-shape,
.elementor-widget-shortcode .elementor-shape-bottom,
.elementor-widget-shortcode .elementor-shape-top {
    display: none !important;
}

/* If Elementor adds image widgets between form sections via the template */
.elementor-widget-shortcode + .elementor-widget-image img {
    /* Don't hide — might be intentional — but limit size */
    max-height: 60px;
}

/* Suppress any img tags that Elementor injects inside the shortcode widget */
#ro-wrap img:not([src]) {
    display: none;
}

/* ── Suppress large decorative images on the order form page ────────────────
   The Elementor page template may have image widgets set as section 
   backgrounds or dividers. Add this rule to limit any oversized images
   that appear near the order form shortcode widget.
   ────────────────────────────────────────────────────────────────────────── */
.elementor-widget-shortcode .elementor-widget-container {
    /* Ensure the shortcode container doesn't inherit weird padding */
    padding: 0 !important;
}

/* If the large icons are in Elementor widgets ABOVE/BELOW the shortcode
   on the same page, they need to be removed from the Elementor template
   in the page builder — our CSS cannot reach elements outside #ro-wrap. */


/* ====== LOGIN FORM ====== */
.ro-login-wrap {
    display: flex;
    justify-content: center;
    padding: 40px 16px;
}
.ro-login-box {
    background: #fff;
    border: 1px solid #e0d5c8;
    border-radius: 8px;
    padding: 32px 36px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 4px 20px rgba(90,62,43,.1);
}
.ro-login-title {
    color: #5a3e2b;
    font-size: 20px;
    margin: 0 0 6px;
    text-align: center;
}
.ro-login-desc {
    color: #888;
    font-size: 13px;
    text-align: center;
    margin: 0 0 20px;
}
.ro-login-box .login-username label,
.ro-login-box .login-password label,
.ro-login-box p label {
    font-size: 12px;
    font-weight: 700;
    color: #5a3e2b;
    text-transform: uppercase;
    letter-spacing: .04em;
    display: block;
    margin-bottom: 4px;
}
.ro-login-box input[type="text"],
.ro-login-box input[type="password"] {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 14px;
    box-sizing: border-box;
}
.ro-login-box input[type="text"]:focus,
.ro-login-box input[type="password"]:focus {
    outline: none;
    border-color: #c9a84c;
    box-shadow: 0 0 0 2px rgba(201,168,76,.15);
}
.ro-login-box input[type="submit"] {
    width: 100%;
    padding: 10px;
    background: #c9a84c;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 4px;
}
.ro-login-box input[type="submit"]:hover {
    background: #b8932e;
}

/* ====== LIST VIEW ====== */
.ro-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #c9a84c;
}
.ro-list-header h2 {
    margin: 0;
    color: #5a3e2b;
    font-size: 20px;
}
.ro-search-row {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.ro-search-group {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
    min-width: 160px;
}
.ro-search-group label {
    font-size: 11px;
    font-weight: 700;
    color: #7a6250;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.ro-search-group input {
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    background: #fafafa;
}
.ro-search-group input:focus {
    outline: none;
    border-color: #c9a84c;
    box-shadow: 0 0 0 2px rgba(201,168,76,.15);
}
.ro-search-group--btn {
    flex: 0;
    min-width: auto;
}
#ro-search-clear {
    padding: 8px 14px;
    background: #f0e8de;
    color: #5a3e2b;
    border: 1px solid #d4b896;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
#ro-search-clear:hover { background: #e0d0bc; }

.ro-table-wrap { overflow-x: auto; }

.ro-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.ro-table th {
    text-align: left;
    padding: 10px 12px;
    background: #5a3e2b;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
    white-space: nowrap;
}
.ro-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #f0e8de;
    vertical-align: middle;
}
.ro-table tr:hover td { background: #fdf7f0; }

.ro-edit-link {
    color: #5a3e2b;
    font-weight: 600;
    text-decoration: none;
}
.ro-edit-link:hover { color: #c9a84c; }

.ro-list-btn {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #c9a84c;
    border-radius: 3px;
    color: #5a3e2b;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    background: #fff;
    margin-right: 4px;
}
.ro-list-btn:hover { background: #fdf7e8; color: #5a3e2b; }

/* ====== PDF PREVIEW VIEW ====== */
.ro-pdf-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0 12px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.ro-pdf-header strong {
    flex: 1;
    color: #5a3e2b;
    font-size: 16px;
}

/* ====== FORM HEADER ====== */
.ro-form-header {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 12px 0 16px;
    border-bottom: 2px solid #c9a84c;
    margin-bottom: 20px;
}
.ro-form-header h2 {
    margin: 0;
    color: #5a3e2b;
    font-size: 18px;
    flex: 1;
}
.ro-form-header-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}
.ro-form-footer {
    display: flex;
    gap: 10px;
    padding: 16px 0;
    border-top: 2px solid #c9a84c;
    margin-top: 8px;
}

/* Elementor: keep all text/button sizes consistent */
#ro-wrap .ro-list-header h2,
#ro-wrap .ro-form-header h2,
#ro-wrap .ro-section-header,
#ro-wrap .ro-btn,
#ro-wrap .ro-list-btn,
#ro-wrap label,
#ro-wrap th {
    font-size: revert;
    line-height: 1.4;
}
#ro-wrap .ro-section-header { font-size: 13px !important; }
#ro-wrap .ro-list-header h2  { font-size: 20px !important; }
#ro-wrap .ro-form-header h2  { font-size: 18px !important; }
#ro-wrap .ro-btn { font-size: 13px !important; }

/* Login box */
.ro-login-box {
    max-width: 380px;
    margin: 40px auto;
    background: #fff;
    border: 1px solid #e0d5c8;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
}

.ro-login-header {
    background: linear-gradient(135deg, #5a3e2b, #3d2a1d);
    padding: 24px 24px 20px;
    text-align: center;
}

.ro-login-header h2 {
    color: #c9a84c;
    margin: 0 0 4px;
    font-size: 20px;
}

.ro-login-header p {
    color: rgba(255,255,255,.7);
    margin: 0;
    font-size: 13px;
}

#ro-login-form {
    padding: 24px;
}

#ro-login-btn {
    margin-top: 8px;
    padding: 11px;
    font-size: 14px;
}

/* Orders list */
.ro-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 2px solid #c9a84c;
}

.ro-list-header h2 {
    margin: 0;
    color: #5a3e2b;
    font-size: 20px;
}

.ro-search-bar {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.ro-search-bar .ro-search-group {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
    min-width: 140px;
}

.ro-search-bar .ro-search-group label {
    font-size: 10px;
    font-weight: 700;
    color: #7a6250;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.ro-search-bar .ro-search-group input {
    padding: 7px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    background: #fafafa;
    width: 100%;
}

.ro-search-bar .ro-search-group input:focus {
    outline: none;
    border-color: #c9a84c;
    box-shadow: 0 0 0 2px rgba(201,168,76,.15);
}

.ro-search-group--btn {
    flex: 0 0 auto !important;
    min-width: auto !important;
    justify-content: flex-end;
}

#ro-search-clear {
    padding: 7px 14px;
    background: #f0e8de;
    color: #5a3e2b;
    border: 1px solid #d4b896;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

#ro-search-clear:hover { background: #e0d0bc; }

#ro-orders-table-wrap { overflow-x: auto; }

#ro-orders-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

#ro-orders-table th {
    text-align: left;
    padding: 10px 12px;
    background: #5a3e2b;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

#ro-orders-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #f0e8de;
}

#ro-orders-table tr:hover td { background: #fdf7f0; }

.ro-edit-link {
    color: #5a3e2b;
    text-decoration: none;
    font-weight: 600;
}

.ro-edit-link:hover { color: #c9a84c; }

.ro-list-action {
    font-size: 12px;
    font-weight: 600;
}
