/**
 * Mage2 BrindeOptOut - Visual styles for the opt-out checkbox.
 * Matches the red/warning visual specified by the design.
 */
.brinde-optout {
    margin: 6px 0 0 0;
    padding: 4px 0;
    line-height: 1.3;
}

.brinde-optout__label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    color: #d32f2f;
    user-select: none;
}

.brinde-optout__checkbox {
    margin: 0 6px 0 0;
    accent-color: #d32f2f;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.brinde-optout__text {
    color: #d32f2f;
    font-weight: 500;
}

.brinde-optout--loading {
    opacity: 0.6;
    pointer-events: none;
}

/* Minicart variant */
.minicart-items .brinde-optout {
    margin-top: 4px;
    padding: 0;
}

.minicart-items .brinde-optout__label {
    font-size: 12px;
}
