.bc-order-total {
    display: block;
    margin-top: 9px;
    padding: 12px 14px;
    background: #f4f0e8;
    border-left: 4px solid var(--rust);
    color: var(--ink);
    font-size: .82rem;
    line-height: 1.35;
}

.bc-order-total strong {
    display: block;
    margin-top: 4px;
    color: var(--rust);
    font-size: 1.45rem;
}

.bc-order-total small {
    display: block;
    margin-top: 5px;
    color: #5f625e;
    font-size: .72rem;
    font-weight: 400;
}

.bc-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
