/* ============================================================
   Manta Rea Shipping — Frontend notice styles
   ============================================================ */

.mrs-livestock-notice {
    display: flex;
    align-items: center;
    gap: 9px;
    background: #e6f2f6;
    border: 1px solid #b3d9e6;
    border-left: 4px solid #007394;
    border-radius: 6px;
    padding: 11px 14px;
    margin-bottom: 16px;
    font-size: 13.5px;
    line-height: 1.5;
    color: #005a75;
}

.mrs-livestock-notice__icon {
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
}

.mrs-livestock-notice__text {
    font-weight: 500;
}

/* Compact variant inside the order review table */
.mrs-livestock-notice--compact {
    display: inline-flex;
    background: none;
    border: none;
    border-left: none;
    padding: 4px 0 8px;
    margin-bottom: 0;
    font-size: 12.5px;
    color: #007394;
}

.mrs-livestock-notice-row td {
    padding-top: 0 !important;
    border: none !important;
}
