.notice.info {
    background: #e8f1fb;
    color: #245f91;
}

.notice code,
.breakable {
    overflow-wrap: anywhere;
}

.check-label {
    display: flex !important;
    align-items: center;
    gap: 9px;
    align-self: end;
    min-height: 42px;
}

.check-label input {
    width: auto !important;
}

.bulk-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
}

.bulk-actions input {
    min-width: 240px;
    flex: 1;
    border: 1px solid #cbd7d3;
    border-radius: 9px;
    padding: 10px 11px;
    font: inherit;
}

@media (max-width: 760px) {
    .bulk-actions {
        display: grid;
    }

    .bulk-actions input {
        min-width: 0;
        width: 100%;
    }
}
