form#cartq-mwrq-form .actions {
    background: #dfdfdf;
}
a.button.wc-backward {
    float: left;
}
table#motif-mwrq-list thead tr th {
    background: #dfdfdf;
    color: black;
    padding: 10px;
    font-weight: 400;
    text-align: center;
}
th.mwrq-product-subtotal.linetotal_hide {
    display: none;
}
td.product-subtotal.linetotal_hide {
    display: none;
}
a.mwrq-quote-button.link {
    background: none !important;
}
ul.motif-mwrq-list img {
    display: inline-block;
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none;
}
ul.motif-mwrq-list li {
    position: relative;
    padding-left: 2em;
    position: relative;
    padding-top: 0;
    padding-bottom: 0px;
}
ul.motif-mwrq-list a.motif-mwrq-item-remove.remove {
    position: absolute;
    top: 0;
    left: 0;
}
ul.motif-mwrq-list li a {
    display: block;
    font-weight: 700;
}
.motif-request-form-wrapper form p.form-row.full {
    width: 100%;
}
.motif-request-form-wrapper form p.form-row.half {
    width: 49.5%;
    display: inline-block;
}
td.raq-totals {
    font-weight: bold;
}

/* ---- Inline notification messages ---- */
.mwrq-notice {
    display: none;
    margin: 0 0 16px 0;
    padding: 14px 18px;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    border-left: 5px solid transparent;
    animation: mwrq-fadein 0.4s ease;
}

@keyframes mwrq-fadein {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.mwrq-notice-success {
    background-color: #f0fdf4;
    border-left-color: #22c55e;
    color: #15803d;
}

.mwrq-notice-success::before {
    content: "✅ ";
}

.mwrq-notice-error {
    background-color: #fef2f2;
    border-left-color: #ef4444;
    color: #b91c1c;
}

.mwrq-notice-error::before {
    content: "⚠️ ";
}

/* Loader spinner inline with submit button */
.mwrq-loader {
    vertical-align: middle;
    margin-left: 8px;
    width: 20px;
    height: 20px;
}