/**
 * Order restrictions notices (classic + block checkout).
 */

.ffl-restriction-host {
    margin: 0 0 16px 0;
}

.ffl-restriction {
    margin: 0 0 10px 0;
    padding: 12px 14px;
    border-radius: 4px;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.45;
}

.ffl-restriction__list {
    margin: 0;
    padding-left: 18px;
    list-style: disc;
}

.ffl-restriction__item + .ffl-restriction__item {
    margin-top: 6px;
}

.ffl-restriction--block {
    background: #fde2e2;
    border-color: #f5b3b3;
    color: #842029;
}

.ffl-restriction--warning {
    background: #fff3cd;
    border-color: #ffeaa7;
    color: #856404;
}

.ffl-restriction--review {
    background: #e7f1ff;
    border-color: #b6d4fe;
    color: #084298;
}

.ffl-restriction-disabled {
    cursor: not-allowed !important;
    opacity: 0.55 !important;
}
